diff options
author | nodiscc <nodiscc@gmail.com> | 2015-01-26 13:40:37 +0100 |
---|---|---|
committer | nodiscc <nodiscc@gmail.com> | 2015-01-26 13:40:37 +0100 |
commit | 852613dece4e8216534c32f5b6c58e3d37697084 (patch) | |
tree | 03f96f2f82cceb2d4b654463b7ce0ef51c8658da /inc/shaarli.css | |
parent | e57e364c7981da56c951143db0fc83ee4783e77b (diff) | |
parent | 38a2d03e34a309abee2b243738fdce1c4cb0be16 (diff) | |
download | Shaarli-852613dece4e8216534c32f5b6c58e3d37697084.tar.gz Shaarli-852613dece4e8216534c32f5b6c58e3d37697084.tar.zst Shaarli-852613dece4e8216534c32f5b6c58e3d37697084.zip |
Merge pull request #100 from virtualtam/daily-timestamp
daily: display link timestamps
Diffstat (limited to 'inc/shaarli.css')
-rw-r--r-- | inc/shaarli.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/inc/shaarli.css b/inc/shaarli.css index 4bd52810..325515ef 100644 --- a/inc/shaarli.css +++ b/inc/shaarli.css | |||
@@ -812,6 +812,10 @@ div.dailyEntryTitle { | |||
812 | font-weight: bold; | 812 | font-weight: bold; |
813 | } | 813 | } |
814 | 814 | ||
815 | div.dailyEntryLinkdate { | ||
816 | font-size: 8pt; | ||
817 | } | ||
818 | |||
815 | div.dailyEntryThumbnail { | 819 | div.dailyEntryThumbnail { |
816 | width: 100%; | 820 | width: 100%; |
817 | text-align: center; | 821 | text-align: center; |