]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/style.css
(no commit message)
[ikiwiki.git] / doc / style.css
index c7dc070cdc4046622ffe24862396165deb7e1a96..781f2b389f7790812316adb250c7d1748efc96e9 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;
@@ -256,6 +257,14 @@ input#openid_url {
        padding-left: 18px;
 }
 
+input#searchbox {
+       background: url(wikiicons/search-bg.gif) no-repeat;
+       background-color: #fff;
+       background-position: 100% 50%;
+       color: #000;
+       padding-right: 16px;
+}
+
 /* Things to hide in printouts. */
 @media print {
        .actions { display: none; }