aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--_nav/css/source.css3
1 files changed, 2 insertions, 1 deletions
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%);