Changeset 51231
- Timestamp:
- 06/24/2021 11:21:26 PM (3 years ago)
- Location:
- trunk/src/wp-content/themes/twentytwenty
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css
r51100 r51231 1085 1085 } 1086 1086 1087 /* Block: Post Template ---------------- */ 1088 1089 .editor-styles-wrapper ul.wp-block-post-template { 1090 padding-right: 0; 1091 } 1092 1087 1093 1088 1094 /* X. Media Queries -
trunk/src/wp-content/themes/twentytwenty/assets/css/editor-style-block.css
r51095 r51231 1085 1085 } 1086 1086 1087 /* Block: Post Template ---------------- */ 1088 1089 .editor-styles-wrapper ul.wp-block-post-template { 1090 padding-left: 0; 1091 } 1092 1087 1093 1088 1094 /* X. Media Queries -
trunk/src/wp-content/themes/twentytwenty/style-rtl.css
r50507 r51231 3445 3445 } 3446 3446 3447 /* Block: Post Template ---------------- */ 3448 3449 .wp-block-post-template, 3450 .wp-block-post-template > li { 3451 margin-right: 0; 3452 margin-left: 0; 3453 } 3454 3447 3455 3448 3456 /* -------------------------------------------------------------------------- */ -
trunk/src/wp-content/themes/twentytwenty/style.css
r50507 r51231 3467 3467 } 3468 3468 3469 /* Block: Post Template ---------------- */ 3470 3471 .wp-block-post-template, 3472 .wp-block-post-template > li { 3473 margin-left: 0; 3474 margin-right: 0; 3475 } 3476 3469 3477 3470 3478 /* -------------------------------------------------------------------------- */
Note: See TracChangeset
for help on using the changeset viewer.