]> git.openstreetmap.org Git - rails.git/commitdiff
Remove reference to non-existent images.
authorTom Hughes <tom@compton.nu>
Tue, 21 Apr 2009 08:08:02 +0000 (08:08 +0000)
committerTom Hughes <tom@compton.nu>
Tue, 21 Apr 2009 08:08:02 +0000 (08:08 +0000)
public/stylesheets/site.css

index 0bab9c57ff4232d3f8a68638edfe0a75a0f587a3..57b6fe11c4c4806586c0cdda5eff68a88680488e 100644 (file)
@@ -202,7 +202,7 @@ body {
 #header {
   float: left;
   width: 100%;
-  background: #DAE0D2 url("bg.gif") repeat-x bottom;
+  background: #DAE0D2;
   font-size: 93%;
   line-height: normal;
 }
@@ -213,14 +213,12 @@ body {
 }
 #header li {
   float: left;
-  /*background:url("left.gif") no-repeat left top;*/
   margin: 0px;
   padding: 0px 0px 0px 9px;
 }
 #header li a {
   float: left;
   display: block;
-  /*background:url("right.gif") no-repeat right top;*/
   padding: 5px 15px 4px 6px;
   text-decoration: none;
   font-weight: bold;
@@ -233,11 +231,7 @@ hides rule from IE5-Mac \*/
 #header li a:hover {
   color: #333;
 }
-#header #current {
-  /* background-image:url("left_on.gif"); */
-}
 #header #current a {
-  background-image: url("right_on.gif");
   color: #333;
   padding-bottom: 5px;
 }