Changeset 58634
- Timestamp:
- 07/03/2024 10:45:35 AM (7 months ago)
- Location:
- trunk/src/wp-content/themes
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyeleven/blocks.css
r58453 r58634 31 31 } 32 32 33 [class^="wp-block-"]:not(.wp-block-gallery) figcaption {33 [class^="wp-block-"]:not(.wp-block-gallery) > figcaption { 34 34 color: #666; 35 35 margin-bottom: 1.625em; … … 41 41 } 42 42 43 [class^="wp-block-"]:not(.wp-block-gallery) figcaption:before {43 [class^="wp-block-"]:not(.wp-block-gallery) > figcaption:before { 44 44 color: #666; 45 45 content: '\2014'; … … 53 53 } 54 54 55 .rtl [class^="wp-block-"]:not(.wp-block-gallery) figcaption {55 .rtl [class^="wp-block-"]:not(.wp-block-gallery) > figcaption { 56 56 padding-left: 0; 57 57 padding-right: 40px; … … 59 59 } 60 60 61 .rtl [class^="wp-block-"]:not(.wp-block-gallery) figcaption:before {61 .rtl [class^="wp-block-"]:not(.wp-block-gallery) > figcaption:before { 62 62 left: 0; 63 63 margin-left: 5px; -
trunk/src/wp-content/themes/twentyseventeen/assets/css/blocks.css
r58584 r58634 21 21 /* Captions */ 22 22 23 [class^="wp-block-"]:not(.wp-block-gallery) figcaption {23 [class^="wp-block-"]:not(.wp-block-gallery) > figcaption { 24 24 font-style: italic; 25 25 margin-bottom: 1.5em; … … 27 27 } 28 28 29 .rtl [class^="wp-block-"]:not(.wp-block-gallery) figcaption {29 .rtl [class^="wp-block-"]:not(.wp-block-gallery) > figcaption { 30 30 text-align: right; 31 31 } -
trunk/src/wp-content/themes/twentyten/blocks.css
r58633 r58634 21 21 /* Captions */ 22 22 23 [class^="wp-block-"]:not(.wp-block-gallery) figcaption {23 [class^="wp-block-"]:not(.wp-block-gallery) > figcaption { 24 24 color: #777; 25 25 font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif; -
trunk/src/wp-content/themes/twentyten/editor-blocks.css
r58633 r58634 150 150 /* Caption styles */ 151 151 152 [class^="wp-block-"] figcaption {152 [class^="wp-block-"]:not(.wp-block-gallery) > figcaption { 153 153 color: #777; 154 154 font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
Note: See TracChangeset
for help on using the changeset viewer.