diff options
| author | 2013-06-15 20:14:13 +0200 | |
|---|---|---|
| committer | 2013-06-15 20:14:13 +0200 | |
| commit | e3b3fa39d8b51bb571d2d15dafcfc94d4ab28787 (patch) | |
| tree | 0293116ce54e5745d83b549272e5b60d124cd852 /public/theme | |
| parent | d3078fb726639eed478a2a449b0a9043af04a756 (diff) | |
Première version de la vue lecture (issue #67)
Diffstat (limited to 'public/theme')
| -rw-r--r-- | public/theme/freshrss.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/public/theme/freshrss.css b/public/theme/freshrss.css index 26bb21d8f..60498ad5b 100644 --- a/public/theme/freshrss.css +++ b/public/theme/freshrss.css @@ -286,6 +286,18 @@ text-decoration: none; } +#stream.reader .flux { + padding: 0 0 30px; + border: none; + background: #f0f0f0; + color: #333; +} + #stream.reader .flux .author { + margin: 0 0 10px; + font-size: 90%; + color: #666; + } + .content { max-width: 550px; margin: 0 auto; |
