css: remove titles centering and borders

This commit is contained in:
Kazhnuz 2018-10-03 14:23:59 +02:00
parent fb7ca007bf
commit 009e6a352c
1 changed files with 2 additions and 38 deletions

View File

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