Changeset 29986
- Timestamp:
- 10/21/2014 11:05:33 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/js/tinymce/skins/wordpress/wp-content.css
r29773 r29986 12 12 body { 13 13 font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif; 14 font-size: 1 3px;15 line-height: 1 9px;14 font-size: 100%; 15 line-height: 1.5; 16 16 color: #333; 17 17 margin: 9px 10px; 18 max-width: 100%; 18 19 } 19 20 … … 27 28 28 29 body.wp-autoresize { 29 max-width: 100%;30 30 overflow: visible !important; 31 31 /* The padding ensures margins of the children are contained in the body. */ … … 41 41 body.webkit b { 42 42 font-weight: bold !important; 43 } 44 45 pre { 46 font-family: Consolas, Monaco, monospace; 47 } 48 49 td, 50 th { 51 font-family: inherit; 52 font-size: inherit; 43 53 } 44 54 … … 109 119 padding: 0 4px 5px; 110 120 margin: 0; 111 }112 113 pre {114 font: 12px/18px Consolas, Monaco, monospace;115 }116 117 td {118 color: #000;119 font-size: 11px;120 margin: 8px;121 121 } 122 122
Note: See TracChangeset
for help on using the changeset viewer.