Changeset 55978
- Timestamp:
- 06/22/2023 05:33:50 AM (21 months ago)
- Location:
- trunk/src/wp-content/themes/twentyten
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyten/blocks.css
r45592 r55978 125 125 /* Pullquote */ 126 126 127 .wp-block-pullquote { 128 font-size: 1em; 129 } 130 127 131 .wp-block-pullquote p { 128 132 font-size: 1.5em; 133 line-height: 1.3; 129 134 } 130 135 -
trunk/src/wp-content/themes/twentyten/editor-blocks.css
r54475 r55978 262 262 /* Pullquote */ 263 263 264 .wp-block-pullquote { 265 font-size: 1em; 266 } 267 264 268 .wp-block-pullquote blockquote > p.rich-text, 265 269 .wp-block-pullquote blockquote > .editor-rich-text p { 266 270 font-size: 1.5em; 271 line-height: 1.3; 267 272 } 268 273
Note: See TracChangeset
for help on using the changeset viewer.