Changeset 57579
- Timestamp:
- 02/09/2024 06:23:05 PM (13 months ago)
- Location:
- trunk/src/wp-content/themes/twentynineteen
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentynineteen/style-editor.css
r56832 r57579 1606 1606 width: 100%; 1607 1607 } 1608 1609 /** === Post Author Block === */ 1610 .avatar, 1611 .wp-block-post-author__avatar img { 1612 border-radius: 100%; 1613 } -
trunk/src/wp-content/themes/twentynineteen/style-editor.scss
r56832 r57579 1022 1022 } 1023 1023 } 1024 1025 /** === Post Author Block === */ 1026 1027 .avatar, 1028 .wp-block-post-author__avatar img { 1029 border-radius: 100%; 1030 }
Note: See TracChangeset
for help on using the changeset viewer.