Changeset 29909
- Timestamp:
- 10/15/2014 10:36:27 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfifteen/css/editor-style.css
r29892 r29909 23 23 */ 24 24 25 html .mceContentBody { 26 font-size: 19px; 25 html .mce-content-body { 26 font-size: 17px; 27 font-size: 1.7rem; 27 28 max-width: 660px; 28 29 } … … 32 33 font-family: "Noto Serif", sans-serif; 33 34 font-weight: 400; 34 line-height: 1.6842; 35 margin: 83px 0 83px 83px; 35 line-height: 1.6471; 36 36 vertical-align: baseline; 37 37 }
Note: See TracChangeset
for help on using the changeset viewer.