summaryrefslogtreecommitdiff
path: root/searx/static/default/css/style.css
diff options
context:
space:
mode:
authorAdam Tauber <asciimoo@gmail.com>2014-09-08 00:52:15 +0200
committerAdam Tauber <asciimoo@gmail.com>2014-09-08 00:52:15 +0200
commit00e5262834801a524b916ad06e515a3b929cfdea (patch)
tree349bc057f1a98795bc42c025e8d264c963192398 /searx/static/default/css/style.css
parentcd3a52e18965a3077b4fad86f327f772e02b5a6a (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.css3
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}