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,
|
ul > li,
|
||||||
ol > li {
|
ol > li {
|
||||||
list-style-position: outside;
|
list-style-position: inside;
|
||||||
|
margin-left: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
blockquote {
|
blockquote {
|
||||||
|
|
Loading…
Reference in a new issue