From b19b91846627398b832e784e15b6c5ca0a434159 Mon Sep 17 00:00:00 2001 From: Joppe Geluykens Date: Mon, 17 Apr 2017 11:32:47 +0200 Subject: [PATCH] fix(#34): add ol tag to dt-article css rules Ordered list wasn't following the article rules, which lead to alignment issues. --- components/styles-layout.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/components/styles-layout.css b/components/styles-layout.css index 26cbaca..46486bd 100644 --- a/components/styles-layout.css +++ b/components/styles-layout.css @@ -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 {