diff options
| author | asciimoo <asciimoo@gmail.com> | 2013-10-19 19:55:43 +0200 |
|---|---|---|
| committer | asciimoo <asciimoo@gmail.com> | 2013-10-19 19:55:43 +0200 |
| commit | 247c9144f20572be29aa8f0911dd1aa1824007b1 (patch) | |
| tree | d7d6cd7c3beb542aa64692f6b4d0707a992de5d6 /searx/static/css/style.css | |
| parent | a8736f071350a08a5e66a9886dbf2c170148b53b (diff) | |
[enh] smaller search form @ results page
Diffstat (limited to 'searx/static/css/style.css')
| -rw-r--r-- | searx/static/css/style.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/searx/static/css/style.css b/searx/static/css/style.css index e9d032dfd..79e7ca2cb 100644 --- a/searx/static/css/style.css +++ b/searx/static/css/style.css @@ -23,3 +23,5 @@ a { text-decoration: none; } .q { width: 30em; } .engines { color: #888888; } + +.small p { margin: 2px 0; } |