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;
|
white-space: pre-wrap;
|
||||||
background: #3f3f3f;
|
background: #3f3f3f;
|
||||||
color: #d17600;
|
color: #d17600;
|
||||||
display: block-inline;
|
display: inline-block;
|
||||||
overflow-wrap: break-word;
|
overflow-wrap: break-word;
|
||||||
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
td {
|
td {
|
||||||
@ -313,4 +314,4 @@ textarea#reply-text {
|
|||||||
|
|
||||||
hr {
|
hr {
|
||||||
padding-bottom: 20px;
|
padding-bottom: 20px;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user