Changeset 62432
- Timestamp:
- 05/30/2026 07:07:47 PM (21 hours ago)
- Location:
- trunk/src/wp-content/themes/twentysixteen
- Files:
-
- 2 edited
-
css/editor-blocks.css (modified) (1 diff)
-
style.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentysixteen/css/editor-blocks.css
r61441 r62432 350 350 } 351 351 352 .wp-block-quote__citation em, 353 .wp-block-quote__citation i { 354 font-style: italic; 355 } 356 352 357 .wp-block-quote strong, 353 358 .wp-block-quote b { -
trunk/src/wp-content/themes/twentysixteen/style.css
r62344 r62432 386 386 } 387 387 388 blockquote :where(cite) em, 389 blockquote :where(cite) i { 390 font-style: italic; 391 } 392 388 393 blockquote strong, 389 394 blockquote b {
Note: See TracChangeset
for help on using the changeset viewer.