diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-11-10 19:24:00 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-11-14 13:57:31 +0100 |
commit | 1c282b1da0491cda620e03ab92c00341aa80e18b (patch) | |
tree | 67dda4c186ce2b714df7c8f3f5244ac084ebe0f7 /app/Resources/static/themes/baggy | |
parent | d3511bbde9743995e7ee7eec74b20b9b7b1b56ca (diff) | |
download | wallabag-1c282b1da0491cda620e03ab92c00341aa80e18b.tar.gz wallabag-1c282b1da0491cda620e03ab92c00341aa80e18b.tar.zst wallabag-1c282b1da0491cda620e03ab92c00341aa80e18b.zip |
Added creation date on entries view
Diffstat (limited to 'app/Resources/static/themes/baggy')
-rwxr-xr-x | app/Resources/static/themes/baggy/css/main.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/Resources/static/themes/baggy/css/main.css b/app/Resources/static/themes/baggy/css/main.css index 4c3e4ce3..4dfa8790 100755 --- a/app/Resources/static/themes/baggy/css/main.css +++ b/app/Resources/static/themes/baggy/css/main.css | |||
@@ -413,7 +413,8 @@ footer a { | |||
413 | margin-bottom: 2em; | 413 | margin-bottom: 2em; |
414 | } | 414 | } |
415 | 415 | ||
416 | .estimatedTime .reading-time { | 416 | .reading-time, |
417 | .created-at { | ||
417 | color: #999; | 418 | color: #999; |
418 | font-style: italic; | 419 | font-style: italic; |
419 | font-weight: normal; | 420 | font-weight: normal; |