Add ol tag to dt-article css rules
This commit is contained in:
Christopher Olah
2017-04-17 10:23:21 -07:00
committed by GitHub
3 changed files with 68 additions and 37 deletions
+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 {
+58 -36
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
File diff suppressed because one or more lines are too long