From: Michael Tremer Date: Wed, 14 Aug 2024 16:17:36 +0000 (+0200) Subject: CSS: Decrease the size of h6 headlines X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fd02fb29d829fc35ea65fb2cab201bf25bcfedae;p=people%2Fmfischer%2Fipfire-2.x.git CSS: Decrease the size of h6 headlines Signed-off-by: Michael Tremer --- diff --git a/html/html/themes/ipfire/include/css/style.css b/html/html/themes/ipfire/include/css/style.css index 645733b74..18dfe347a 100644 --- a/html/html/themes/ipfire/include/css/style.css +++ b/html/html/themes/ipfire/include/css/style.css @@ -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;