diff --git a/wiki/static/crans-www/css/screen.css b/wiki/static/crans-www/css/screen.css index ea48af6b..3da91f71 100644 --- a/wiki/static/crans-www/css/screen.css +++ b/wiki/static/crans-www/css/screen.css @@ -97,3 +97,13 @@ pre { div.codearea { /* the div makes the border */ border: 1px dashed #2f6fab; } + + +/* Search form */ +#searchInput { + padding: 2px 2px 2px 18px; + background: #fff url(../img/q.png) no-repeat 4px center; + font: 0.9em "Trebuchet MS", helvetica, sans-serif; + border:thin gray solid; + margin: 4px 0; +}