Archived
1
0

Merge pull request #23 from 4cdn/patch-5

using real attributes makes css 10x easier
This commit is contained in:
Jeff 2015-11-07 19:12:43 -05:00
commit 2a267f93be

View File

@ -41,8 +41,9 @@ pre {
white-space: pre-wrap;
background: #3f3f3f;
color: #d17600;
display: block-inline;
display: inline-block;
overflow-wrap: break-word;
word-wrap: break-word;
}
td {