maposmatic-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Maposmatic-dev] [PATCH 5/5] Layout width fix


From: Maxime Petazzoni
Subject: [Maposmatic-dev] [PATCH 5/5] Layout width fix
Date: Mon, 11 Jan 2010 11:02:56 +0100

---
 www/media/style.css |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/www/media/style.css b/www/media/style.css
index 60be242..9a09193 100644
--- a/www/media/style.css
+++ b/www/media/style.css
@@ -111,9 +111,8 @@ ul#nav li.activelink a {
 
 #layout {
   clear: both;
-  margin: 1em;
-  margin-top: 2em;
-  width: auto;
+  margin: 2em auto;
+  width: 98%;
 }
 
 /* Main content */
-- 
1.6.3.3.261.g85c6





reply via email to

[Prev in Thread] Current Thread [Next in Thread]