Author: jtauber
Date: Mon Sep 29 18:27:43 2008
New Revision: 985

Modified:
    trunk/pinax/site_media/base.css

Log:
removed position:relative from body and div and put it on #tabhead -- for  
some reason this is a big deal :-)

Modified: trunk/pinax/site_media/base.css
==============================================================================
--- trunk/pinax/site_media/base.css     (original)
+++ trunk/pinax/site_media/base.css     Mon Sep 29 18:27:43 2008
@@ -1,7 +1,6 @@
  body {
      background-color: #FFF;
      margin: 0;
-    position: relative;
  }
  html, body {
      height: 100%;
@@ -31,9 +30,6 @@
      border: 0;
      padding: 0;
  }
-div {
-    position: relative;
-}
  #body {
      clear: both;
      margin: 0 auto;
@@ -66,6 +62,7 @@
      margin: 0;
  }
  #tabhead {
+    position: relative;
      background: #035 url('/site_media/heading.png') left top repeat-x;
      border-bottom: 1px solid #000; /* tab border */
  }

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pinax-updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/pinax-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to