Remove css list-style inside (issue #1)

pull/6/head
Alexandre Mutel 9 years ago
parent bd6d14b08c
commit 95cfc01305

@ -288,9 +288,9 @@ label > .label-body {
/* Lists
*/
ul {
list-style: circle inside; }
list-style: circle; }
ol {
list-style: decimal inside; }
list-style: decimal; }
ol, ul {
padding-left: 0;
margin-top: 0; }

Loading…
Cancel
Save