X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/d82b425712bd43dc4bbb4c61a692fcfe24c42992..944ab58598462355506e637320597180bf3b6fe7:/doc/style.css diff --git a/doc/style.css b/doc/style.css index 7991f752f..44a6e0fe1 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; @@ -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; +}