]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/style.css
response
[ikiwiki.git] / doc / style.css
index 30f7ee3f3a1d169a023b849e38e416f37357d838..44a6e0fe11fe0c8fe7f8c306f07d86437fe61f04 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. */
@@ -294,7 +295,7 @@ input#searchbox {
        margin-bottom: 1ex;
        padding: 1ex 1ex;
        border: 1px solid #aaa;
-       width: 25%
+       width: 25%;
        background: white;
        color: black !important;
 }
@@ -347,3 +348,7 @@ legend {
        background: #eee; 
        color: black !important;
 }
+
+span.color {
+       padding: 2px;
+}