diff options
| author | 2013-09-14 20:00:42 +0200 | |
|---|---|---|
| committer | 2013-09-14 20:00:42 +0200 | |
| commit | 597a62148a17949a030afed5c62525914de84e11 (patch) | |
| tree | c9c32f8358efd52595af667286cc6319a40617c8 /public/themes/default/freshrss.css | |
| parent | b2e02ebf873d5045f91ec71091a556a21501c5fe (diff) | |
| parent | d47137cddd6a02bf609728c76b8adc7cdea1adf3 (diff) | |
Merge branch 'NbUnread' of https://github.com/Alkarex/FreshRSS into Alkarex-NbUnread
Diffstat (limited to 'public/themes/default/freshrss.css')
| -rw-r--r-- | public/themes/default/freshrss.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/public/themes/default/freshrss.css b/public/themes/default/freshrss.css index 92eaafaf0..353c4a1bc 100644 --- a/public/themes/default/freshrss.css +++ b/public/themes/default/freshrss.css @@ -180,6 +180,18 @@ .day:first-child { border-top: none; } + .day em { + color:#AAB; + font-size:2em; + height:1.5em; + opacity:.4; + overflow:hidden; + padding:0 .2em 0 0; + position:absolute; + right:0; + text-align:right; + width:75% + } .flux { border-left: 3px solid #aaa; |
