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; }