- Timestamp:
- 04/09/2020 10:32:43 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/edit.css
r47473 r47560 757 757 } 758 758 759 .policy-text p:not(.privacy-policy-tutorial):not(.wp-policy-help) { 759 .policy-text > *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(div):not(.privacy-policy-tutorial):not(.wp-policy-help), 760 .policy-text div > *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(div):not(.privacy-policy-tutorial):not(.wp-policy-help) { 760 761 background-color: #fff; 761 762 margin: 0; … … 763 764 } 764 765 765 .policy-text p:not(.privacy-policy-tutorial):not(.wp-policy-help) + p:not(.privacy-policy-tutorial):not(.wp-policy-help) { 766 .policy-text > *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(div):not(.privacy-policy-tutorial):not(.wp-policy-help) + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(div):not(.privacy-policy-tutorial):not(.wp-policy-help), 767 .policy-text div > *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(div):not(.privacy-policy-tutorial):not(.wp-policy-help) + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(div):not(.privacy-policy-tutorial):not(.wp-policy-help) { 766 768 padding-top: 0; 767 769 } 768 770 769 .hide-privacy-policy-tutorial p:not(.privacy-policy-tutorial):not(.wp-policy-help) {771 .hide-privacy-policy-tutorial > *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(div):not(.privacy-policy-tutorial):not(.wp-policy-help) { 770 772 margin: 1em 0; 771 773 padding: 0; 774 } 775 776 .policy-text ul li, 777 .policy-text ol li { 778 margin-left: 2em; 779 } 780 781 .policy-text ul { 782 list-style: disc; 772 783 } 773 784
Note: See TracChangeset
for help on using the changeset viewer.