From fbc3b7cc0a491f11a71148e513e44c96d0716e81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Luttringer?= Date: Wed, 3 Mar 2010 15:13:26 +0000 Subject: [PATCH] fix menu left pos --- css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/main.css b/css/main.css index b1900ae..bda13f6 100644 --- a/css/main.css +++ b/css/main.css @@ -104,7 +104,7 @@ div.top_box position: absolute; height: 22px; /*width: 334px;*/ - left: 240px; + left: 270px; top: 101px; } #menu li { -- GitLab