make lists default again

This commit is contained in:
Stephan 2017-01-12 20:38:36 +01:00
parent 34c73a2d47
commit 2c9ee5f8e4
3 changed files with 14 additions and 2 deletions

View file

@ -389,9 +389,12 @@ dd {
margin-left: 2em; }
ul li {
list-style: square; }
.list_dash li {
list-style: none;
position: relative; }
ul li:before {
.list_dash li:before {
content: "_";
position: absolute;
left: -1em; }