diff options
| author | Thomas Pointhuber <thomas.pointhuber@gmx.at> | 2014-03-16 09:48:10 +0100 |
|---|---|---|
| committer | Thomas Pointhuber <thomas.pointhuber@gmx.at> | 2014-03-16 09:48:10 +0100 |
| commit | f159fc718faa6ae468120524513d6e12031d4c09 (patch) | |
| tree | bca5bd1ca3401e89a5a5adaebcaba1387bc5f5a6 /searx/static/less | |
| parent | 44990fc0af31a80bdd8bfe485d337db72a0b2359 (diff) | |
fix little style bug
Diffstat (limited to 'searx/static/less')
| -rw-r--r-- | searx/static/less/style.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/static/less/style.less b/searx/static/less/style.less index 817f6b317..f0931a7e1 100644 --- a/searx/static/less/style.less +++ b/searx/static/less/style.less @@ -201,7 +201,7 @@ a { .result { margin: 19px 0 18px 0; padding: 0; - max-width: 55em; + max-width: 53em; clear: both; } |