regenerate github css

This commit is contained in:
Sindre Sorhus 2014-08-19 01:07:22 +02:00
parent 0f506ebd70
commit 8760bcb8c0

View File

@ -6,7 +6,7 @@
line-height: 1.4; line-height: 1.4;
color: #333333; color: #333333;
overflow: hidden; overflow: hidden;
font-family: "Helvetica Neue", Helvetica, Arial, freesans, sans-serif; font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, freesans, sans-serif;
font-size: 16px; font-size: 16px;
line-height: 1.6; line-height: 1.6;
word-wrap: break-word; word-wrap: break-word;
@ -297,6 +297,8 @@
display: block; display: block;
width: 100%; width: 100%;
overflow: auto; overflow: auto;
word-break: normal;
word-break: keep-all;
} }
.markdown-body table th { .markdown-body table th {
@ -344,6 +346,7 @@
padding: 0; padding: 0;
margin: 0; margin: 0;
font-size: 100%; font-size: 100%;
word-break: normal;
white-space: pre; white-space: pre;
background: transparent; background: transparent;
border: 0; border: 0;
@ -365,6 +368,7 @@
.markdown-body .highlight pre { .markdown-body .highlight pre {
margin-bottom: 0; margin-bottom: 0;
word-break: normal;
} }
.markdown-body pre { .markdown-body pre {