From: Michael Tremer Date: Thu, 9 Jan 2014 17:46:03 +0000 (+0100) Subject: theme: Decrease font size of h2 elements. X-Git-Tag: v2.15-beta1~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c82aa2ec9e0dee2d3ed1b5f3ca3c8fc158404228;p=ipfire-2.x.git theme: Decrease font size of h2 elements. --- diff --git a/html/html/themes/ipfire/include/css/style.css b/html/html/themes/ipfire/include/css/style.css index 9e834cdac5..aa7bd16b9d 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; }