Changeset 48047
- Timestamp:
- 06/15/2020 03:11:01 PM (4 years ago)
- Location:
- trunk/src/wp-content/themes/twentynineteen
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentynineteen/sass/blocks/_blocks.scss
r47339 r48047 340 340 font-weight: bold; 341 341 margin: 0 0.25em 0 0; 342 343 @-moz-document url-prefix() { 344 & { 345 margin-top: 0.2em; 346 } 347 } 342 348 } 343 349 } -
trunk/src/wp-content/themes/twentynineteen/style-editor.css
r47591 r48047 837 837 } 838 838 839 @-moz-document url-prefix() { 840 .wp-block-paragraph.has-drop-cap:not(:focus)::first-letter { 841 margin-top: 0.2em; 842 } 843 } 844 839 845 /** === Table === */ 840 846 .wp-block-table { -
trunk/src/wp-content/themes/twentynineteen/style-editor.scss
r47587 r48047 237 237 font-weight: bold; 238 238 margin: 0 0.25em 0 0; 239 240 @-moz-document url-prefix() { 241 & { 242 margin-top: 0.2em; 243 } 244 } 239 245 } 240 246 } -
trunk/src/wp-content/themes/twentynineteen/style.css
r48032 r48047 5652 5652 } 5653 5653 5654 @-moz-document url-prefix() { 5655 .entry .entry-content .has-drop-cap:not(:focus)::first-letter { 5656 margin-top: 0.2em; 5657 } 5658 } 5659 5654 5660 .entry .entry-content .wp-block-pullquote { 5655 5661 border-color: transparent;
Note: See TracChangeset
for help on using the changeset viewer.