Merge pull request #132 from phagara/fix-blockquote-list-margins-padding
fix margins & padding for blockquotes, lists and nested lists
This commit is contained in:
commit
dea70a8d38
1 changed files with 11 additions and 0 deletions
|
@ -35,6 +35,17 @@
|
||||||
color: #6a737d;
|
color: #6a737d;
|
||||||
border-left: 2px solid #959da5;
|
border-left: 2px solid #959da5;
|
||||||
padding-left: 16px;
|
padding-left: 16px;
|
||||||
|
margin-bottom: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
ul, ol {
|
||||||
|
padding-left: 32px;
|
||||||
|
margin-bottom: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
li ul, li ol {
|
||||||
|
padding-left: 16px;
|
||||||
|
margin-bottom: 0px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue