Add some spacing to the searchform.
[matthijs/projects/wipi.git] / static / exodus / css / screen.css
index d4bb72692ef9800a342762bcc0d32f1a1c4c2f04..d7be9a70d817b3fbe2c9cf525cbb235051a9fa65 100644 (file)
@@ -17,6 +17,10 @@ html {
        font-size:11px;
 }
 
+a {color: #ffd200;}
+a:visited {color: #ffd200;}
+a.nonexistent, a.badinterwiki {color: #cc8900;}
+
 img {
        border:0px;
 }
@@ -136,6 +140,7 @@ h1 { margin: 0; padding: 0; }
     /* Put a bit of offset between the pageinfo and searchform. Don't use
      * margin here, that collapses with the floating pageinfo. */
     padding-top: 10px;
+    margin: 0px 12px;
 }
 
 .editbar {