From af250beea825be51e5925bd98486ff4db24ddb86 Mon Sep 17 00:00:00 2001 From: josdejong Date: Tue, 18 Jun 2013 16:08:41 +0200 Subject: [PATCH] Styling of the main menu updated --- css/style.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index a682525d..289dc26f 100644 --- a/css/style.css +++ b/css/style.css @@ -1,8 +1,11 @@ #menu { position: absolute; - left: -160px; + left: -170px; top: 35px; + background-color: #a7c8f9; + padding: 15px; + border-radius: 3px; } #forkme { @@ -13,7 +16,7 @@ } div.nav { - text-align: right; + text-align: center; } div.nav ul { @@ -49,6 +52,8 @@ div.nav ul li ul li { div.nav a { color: #2B7CE9; + color: white; + font-weight: bold; } .download td {