mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Post revisions from mdawaffe. see #6775
git-svn-id: https://develop.svn.wordpress.org/trunk@7747 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -894,6 +894,21 @@ html, body {
|
||||
margin-right: 5px
|
||||
}
|
||||
|
||||
.form-table pre {
|
||||
padding: 8px;
|
||||
margin: 0;
|
||||
/* http://www.longren.org/2006/09/27/wrapping-text-inside-pre-tags/ */
|
||||
white-space: pre-wrap; /* css-3 */
|
||||
white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
|
||||
white-space: -pre-wrap; /* Opera 4-6 */
|
||||
white-space: -o-pre-wrap; /* Opera 7 */
|
||||
word-wrap: break-word; /* Internet Explorer 5.5+ */
|
||||
}
|
||||
|
||||
table.form-table td .updated {
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
/* Post Screen */
|
||||
|
||||
#tagsdiv #newtag {
|
||||
@@ -1464,3 +1479,27 @@ td.action-links, th.action-links {
|
||||
.hide-if-no-js {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Diff */
|
||||
|
||||
table.diff {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
table.diff col.content {
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
table.diff tr {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
table.diff td, table.diff th {
|
||||
padding: .5em;
|
||||
font-family: monospace;
|
||||
border: none;
|
||||
}
|
||||
|
||||
table.diff .diff-deletedline del, table.diff .diff-addedline ins {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user