Revisions: Restore [24929] which was reverted in [26072].
props avryl. fixes #27267. Built from https://develop.svn.wordpress.org/trunk@27437 git-svn-id: http://core.svn.wordpress.org/trunk@27284 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
01c0b48822
commit
5c88a352c0
|
@ -199,6 +199,7 @@ table.diff tbody tr td:nth-child(2) {
|
|||
}
|
||||
|
||||
table.diff {
|
||||
table-layout: fixed;
|
||||
width: 100%;
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
@ -229,6 +230,8 @@ table.diff th {
|
|||
font-size: 14px;
|
||||
line-height: 1.618;
|
||||
padding: .5em;
|
||||
vertical-align: top;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
table.diff td h1,
|
||||
|
|
|
@ -199,6 +199,7 @@ table.diff tbody tr td:nth-child(2) {
|
|||
}
|
||||
|
||||
table.diff {
|
||||
table-layout: fixed;
|
||||
width: 100%;
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
@ -229,6 +230,8 @@ table.diff th {
|
|||
font-size: 14px;
|
||||
line-height: 1.618;
|
||||
padding: .5em;
|
||||
vertical-align: top;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
table.diff td h1,
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue