From c82aa2ec9e0dee2d3ed1b5f3ca3c8fc158404228 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 9 Jan 2014 18:46:03 +0100 Subject: [PATCH] theme: Decrease font size of h2 elements. --- html/html/themes/ipfire/include/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/html/themes/ipfire/include/css/style.css b/html/html/themes/ipfire/include/css/style.css index 9e834cdac..aa7bd16b9 100644 --- a/html/html/themes/ipfire/include/css/style.css +++ b/html/html/themes/ipfire/include/css/style.css @@ -223,7 +223,7 @@ iframe { #main_inner .post h2 { border-bottom: dotted 1px #e1e1e1; - font-size: 1.7em; + font-size: 0.8em; margin-bottom: 1em; } -- 2.39.2