Fix list whoopsies
This commit is contained in:
parent
06d1b03e1c
commit
8f70fc1a05
1 changed files with 4 additions and 4 deletions
|
@ -6,8 +6,8 @@
|
|||
}
|
||||
|
||||
/* Remove default padding */
|
||||
ul,
|
||||
ol {
|
||||
ul[class],
|
||||
ol[class] {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
|
@ -18,8 +18,8 @@ h2,
|
|||
h3,
|
||||
h4,
|
||||
p,
|
||||
ul,
|
||||
ol,
|
||||
ul[class],
|
||||
ol[class],
|
||||
li,
|
||||
figure,
|
||||
figcaption,
|
||||
|
|
Loading…
Reference in a new issue