Changeset 58732
- Timestamp:
- 07/16/2024 01:20:18 PM (4 months ago)
- Location:
- trunk/src/wp-content/themes
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentynineteen/sass/site/primary/_comments.scss
r54171 r58732 86 86 top: calc(-3.5 * #{$size__spacing-unit}); 87 87 width: calc(100vw / 12 ); 88 } 89 90 .comment-reply-title small { 91 margin-left: 0.5em; 88 92 } 89 93 } -
trunk/src/wp-content/themes/twentynineteen/style-rtl.css
r58718 r58732 4669 4669 } 4670 4670 4671 #respond .comment-reply-title small { 4672 margin-right: 0.5em; 4673 } 4674 4671 4675 #comments > .comments-title:last-child { 4672 4676 display: none; -
trunk/src/wp-content/themes/twentynineteen/style.css
r58718 r58732 4675 4675 } 4676 4676 4677 #respond .comment-reply-title small { 4678 margin-left: 0.5em; 4679 } 4680 4677 4681 #comments > .comments-title:last-child { 4678 4682 display: none; -
trunk/src/wp-content/themes/twentyseventeen/rtl.css
r52031 r58732 179 179 -ms-transform: scale(-1, 1); 180 180 transform: scale(-1, 1); 181 } 182 183 .comment-reply-title small { 184 margin-left: 0; 185 margin-right: 0.5em; 181 186 } 182 187 -
trunk/src/wp-content/themes/twentyseventeen/style.css
r58718 r58732 2489 2489 } 2490 2490 2491 .comment-reply-title small { 2492 margin-left: 0.5em; 2493 } 2494 2491 2495 .children .comment-author .avatar { 2492 2496 height: 30px;
Note: See TracChangeset
for help on using the changeset viewer.