Changeset 43869 for branches/5.0
- Timestamp:
- 11/06/2018 12:49:33 AM (6 years ago)
- Location:
- branches/5.0/src/wp-content/themes/twentyten
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0/src/wp-content/themes/twentyten/blocks.css
r43793 r43869 156 156 --------------------------------------------------------------*/ 157 157 158 /* Columns */159 160 .wp-block-columns {161 margin: 0 -0.5em;162 }163 .wp-block-column {164 margin: 0 0.5em;165 }166 167 158 /* Separator */ 168 159 169 160 .wp-block-separator { 170 161 border: 0; 162 } 163 164 /* Media & Text */ 165 166 .wp-block-media-text { 167 margin-bottom: 24px; 171 168 } 172 169 -
branches/5.0/src/wp-content/themes/twentyten/editor-blocks.css
r43793 r43869 18 18 --------------------------------------------------------------*/ 19 19 20 .edit-post-visual-editor .editor-block-list__block, 21 .edit-post-visual-editor .editor-block-list__block p, 22 .editor-default-block-appender input[type="text"].editor-default-block-appender__content { 23 font-size: 16px; 24 } 25 26 .editor-default-block-appender input[type="text"].editor-default-block-appender__content { 27 font-family: Georgia, "Bitstream Charter", serif; 28 } 29 20 30 .edit-post-visual-editor .editor-block-list__block .mce-content-body, 21 31 .wp-block-freeform.block-library-rich-text__tinymce p, … … 66 76 /* Main column width */ 67 77 68 body.gutenberg-editor-page .edit-post-visual-editor .editor-post-title__block, 69 body.gutenberg-editor-page .edit-post-visual-editor .editor-default-block-appender, 70 body.gutenberg-editor-page .edit-post-visual-editor .editor-block-list__block { 71 max-width: 670px; /* 640px + 30px for padding */ 78 .wp-block { 79 max-width: 670px; /* 640px + 30px to account for padding */ 72 80 } 73 81 … … 219 227 } 220 228 221 /* Cover Image */ 222 223 .wp-block-cover-image-text { 229 /* Cover */ 230 231 .wp-block-cover-image-text, 232 .wp-block-cover-text { 224 233 font-size: 32px; 225 234 }
Note: See TracChangeset
for help on using the changeset viewer.