Ticket #50376: 50376.2010-2011-2017.patch
File 50376.2010-2011-2017.patch, 4.6 KB (added by , 5 years ago) |
---|
-
src/wp-content/themes/twentyeleven/blocks.css
30 30 font-size: 12px; 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; 36 36 max-width: 96%; … … 40 40 text-align: left; 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'; 46 46 font-size: 14px; … … 52 52 top: 0; 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; 58 58 text-align: right; 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; 64 64 margin-right: 0; -
src/wp-content/themes/twentyeleven/editor-blocks.css
162 162 font-size: 12px; 163 163 } 164 164 165 [class^="wp-block-"]:not(.wp-block-gallery) figcaption {165 [class^="wp-block-"]:not(.wp-block-gallery) > figcaption { 166 166 color: #666; 167 167 margin-bottom: 1.625em; 168 168 max-width: 96%; … … 172 172 text-align: left; 173 173 } 174 174 175 [class^="wp-block-"]:not(.wp-block-gallery) figcaption:before {175 [class^="wp-block-"]:not(.wp-block-gallery) > figcaption:before { 176 176 color: #666; 177 177 content: '\2014'; 178 178 font-size: 14px; … … 184 184 top: 0; 185 185 } 186 186 187 .rtl [class^="wp-block-"]:not(.wp-block-gallery) figcaption {187 .rtl [class^="wp-block-"]:not(.wp-block-gallery) > figcaption { 188 188 padding-left: 0; 189 189 padding-right: 40px; 190 190 text-align: right; 191 191 } 192 192 193 .rtl [class^="wp-block-"]:not(.wp-block-gallery) figcaption:before {193 .rtl [class^="wp-block-"]:not(.wp-block-gallery) > figcaption:before { 194 194 left: 0; 195 195 margin-left: 5px; 196 196 margin-right: 0; -
src/wp-content/themes/twentyseventeen/assets/css/blocks.css
20 20 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; 26 26 text-align: left; 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 } 32 32 -
src/wp-content/themes/twentyseventeen/assets/css/editor-blocks.css
459 459 460 460 /* Caption styles*/ 461 461 462 [class^="wp-block-"]:not(.wp-block-gallery) figcaption {462 [class^="wp-block-"]:not(.wp-block-gallery) > figcaption { 463 463 font-style: italic; 464 464 margin-bottom: 1.5em; 465 465 text-align: left; 466 466 } 467 467 468 .rtl [class^="wp-block-"]:not(.wp-block-gallery) figcaption {468 .rtl [class^="wp-block-"]:not(.wp-block-gallery) > figcaption { 469 469 text-align: right; 470 470 } 471 471 -
src/wp-content/themes/twentyten/blocks.css
20 20 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; 26 26 } -
src/wp-content/themes/twentyten/editor-blocks.css
142 142 143 143 /* Caption styles */ 144 144 145 [class^="wp-block-"] figcaption {145 [class^="wp-block-"]:not(.wp-block-gallery) > figcaption { 146 146 color: #777; 147 147 font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif; 148 148 }