fix(#34): add ol tag to dt-article css rules

Ordered list wasn't following the article rules, which lead to alignment issues.
This commit is contained in:
Joppe Geluykens
2017-04-17 11:32:47 +02:00
parent aef31660cc
commit b19b918466
+9
View File
@@ -24,6 +24,7 @@ dt-article > h2,
dt-article > h3,
dt-article > h4,
dt-article > figure,
dt-article > ol,
dt-article > ul,
dt-article > dt-byline,
dt-article > dt-math,
@@ -35,6 +36,7 @@ dt-article section > h2,
dt-article section > h3,
dt-article section > h4,
dt-article section > figure,
dt-article section > ol,
dt-article section > ul,
dt-article section > dt-byline,
dt-article section > dt-code {
@@ -58,6 +60,7 @@ dt-article section > dt-code {
dt-article > h3,
dt-article > h4,
dt-article > figure,
dt-article > ol,
dt-article > ul,
dt-article > dt-byline,
dt-article > dt-math,
@@ -69,6 +72,7 @@ dt-article section > dt-code {
dt-article section > h3,
dt-article section > h4,
dt-article section > figure,
dt-article section > ol,
dt-article section > ul,
dt-article section > dt-byline,
dt-article section > dt-code {
@@ -85,6 +89,7 @@ dt-article section > dt-code {
dt-article > h3,
dt-article > h4,
dt-article > figure,
dt-article > ol,
dt-article > ul,
dt-article > dt-byline,
dt-article > dt-math,
@@ -95,6 +100,7 @@ dt-article section > dt-code {
dt-article section > h3,
dt-article section > h4,
dt-article section > figure,
dt-article section > ol,
dt-article section > ul,
dt-article section > dt-byline,
dt-article section > dt-code {
@@ -221,6 +227,7 @@ dt-article section > dt-code {
dt-article.centered > h3,
dt-article.centered > h4,
dt-article.centered > figure,
dt-article.centered > ol,
dt-article.centered > ul,
dt-article.centered > dt-byline,
dt-article.centered > dt-code,
@@ -230,6 +237,7 @@ dt-article section > dt-code {
dt-article.centered section > h3,
dt-article.centered section > h4,
dt-article.centered section > figure,
dt-article.cebtered section > ol,
dt-article.centered section > ul,
dt-article.centered section > dt-byline,
dt-article.centered section > dt-code,
@@ -239,6 +247,7 @@ dt-article section > dt-code {
dt-article section.centered > h3,
dt-article section.centered > h4,
dt-article section.centered > figure,
dt-article section.centered > ol,
dt-article section.centered > ul,
dt-article section.centered > dt-byline,
dt-article section.centered > dt-code {