Changeset 43494 for branches/4.9
- Timestamp:
- 07/17/2018 04:36:17 PM (6 years ago)
- Location:
- branches/4.9
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.9
-
branches/4.9/src/wp-content/themes/twentyseventeen/assets/css/editor-style.css
r38963 r43494 237 237 } 238 238 239 ol li {239 ol > li { 240 240 display: block; 241 241 position: relative; 242 242 } 243 243 244 ol li:before {244 ol > li:before { 245 245 content: counter(item); 246 246 counter-increment: item; … … 585 585 } 586 586 587 .rtl ol li:before {587 .rtl ol > li:before { 588 588 left: auto; 589 589 right: -1.5em;
Note: See TracChangeset
for help on using the changeset viewer.