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/less/style.less | |
| parent | b88146d669b1196ed1efc4ae4108e238cfd7dbca (diff) | |
Adding style for publish Date
Diffstat (limited to 'searx/static/less/style.less')
| -rw-r--r-- | searx/static/less/style.less | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/searx/static/less/style.less b/searx/static/less/style.less index 556ecd615..817f6b317 100644 --- a/searx/static/less/style.less +++ b/searx/static/less/style.less @@ -248,6 +248,12 @@ a { word-wrap:break-word; color: @color-result-url-font; } + + .published_date { + font-size: 0.8em; + color: @color-result-publishdate-font; + margin: 5px 20px; + } } .engines { |