From 77429a35d22f2ad5f573c65d2b02449ef87368e3 Mon Sep 17 00:00:00 2001 From: Romain d'Alverny Date: Mon, 14 May 2012 17:54:59 +0000 Subject: fix bg color? --- _nav/css/source.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_nav/css/source.css b/_nav/css/source.css index 61cd1a6a9..ac8ef6de0 100644 --- a/_nav/css/source.css +++ b/_nav/css/source.css @@ -42,7 +42,7 @@ #nav a.mageia { width: 160px; background: #fff url(/g/images/logo_ln_1.png) no-repeat 30px 10px; - background-size: 120px; + background-size: 120px; /* TODO resize background image ! */ color: transparent; text-shadow: none; } @@ -91,6 +91,7 @@ h3 a { padding: 0.5em 1em 0.8em 30px; color: #fff; text-shadow: 0 0 4px #222; + background: #2383C2; background: -webkit-linear-gradient(top, #2383C2 0%, #1272B1 50%); background: -moz-linear-gradient(top, #2383C2 0%, #1272B1 50%); background: -o-linear-gradient(top, #2383C2 0%, #1272B1 50%); -- cgit v1.2.1