Changeset 55228
- Timestamp:
- 02/06/2023 08:57:13 AM (20 months ago)
- Location:
- trunk/src/wp-content/themes/twentyfourteen/css
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/css/blocks.css
r55114 r55228 188 188 } 189 189 190 .wp-block-pullquote.has-text-color blockquote, 191 .wp-block-pullquote.has-background blockquote, 192 .has-background .wp-block-pullquote blockquote, 193 .wp-block-pullquote.has-text-color cite, 194 .has-background .wp-block-pullquote cite, 195 .has-text-color .wp-block-pullquote__citation { 196 color: inherit; 197 } 198 190 199 .wp-block-pullquote.alignleft { 191 200 margin-right: 1em; -
trunk/src/wp-content/themes/twentyfourteen/css/editor-blocks.css
r50358 r55228 365 365 366 366 .wp-block-pullquote { 367 margin: 0; 368 } 369 370 .editor-styles-wrapper .wp-block-pullquote { 367 371 border: 0; 368 margin: 0;369 372 } 370 373 … … 377 380 } 378 381 382 .wp-block-pullquote.has-text-color blockquote, 383 .wp-block-pullquote.has-background blockquote, 384 .has-background .wp-block-pullquote blockquote, 385 .wp-block-pullquote.has-text-color cite, 386 .has-background .wp-block-pullquote cite, 387 .has-text-color .wp-block-pullquote__citation { 388 color: inherit; 389 } 390 379 391 .wp-block-pullquote.alignleft blockquote > .editor-rich-text p, 380 392 .wp-block-pullquote.alignright blockquote > .editor-rich-text p {
Note: See TracChangeset
for help on using the changeset viewer.