Style <ol> elements the same as <ul> ones
This commit is contained in:
parent
3f3b5b53e3
commit
ed4564401d
1 changed files with 2 additions and 1 deletions
|
@ -69,11 +69,12 @@ h6 {
|
|||
border-bottom: 1px dashed #839496;
|
||||
}
|
||||
|
||||
ul {
|
||||
ul, ol {
|
||||
margin: 20px;
|
||||
}
|
||||
|
||||
ul ul,
|
||||
ol ol,
|
||||
dd {
|
||||
margin: 5px 20px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue