Fixes list alignment inside fieldsets
This commit is contained in:
parent
a3474fd9cd
commit
dba220d678
1 changed files with 2 additions and 1 deletions
|
@ -663,7 +663,8 @@ ol {
|
|||
|
||||
ul > li,
|
||||
ol > li {
|
||||
list-style-position: outside;
|
||||
list-style-position: inside;
|
||||
margin-left: 1em;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
|
|
Loading…
Reference in a new issue