]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - doc/style.css
response
[git.ikiwiki.info.git] / doc / style.css
index 30f7ee3f3a1d169a023b849e38e416f37357d838..2e6cdee07339e3ba6361eb7f0b2058e076d8403d 100644 (file)
@@ -82,6 +82,7 @@ div.recentchanges {
        border-style: solid;
        border-width: 1px;
        overflow: auto;
+       clear: both;
        width: 100%;
        background: #eee;
        color: black !important;
@@ -259,9 +260,9 @@ input#openid_url {
 input#searchbox {
        background: url(wikiicons/search-bg.gif) no-repeat;
        background-color: #fff;
-       background-position: 0 50%;
+       background-position: 100% 50%;
        color: #000;
-       padding-left: 16px;
+       padding-right: 16px;
 }
 
 /* Things to hide in printouts. */
@@ -347,3 +348,7 @@ legend {
        background: #eee; 
        color: black !important;
 }
+
+span.color {
+       padding: 2px;
+}