]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
theme: Fix size and colouring of the headlines.
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 11 Jan 2014 11:45:04 +0000 (12:45 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 11 Jan 2014 11:45:04 +0000 (12:45 +0100)
html/html/themes/ipfire/include/css/style.css

index aa7bd16b9d98ecbb606ced26d81324f156ee76a5..5ce21790b376f447cd6db72b4d2c7d6c395d8771 100644 (file)
@@ -124,7 +124,7 @@ h1, h2, h3, h4, h5, h6 {
        text-align: left;
 }
 
-h2, h3, h4, h5, h6 {
+h1 {
        color: #66000F;
 }
 
@@ -223,7 +223,7 @@ iframe {
 
 #main_inner .post h2 {
        border-bottom: dotted 1px #e1e1e1;
-       font-size: 0.8em;
+       font-size: 1.6em;
        margin-bottom: 1em;
 }