From 1eec4484fd6f584bced93ae92db3a74e566d4ec9 Mon Sep 17 00:00:00 2001 From: z3d <z3d@mail.i2p> Date: Sat, 22 Jan 2011 08:10:01 +0000 Subject: [PATCH] Light consistency tweak. --- installer/resources/themes/console/light/console.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/resources/themes/console/light/console.css b/installer/resources/themes/console/light/console.css index 65dacbfc06..f3d991a8ef 100644 --- a/installer/resources/themes/console/light/console.css +++ b/installer/resources/themes/console/light/console.css @@ -443,7 +443,7 @@ div.news h4 { div.confignav { padding: 15px 10px !important; margin: 15px 0 15px 0; - background: #ffe url('images/header.png') center center repeat-x; + background: url('images/header.png') center center repeat-x; -moz-border-radius: 4px; -khtml-border-radius: 4px; border-radius: 4px; -- GitLab