]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
CSS: Decrease the size of h6 headlines
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 14 Aug 2024 16:17:36 +0000 (18:17 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 14 Aug 2024 16:54:19 +0000 (16:54 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
html/html/themes/ipfire/include/css/style.css

index 645733b74a68e48196df9c2972459ab0f3653267..18dfe347a0de9f0bda93b3229c7c7a791f4138f5 100644 (file)
@@ -96,10 +96,14 @@ body {
        color: #363636;
 }
 
-h1, h2, h3, h4, h5, h6 {
+h1, h2, h3, h4, h5 {
        font-size: 20px;
 }
 
+h6 {
+       font-size: 1em;
+}
+
 br.clear {
        clear: both;
 }
@@ -345,6 +349,12 @@ table.form tr td textarea {
        width: 100%;
 }
 
+table.form tr.header td {
+       font-weight: bold;
+
+       margin-top: 1rem;
+}
+
 table.form tr.action td {
        padding-top: 1rem;