Merge pull request #23 from 4cdn/patch-5
using real attributes makes css 10x easier
This commit is contained in:
commit
2a267f93be
@ -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 {
|
||||
|
Reference in New Issue
Block a user