Ticket #38515: 38515.patch
File 38515.patch, 551 bytes (added by , 8 years ago) |
---|
-
src/wp-content/themes/twentyseventeen/style.css
1076 1076 position: relative; 1077 1077 } 1078 1078 1079 ol ul li { 1080 display: list-item; 1081 } 1082 1079 1083 ol li:before { 1080 1084 content: counter(item) "."; 1081 1085 counter-increment: item; … … 1084 1088 position: absolute; 1085 1089 } 1086 1090 1091 ol ul li:before { 1092 content: ''; 1093 } 1094 1087 1095 li > ul, 1088 1096 li > ol { 1089 1097 margin-bottom: 0;