diff options
| author | Adam Tauber <asciimoo@gmail.com> | 2014-09-08 00:52:15 +0200 |
|---|---|---|
| committer | Adam Tauber <asciimoo@gmail.com> | 2014-09-08 00:52:15 +0200 |
| commit | 00e5262834801a524b916ad06e515a3b929cfdea (patch) | |
| tree | 349bc057f1a98795bc42c025e8d264c963192398 /searx/static/default/css/style.css | |
| parent | cd3a52e18965a3077b4fad86f327f772e02b5a6a (diff) | |
[enh] archive.org link added to results
Diffstat (limited to 'searx/static/default/css/style.css')
| -rw-r--r-- | searx/static/default/css/style.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/searx/static/default/css/style.css b/searx/static/default/css/style.css index 43f8f8383..9a6faadef 100644 --- a/searx/static/default/css/style.css +++ b/searx/static/default/css/style.css @@ -38,9 +38,10 @@ a{text-decoration:none;color:#1a11be}a:visited{color:#8e44ad} .result{margin:19px 0 18px 0;padding:0;clear:both} .result_title{margin-bottom:0}.result_title a{color:#2980b9;font-weight:normal;font-size:1.1em}.result_title a:hover{text-decoration:underline} .result_title a:visited{color:#8e44ad} +.cache_link{font-size:10px !important} .result h3{font-size:1em;word-wrap:break-word;margin:5px 0 1px 0;padding:0} .result .content{font-size:.8em;margin:0;padding:0;max-width:54em;word-wrap:break-word;line-height:1.24} -.result .url{font-size:.8em;margin:3px 0 0 0;padding:0;max-width:54em;word-wrap:break-word;color:#c0392b} +.result .url{font-size:.8em;margin:0 0 3px 0;padding:0;max-width:54em;word-wrap:break-word;color:#c0392b} .result .published_date{font-size:.8em;color:#888;margin:5px 20px} .engines{color:#888} .small_font{font-size:.8em} |