make lists default again
This commit is contained in:
parent
34c73a2d47
commit
2c9ee5f8e4
3 changed files with 14 additions and 2 deletions
|
|
@ -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; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue