mirror of
https://github.com/kirsle/kirsle.net
synced 2024-11-14 04:49:29 +00:00
Remove margins on multi-level lists
This commit is contained in:
parent
40e8bf7adc
commit
6e8cb5ed93
|
@ -116,6 +116,10 @@ p {
|
|||
ul, ul ul, ol ul, ul ol, ol ol {
|
||||
margin: 10px 0px;
|
||||
}
|
||||
li > ul, li > ol {
|
||||
/* embedded list */
|
||||
margin: 0px;
|
||||
}
|
||||
blockquote {
|
||||
margin: 20px 0px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user