Changeset 12453 for sites/trunk/wordpress.org/public_html/wp-content/plugins/handbook/inc/table-of-contents.php
- Timestamp:
- 03/06/2023 10:39:19 PM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/handbook/inc/table-of-contents.php
r12392 r12453 19 19 order: 2; 20 20 } 21 .rtl .toc-jump { 22 text-align: left; 23 } 21 24 .toc-heading a:first-of-type { 22 25 color: inherit; … … 25 28 text-decoration: none !important; 26 29 } 30 .rtl .toc-heading a:first-of-type { 31 margin-left: inherit; 32 margin-right: -32px; 33 } 27 34 .toc-heading a:before { 28 35 vertical-align: middle; … … 30 37 margin: -4px 8px 0 4px; 31 38 } 39 .rtl .toc-heading a:before { 40 margin-left: 8px; 41 margin-right: 4px; 42 } 32 43 @media (max-width: 876px) { 33 44 .toc-heading a { 34 45 margin-left: -20px; 46 } 47 .rtl .toc-heading a { 48 margin-left: inherit; 49 margin-right: -20px; 35 50 } 36 51 .toc-heading a:before { … … 41 56 font-size: 14px; 42 57 } 58 .rtl .toc-heading a:before { 59 margin-left: 4px; 60 margin-right: 2px; 61 } 43 62 .toc-heading a:first-of-type { 44 63 margin-left: 0; 64 } 65 .rtl .toc-heading a:first-of-type { 66 margin-left: inherit; 67 margin-right: 0; 45 68 } 46 69 }
Note: See TracChangeset
for help on using the changeset viewer.