From 9c9c9cb6134918b8a09bf35e6f01225ad8e39566 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sat, 11 Jan 2014 13:03:06 +0100 Subject: [PATCH] theme: Fix padding at the top of page header. --- html/html/themes/ipfire/include/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/html/html/themes/ipfire/include/css/style.css b/html/html/themes/ipfire/include/css/style.css index 1097b2ddb1..43db6f64de 100644 --- a/html/html/themes/ipfire/include/css/style.css +++ b/html/html/themes/ipfire/include/css/style.css @@ -180,6 +180,7 @@ iframe { color: #fff; font-size: 3.6em; font-weight: bold; + padding-top: 0.2em; padding-left: 1.7em; } -- 2.39.2