Making some autumn cleaning in the themes

This commit is contained in:
Mikael Nordfeldth 2014-10-27 14:23:18 +01:00
parent 18c6a0bf35
commit 54ed1f52fa
2 changed files with 5 additions and 12 deletions

View File

@ -49,11 +49,11 @@ h1, h2, h3, h4, h5, h6 {
margin-bottom: 15px; margin-bottom: 15px;
} }
h1 {font-size: 2.2em;} h1 {font-size: 2.0em;}
h2 {font-size: 1.8em;} h2 {font-size: 1.6em;}
h3 {font-size: 1.6em;} h3 {font-size: 1.4em;}
h4 {font-size: 1.4em;} h4 {font-size: 1.2em;}
h5 {font-size: 1.2em;} h5 {font-size: 1.1em;}
h6 {font-size: 1em;} h6 {font-size: 1em;}
p { p {

View File

@ -48,13 +48,6 @@ a:hover {color: blue;}
abbr {border-bottom: none;} abbr {border-bottom: none;}
h1 {font-size: 1.6em;}
h2 {font-size: 1.6em;}
h3 {font-size: 1.4em;}
h4 {font-size: 1.4em;}
h5 {font-size: 1.2em;}
h6 {font-size: 1em;}
#wrap { #wrap {
background: #fff url('../images/brdr_black_dot.png') repeat-x 0px 10px; background: #fff url('../images/brdr_black_dot.png') repeat-x 0px 10px;
} }