Ticket #49772: 49772.diff
File 49772.diff, 1.7 KB (added by , 3 years ago) |
---|
-
src/wp-admin/css/edit.css
756 756 margin-bottom: 1em; 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; 762 763 padding: 1em; 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; 772 774 } 773 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; 783 } 784 774 785 strong.wp-policy-help, /* For back-compat, see #49282 */ 775 786 strong.privacy-policy-tutorial { 776 787 display: block;