mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-21 01:53:26 +00:00
Fix #1022: fix bottom margin for lists
This commit is contained in:
@@ -200,8 +200,8 @@
|
||||
/* Lists */
|
||||
ul, ol {
|
||||
padding: 0;
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
margin: 0;
|
||||
margin-bottom: @spacing;
|
||||
padding-left: 2em;
|
||||
|
||||
ol, ul {
|
||||
@@ -253,3 +253,4 @@
|
||||
margin-left: 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user