Added margin top to lists. Fixes issue5626

This commit is contained in:
Sam Radhakrishnan 2015-03-02 22:32:50 +05:30
parent ea4b590943
commit af410ef4e5

View file

@ -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;