X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/d1cb73cb55ce2ecf185e2554a878a689113a01e4..cd5afe22a22c4d018c579abc768726005477158a:/doc/style.css diff --git a/doc/style.css b/doc/style.css index c7dc070cd..781f2b389 100644 --- a/doc/style.css +++ b/doc/style.css @@ -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; }