Changeset 44203
- Timestamp:
- 12/14/2018 10:52:55 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0/src/wp-content/themes/twentyseventeen/assets/css/editor-style.css
r43494 r44203 233 233 } 234 234 235 ol {236 counter-reset: item;237 }238 239 235 ol > li { 240 display: block;241 236 position: relative; 242 }243 244 ol > li:before {245 content: counter(item);246 counter-increment: item;247 font-weight: 800;248 left: -1.5em;249 position: absolute;250 237 } 251 238 … … 581 568 } 582 569 583 .rtl ol {584 counter-reset: item;585 }586 587 570 .rtl ol > li:before { 588 571 left: auto;
Note: See TracChangeset
for help on using the changeset viewer.