From 009e6a352c7eb7fdd4f93b962973e45e8f7d966e Mon Sep 17 00:00:00 2001 From: Kazhnuz Date: Wed, 3 Oct 2018 14:23:59 +0200 Subject: [PATCH] css: remove titles centering and borders --- css/clear-typography.css | 40 ++-------------------------------------- 1 file changed, 2 insertions(+), 38 deletions(-) diff --git a/css/clear-typography.css b/css/clear-typography.css index 932ef3b..f6ac167 100644 --- a/css/clear-typography.css +++ b/css/clear-typography.css @@ -78,35 +78,23 @@ h1, h2, h3, h4, h5, h6, h7 { h1 { - text-align:center; + text-align: left; font-size: 2em; line-height: 1.5em; padding:0.2em; margin-bottom:1em; font-weight:600; - border-top:0px; - border-left:0px; - border-right:0px; - border-bottom:1px; - border-color:#666; - border-style:dashed; } h2 { - text-align:center; + text-align: left; font-size: 1.8em; line-height: 1.5em; padding:0.1em; /*margin-bottom:0.5em;*/ font-weight:600; - border-top:0px; - border-left:0px; - border-right:0px; - border-bottom:0px; - border-color:#666; - border-style:dashed; } @@ -118,12 +106,6 @@ h3 { padding:0.1em; /*margin-bottom:0.5em;*/ font-weight:600; - border-top:0px; - border-left:0px; - border-right:0px; - border-bottom:0px; - border-color:#666; - border-style:dashed; } @@ -135,12 +117,6 @@ h4 { padding:0.1em; /*margin-bottom:0.5em;*/ font-weight:600; - border-top:0px; - border-left:0px; - border-right:0px; - border-bottom:0px; - border-color:#666; - border-style:dashed; } @@ -152,12 +128,6 @@ h5 { padding:0.1em; /*margin-bottom:0.5em;*/ font-weight:600; - border-top:0px; - border-left:0px; - border-right:0px; - border-bottom:0px; - border-color:#666; - border-style:dashed; } @@ -169,12 +139,6 @@ h6 { padding:0.1em; /*margin-bottom:0.5em;*/ font-weight:400; - border-top:0px; - border-left:0px; - border-right:0px; - border-bottom:0px; - border-color:#666; - border-style:dashed; }