mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-05 18:32:23 +01:00
Better editor background, take one, see #21536
git-svn-id: http://core.svn.wordpress.org/trunk@21495 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
18cf7ea5a2
commit
ed1698e29b
@ -37,13 +37,18 @@ font[face=mceinline] {font-family:inherit !important}
|
||||
.mcePageBreak {display:block;border:0;width:100%;height:12px;border-top:1px dotted #ccc;margin-top:15px;background:#fff url(../../img/pagebreak.gif) no-repeat center top;}
|
||||
|
||||
/* WordPress styles */
|
||||
html {
|
||||
background: url('img/white.png') repeat-y center top;
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
|
||||
font-size: 13px;
|
||||
line-height: 19px;
|
||||
color: #333;
|
||||
margin: 10px;
|
||||
min-height: 100%;
|
||||
margin: 15px auto;
|
||||
max-width: 600px;
|
||||
}
|
||||
|
||||
br[data-mce-bogus] {
|
||||
|
Binary file not shown.
After Width: | Height: | Size: 239 B |
Loading…
Reference in New Issue
Block a user