LAYOUT: fixed small bug, probably only showed up on small windows
authorArun Persaud <arun@nubati.net>
Wed, 18 Jul 2007 05:15:10 +0000 (22:15 -0700)
committerArun Persaud <arun@nubati.net>
Wed, 18 Jul 2007 05:15:10 +0000 (22:15 -0700)
the session and the trick menu didn't use the full width of the screen,
because they were cut off by the floating divs on the left

css/standard.css

index a3dbf01ba3312c5a9683a9875ac711131f0e4b0e..3d6fa92fe4d85384c9bf5ddbe43ebe90033453a2 100644 (file)
@@ -75,7 +75,6 @@ ul.tricks {
   margin:3px;
   padding:0;
   padding-bottom:3px;
-  /*background-color:yellow;*/
   text-align:center;
   border-bottom:1px solid #444;
 }
@@ -90,7 +89,6 @@ ul.tricks li.old {  background-color:#fff; }
 ul.tricks li:hover {  background-color: #bbb;}
 ul.tricks li.nohighlight:hover {  background-color: #fff;}
 
-
 ul.tricks li div.trick {
   position:absolute;
   margin:0;
@@ -253,20 +251,20 @@ ul.tricks li div div span.comment span{
 
 .session {
   border-bottom:1px solid black;
+  text-align:center;
 }
 
 .ruleset {
-  float:left;
-  margin:0;
-  margin-top:10.5em;
+  position:absolute;
+  top:10.5em;
   border:2px solid gray;
   padding:0.3em;
 }
 
 
 .bug {
-  float:left;
-  margin-top:8.5em;
+  position:absolute;
+  top:17.5em;
   width:10em;
   border:2px solid gray;
   padding-top:0.5em;