Added margin top to lists. Fixes issue5626
This commit is contained in:
parent
ea4b590943
commit
af410ef4e5
1 changed files with 6 additions and 1 deletions
|
|
@ -140,7 +140,12 @@
|
|||
p:last-of-type {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
ul, ol {
|
||||
margin-top:0.8em;
|
||||
margin-bottom:0.8em;
|
||||
&:first-child { margin-top: 0; }
|
||||
&:nth-last-child(4){ margin-bottom: 0; }
|
||||
}
|
||||
.expander {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue