From 1025616fc0f8ebcfac95094ea43e5498c38c12d9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Fri, 15 Sep 2017 13:07:43 +0200 Subject: [PATCH] css: minor cleanup. --- css/m-components.css | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/css/m-components.css b/css/m-components.css index 117c50ca..b61e03e8 100644 --- a/css/m-components.css +++ b/css/m-components.css @@ -329,18 +329,16 @@ article > footer p { /* Article -- dynamic section headers */ article section:target { + margin-left: -1.0rem; + border-left-style: solid; + border-left-width: 0.25rem; + padding-left: 0.75rem; border-color: var(--article-heading-color); } article > header h1 a, article section > h2 a, article section > h3 a, article section > h4 a, article section > h5 a, article section > h6 a { text-decoration: var(--heading-link-decoration); } -article section:target { - margin-left: -1.0rem; - border-left-style: solid; - border-left-width: 0.25rem; - padding-left: 0.75rem; -} /* Jumbo article */ article.m-jumbo { -- 2.30.2