Revisions: Restore [24929] which was reverted in [26072].

props avryl.
fixes #27267.

git-svn-id: https://develop.svn.wordpress.org/trunk@27437 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dominik Schilling (ocean90) 2014-03-06 16:49:08 +00:00
parent 2862cb85d8
commit 00b00312b3
1 changed files with 3 additions and 0 deletions

View File

@ -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,