Changeset 56040
- Timestamp:
- 06/26/2023 05:27:55 PM (2 years ago)
- Location:
- trunk/src/wp-content/themes/twentytwenty
- Files:
-
- 4 edited
-
assets/css/editor-style-block-rtl.css (modified) (2 diffs)
-
assets/css/editor-style-block.css (modified) (2 diffs)
-
style-rtl.css (modified) (1 diff)
-
style.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css
r56034 r56040 459 459 } 460 460 461 .editor-styles-wrapper ul.wp-block-latest-posts {462 margin-right: auto;463 margin-left: auto;464 }465 466 461 .editor-styles-wrapper ul.wp-block-categories__list ul { 467 462 margin: 0; … … 988 983 .editor-styles-wrapper .wp-block-latest-comments { 989 984 font-family: inherit; 990 margin-right: auto;985 margin-right: 0; 991 986 } 992 987 -
trunk/src/wp-content/themes/twentytwenty/assets/css/editor-style-block.css
r56034 r56040 463 463 } 464 464 465 .editor-styles-wrapper ul.wp-block-latest-posts {466 margin-left: auto;467 margin-right: auto;468 }469 470 465 .editor-styles-wrapper ul.wp-block-categories__list ul { 471 466 margin: 0; … … 992 987 .editor-styles-wrapper .wp-block-latest-comments { 993 988 font-family: inherit; 994 margin-left: auto;989 margin-left: 0; 995 990 } 996 991 -
trunk/src/wp-content/themes/twentytwenty/style-rtl.css
r56039 r56040 2926 2926 } 2927 2927 2928 ol.wp-block-latest-comments {2929 margin-right: auto;2930 margin-left: auto;2931 }2932 2933 2928 .entry-content .wp-block-archives > li, 2934 2929 .entry-content .wp-block-categories > li, -
trunk/src/wp-content/themes/twentytwenty/style.css
r56034 r56040 2946 2946 } 2947 2947 2948 ol.wp-block-latest-comments {2949 margin-left: auto;2950 margin-right: auto;2951 }2952 2953 2948 .entry-content .wp-block-archives > li, 2954 2949 .entry-content .wp-block-categories > li,
Note: See TracChangeset
for help on using the changeset viewer.