diff layout.css @ 3:e741fbf78fba

Another rework of the nav -- still not good
author Chris Cannam
date Wed, 07 Dec 2011 09:25:51 +0000
parents 6b9d46abd911
children 1e65fbe45c61
line wrap: on
line diff
--- a/layout.css	Tue Dec 06 17:06:58 2011 +0000
+++ b/layout.css	Wed Dec 07 09:25:51 2011 +0000
@@ -162,7 +162,8 @@
     margin-left: 0;
     margin-right: -100%; /* Negative value of #navbar's width + left margin. */
     padding: 0; /* DO NOT CHANGE. Add padding or margin to #navbar-inner. */
-    height: 3.6em; /* The navbar can have any arbritrary height. We picked one
+    height: 110px;
+/* height: 3.6em;*/ /* The navbar can have any arbritrary height. We picked one
                       that is twice the line-height pluse 1em: 2 x 1.3 + 1 = 3.6
                       Set this to the same value as the margin-top below. */
   }
@@ -171,7 +172,9 @@
   .with-navbar #sidebar-left,
   .with-navbar #sidebar-right
   {
-    margin-top: 3.6em; /* Set this to the same value as the navbar height above. */
+    margin-top: 110px;
+/*
+    margin-top: 3.6em;*/ /* Set this to the same value as the navbar height above. */
   }
 
   #navbar-inner