From: Vladimír Vondruš Date: Fri, 15 Sep 2017 11:07:43 +0000 (+0200) Subject: css: minor cleanup. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?a=commitdiff_plain;h=1025616fc0f8ebcfac95094ea43e5498c38c12d9;p=blog.git css: minor cleanup. --- 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 {