Changeset 21495
- Timestamp:
- 08/10/2012 07:11:03 AM (13 years ago)
- Location:
- trunk/wp-includes/js/tinymce/themes/advanced/skins/wp_theme
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/content.css
r20125 r21495 38 38 39 39 /* WordPress styles */ 40 html { 41 background: url('img/white.png') repeat-y center top; 42 background-color: #f5f5f5; 43 } 44 40 45 body { 41 46 font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif; … … 43 48 line-height: 19px; 44 49 color: #333; 45 margin: 1 0px;46 m in-height: 100%;50 margin: 15px auto; 51 max-width: 600px; 47 52 } 48 53
Note: See TracChangeset
for help on using the changeset viewer.