[gnomeweb-wml] anjuta web: Fixed sidbar size.



commit bce44d9b9f949b65b55a78703643f7b57c919562
Author: Naba Kumar <naba gnome org>
Date:   Sun Jan 31 22:43:17 2010 +0200

    anjuta web: Fixed sidbar size.

 projects.gnome.org/anjuta/css/anjuta.css |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/projects.gnome.org/anjuta/css/anjuta.css b/projects.gnome.org/anjuta/css/anjuta.css
index 29fd0a0..ae51518 100644
--- a/projects.gnome.org/anjuta/css/anjuta.css
+++ b/projects.gnome.org/anjuta/css/anjuta.css
@@ -1,21 +1,21 @@
 /**
  * Anjuta css overrides 
  */
+#body {
+    margin-top: 120px;
+}
+
 #header {
     background-image: url(anjuta-logo.png);
 }
 
 #sidebar {
     top: 140px;
-}
-
-div#content {
-    padding-top: 40px;
+    width: 220px;
 }
 
 h1, h2, h3, h4, h5 {
     font-family: luxi sans,sans-serif;
-    clear: both;
 }
 
 div#highlight-container {



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