chore : slight refactoring for ul and ol
This commit is contained in:
parent
13c252ee9e
commit
18c8a9878a
1 changed files with 1 additions and 11 deletions
|
@ -56,7 +56,7 @@ p, time {
|
|||
}
|
||||
}
|
||||
|
||||
ul {
|
||||
ul, ol {
|
||||
@include paragraph();
|
||||
ul {
|
||||
margin-bottom:0;
|
||||
|
@ -66,16 +66,6 @@ ul {
|
|||
}
|
||||
}
|
||||
|
||||
ol {
|
||||
@include paragraph();
|
||||
ol {
|
||||
margin-bottom:0;
|
||||
}
|
||||
li {
|
||||
margin-left: $lineheight;
|
||||
}
|
||||
}
|
||||
|
||||
/* sup, sub */
|
||||
|
||||
sup, sub {
|
||||
|
|
Loading…
Reference in a new issue