Ticket #44768: listfix.diff
File listfix.diff, 788 bytes (added by , 5 years ago) |
---|
-
assets/css/editor-style.css
229 229 } 230 230 231 231 ul { 232 list-style: disc; 232 list-style-type: disc; 233 list-style-position: inside; 233 234 } 234 235 235 236 ol { … … 239 240 ol > li { 240 241 display: block; 241 242 position: relative; 243 margin-left: 1.5em; 242 244 } 243 245 244 246 ol > li:before { -
style.css
1096 1096 } 1097 1097 1098 1098 ul { 1099 list-style: disc; 1099 list-style-type: disc; 1100 list-style-position: inside; 1100 1101 } 1101 1102 1102 1103 ol { 1103 list-style: decimal; 1104 list-style-type: decimal; 1105 margin-left: 1.5em; 1104 1106 } 1105 1107 1106 1108 li > ul,