diff options
| author | Thomas Pointhuber <thomas.pointhuber@gmx.at> | 2014-03-14 10:04:36 +0100 |
|---|---|---|
| committer | Thomas Pointhuber <thomas.pointhuber@gmx.at> | 2014-03-14 10:04:36 +0100 |
| commit | c54baf63015e884c060e10bc7a73a2c1503564c1 (patch) | |
| tree | 20260a7733812f8b50fb26d90b92482a777561a8 /searx/static/css/style.css | |
| parent | b88146d669b1196ed1efc4ae4108e238cfd7dbca (diff) | |
Adding style for publish Date
Diffstat (limited to 'searx/static/css/style.css')
| -rw-r--r-- | searx/static/css/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/searx/static/css/style.css b/searx/static/css/style.css index bc4c034dc..767d7b05e 100644 --- a/searx/static/css/style.css +++ b/searx/static/css/style.css @@ -35,6 +35,7 @@ a{text-decoration:none;color:#1a11be}a:visited{color:#8e44ad} .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 .published_date{font-size:.8em;color:#888;margin:5px 20px} .engines{color:#888} .small_font{font-size:.8em} .small p{margin:2px 0} |