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

@ -106,6 +106,11 @@ dd {
}
ul {
li {
}
}
.list_dash {
li {
list-style: none;
position: relative;