Changeset 43875
- Timestamp:
- 11/06/2018 06:06:00 AM (6 years ago)
- Location:
- branches/5.0/src/wp-content/themes/twentysixteen/css
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0/src/wp-content/themes/twentysixteen/css/blocks.css
r43799 r43875 75 75 display: block; 76 76 width: 100%; 77 } 78 79 /* Cover */ 80 81 .wp-block-cover-image.aligncenter, 82 .wp-block-cover.aligncenter { 83 display: flex; 77 84 } 78 85 … … 241 248 } 242 249 250 /* Media & Text */ 251 252 .wp-block-media-text { 253 margin-bottom: 1.75em; 254 } 255 256 .wp-block-media-text *:last-child { 257 margin-bottom: 0; 258 } 259 243 260 /*-------------------------------------------------------------- 244 261 5.0 Blocks - Widget Blocks 245 262 --------------------------------------------------------------*/ 263 264 /* Archives, Categories & Latest Posts */ 265 266 .wp-block-archives.aligncenter, 267 .wp-block-categories.aligncenter, 268 .wp-block-latest-posts.aligncenter { 269 list-style-position: inside; 270 text-align: center; 271 } 246 272 247 273 /* Latest Comments */ -
branches/5.0/src/wp-content/themes/twentysixteen/css/editor-blocks.css
r43799 r43875 21 21 .edit-post-visual-editor .editor-block-list__block, 22 22 .editor-default-block-appender input[type="text"].editor-default-block-appender__content { 23 color: #1a1a1a;24 23 font-family: Merriweather, Georgia, serif; 25 24 font-size: 16px; … … 174 173 /* Main column width */ 175 174 176 body.gutenberg-editor-page .edit-post-visual-editor .editor-post-title__block, 177 body.gutenberg-editor-page .edit-post-visual-editor .editor-default-block-appender, 178 body.gutenberg-editor-page .edit-post-visual-editor .editor-block-list__block { 179 max-width: 630px; /* 600px + 30px for padding; should be 840px for pages */ 175 .editor-styles-wrapper { 176 max-width: 100% !important; /* Override where editor-style.css is affecting this */ 177 } 178 179 .wp-block { 180 max-width: 630px; /* 600px + 30px to account for padding. */ 180 181 } 181 182 … … 536 537 537 538 /* Buttons */ 539 538 540 .wp-block-button .wp-block-button__link { 539 541 background: #1a1a1a; … … 549 551 } 550 552 553 /* Media & Text */ 554 555 .wp-block-media-text *:last-child { 556 margin-bottom: 0; 557 } 558 551 559 /*-------------------------------------------------------------- 552 560 6.0 Blocks - Widgets 553 561 --------------------------------------------------------------*/ 562 563 /* Archives, Categories & Latest Posts */ 564 565 [data-align="center"] .wp-block-archives ul, 566 [data-align="center"] .wp-block-categories ul, 567 [data-align="center"] .wp-block-latest-posts ul { 568 list-style-position: inside; 569 } 554 570 555 571 /* Latest Comments */
Note: See TracChangeset
for help on using the changeset viewer.