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 */
|
/* Remove default padding */
|
||||||
ul,
|
ul[class],
|
||||||
ol {
|
ol[class] {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -18,8 +18,8 @@ h2,
|
||||||
h3,
|
h3,
|
||||||
h4,
|
h4,
|
||||||
p,
|
p,
|
||||||
ul,
|
ul[class],
|
||||||
ol,
|
ol[class],
|
||||||
li,
|
li,
|
||||||
figure,
|
figure,
|
||||||
figcaption,
|
figcaption,
|
||||||
|
|
Loading…
Reference in a new issue