Ticket #38515: 38515.3.patch
File 38515.3.patch, 999 bytes (added by , 4 years ago) |
---|
-
src/wp-content/themes/twentyseventeen/rtl.css
33 33 padding-right: 3px; 34 34 } 35 35 36 ol {37 counter-reset: item;38 }39 40 ol li:before {41 left: auto;42 right: -1.5em;43 }44 45 36 li > ul, 46 37 li > ol { 47 38 margin-left: 0; -
src/wp-content/themes/twentyseventeen/style.css
1091 1091 } 1092 1092 1093 1093 ol { 1094 counter-reset: item;1094 list-style: decimal; 1095 1095 } 1096 1096 1097 ol li {1098 display: block;1099 position: relative;1100 }1101 1102 ol li:before {1103 content: counter(item) ".";1104 counter-increment: item;1105 font-weight: 600;1106 left: -1.5em;1107 position: absolute;1108 }1109 1110 1097 li > ul, 1111 1098 li > ol { 1112 1099 margin-bottom: 0;