Changeset 47591
- Timestamp:
- 04/16/2020 07:45:19 PM (5 years ago)
- Location:
- trunk/src/wp-content/themes/twentynineteen
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentynineteen/sass/mixins/_mixins-master.scss
r46587 r47591 75 75 width: 1em; 76 76 } 77 78 &.has-text-align-center:before { 79 margin-left: auto; 80 margin-right: auto; 81 } 82 83 &.has-text-align-right:before { 84 margin-left: auto; 85 } 77 86 } 78 87 -
trunk/src/wp-content/themes/twentynineteen/style-editor.css
r47587 r47591 637 637 } 638 638 639 h1.has-text-align-center:before { 640 margin-left: auto; 641 margin-right: auto; 642 } 643 644 h1.has-text-align-right:before { 645 margin-left: auto; 646 } 647 639 648 @media only screen and (min-width: 768px) { 640 649 h1 { … … 654 663 margin: 1rem 0; 655 664 width: 1em; 665 } 666 667 h2.has-text-align-center:before { 668 margin-left: auto; 669 margin-right: auto; 670 } 671 672 h2.has-text-align-right:before { 673 margin-left: auto; 656 674 } 657 675 … … 769 787 } 770 788 789 .editor-post-title__block.has-text-align-center:before { 790 margin-left: auto; 791 margin-right: auto; 792 } 793 794 .editor-post-title__block.has-text-align-right:before { 795 margin-left: auto; 796 } 797 771 798 .editor-post-title__block:before { 772 799 width: 2.8125em; -
trunk/src/wp-content/themes/twentynineteen/style-rtl.css
r47586 r47591 2528 2528 } 2529 2529 2530 h1:not(.site-title).has-text-align-center:before, 2531 h2.has-text-align-center:before { 2532 margin-right: auto; 2533 margin-left: auto; 2534 } 2535 2536 h1:not(.site-title).has-text-align-right:before, 2537 h2.has-text-align-right:before { 2538 margin-right: auto; 2539 } 2540 2530 2541 hr { 2531 2542 background-color: #767676; … … 4210 4221 } 4211 4222 4223 .entry .entry-title.has-text-align-center:before { 4224 margin-right: auto; 4225 margin-left: auto; 4226 } 4227 4228 .entry .entry-title.has-text-align-right:before { 4229 margin-right: auto; 4230 } 4231 4212 4232 .entry .entry-title a { 4213 4233 color: inherit; … … 4494 4514 } 4495 4515 4516 .author-bio .author-title.has-text-align-center:before { 4517 margin-right: auto; 4518 margin-left: auto; 4519 } 4520 4521 .author-bio .author-title.has-text-align-right:before { 4522 margin-right: auto; 4523 } 4524 4496 4525 .author-bio .author-description { 4497 4526 display: inline; … … 4586 4615 margin: 1rem 0; 4587 4616 width: 1em; 4617 } 4618 4619 .comments-area .comments-title-wrap .comments-title.has-text-align-center:before { 4620 margin-right: auto; 4621 margin-left: auto; 4622 } 4623 4624 .comments-area .comments-title-wrap .comments-title.has-text-align-right:before { 4625 margin-right: auto; 4588 4626 } 4589 4627 -
trunk/src/wp-content/themes/twentynineteen/style.css
r47586 r47591 2528 2528 } 2529 2529 2530 h1:not(.site-title).has-text-align-center:before, 2531 h2.has-text-align-center:before { 2532 margin-left: auto; 2533 margin-right: auto; 2534 } 2535 2536 h1:not(.site-title).has-text-align-right:before, 2537 h2.has-text-align-right:before { 2538 margin-left: auto; 2539 } 2540 2530 2541 hr { 2531 2542 background-color: #767676; … … 4216 4227 } 4217 4228 4229 .entry .entry-title.has-text-align-center:before { 4230 margin-left: auto; 4231 margin-right: auto; 4232 } 4233 4234 .entry .entry-title.has-text-align-right:before { 4235 margin-left: auto; 4236 } 4237 4218 4238 .entry .entry-title a { 4219 4239 color: inherit; … … 4500 4520 } 4501 4521 4522 .author-bio .author-title.has-text-align-center:before { 4523 margin-left: auto; 4524 margin-right: auto; 4525 } 4526 4527 .author-bio .author-title.has-text-align-right:before { 4528 margin-left: auto; 4529 } 4530 4502 4531 .author-bio .author-description { 4503 4532 display: inline; … … 4592 4621 margin: 1rem 0; 4593 4622 width: 1em; 4623 } 4624 4625 .comments-area .comments-title-wrap .comments-title.has-text-align-center:before { 4626 margin-left: auto; 4627 margin-right: auto; 4628 } 4629 4630 .comments-area .comments-title-wrap .comments-title.has-text-align-right:before { 4631 margin-left: auto; 4594 4632 } 4595 4633
Note: See TracChangeset
for help on using the changeset viewer.