Remove a workaround put in for list styling
This was useful with the reset.css stylesheet, but now that has been removed, remove this too.
This commit is contained in:
parent
75665e3203
commit
467dcf736a
1 changed files with 0 additions and 5 deletions
|
|
@ -63,11 +63,6 @@ ul.blocks li + li:before {
|
||||||
content: ", ";
|
content: ", ";
|
||||||
}
|
}
|
||||||
|
|
||||||
ul {
|
|
||||||
list-style: unset;
|
|
||||||
padding-left: 40px;
|
|
||||||
}
|
|
||||||
|
|
||||||
p {
|
p {
|
||||||
max-width: 70rem;
|
max-width: 70rem;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue