Changeset 58453
- Timestamp:
- 06/21/2024 02:29:29 PM (11 months ago)
- Location:
- trunk/src/wp-content/themes/twentyeleven
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyeleven/blocks.css
r58238 r58453 122 122 .wp-block-quote.is-style-large cite { 123 123 font-size: 16px; 124 } 125 126 .wp-block-quote[style*="font-weight"] blockquote, 127 .wp-block-quote[style*="font-weight"] p, 128 .wp-block-quote[style*="font-weight"] cite { 129 font-weight: inherit; 130 } 131 132 .wp-block-quote[style*="font-style"] blockquote, 133 .wp-block-quote[style*="font-style"] p, 134 .wp-block-quote[style*="font-style"] cite { 135 font-style: inherit; 124 136 } 125 137 … … 204 216 } 205 217 218 .wp-block-pullquote[style*="font-weight"] blockquote, 219 .wp-block-pullquote[style*="font-weight"] p, 220 .wp-block-pullquote[style*="font-weight"] cite { 221 font-weight: inherit; 222 } 223 224 .wp-block-pullquote[style*="font-style"] blockquote, 225 .wp-block-pullquote[style*="font-style"] p, 226 .wp-block-pullquote[style*="font-style"] cite { 227 font-style: inherit; 228 } 229 206 230 /* Table */ 207 231 -
trunk/src/wp-content/themes/twentyeleven/editor-blocks.css
r58238 r58453 303 303 } 304 304 305 .wp-block-quote[style*="font-weight"] blockquote, 306 .wp-block-quote[style*="font-weight"] p, 307 .wp-block-quote[style*="font-weight"] cite { 308 font-weight: inherit; 309 } 310 311 .wp-block-quote[style*="font-style"] blockquote, 312 .wp-block-quote[style*="font-style"] p, 313 .wp-block-quote[style*="font-style"] cite { 314 font-style: inherit; 315 } 316 305 317 /* Cover */ 306 318 … … 359 371 } 360 372 373 .wp-block-pullquote[style*="font-weight"] blockquote, 374 .wp-block-pullquote[style*="font-weight"] p, 375 .wp-block-pullquote[style*="font-weight"] cite { 376 font-weight: inherit; 377 } 378 379 .wp-block-pullquote[style*="font-style"] blockquote, 380 .wp-block-pullquote[style*="font-style"] p, 381 .wp-block-pullquote[style*="font-style"] cite { 382 font-style: inherit; 383 } 384 361 385 /* Table */ 362 386
Note: See TracChangeset
for help on using the changeset viewer.