diff options
Diffstat (limited to 'p/themes/Flat/flat.rtl.css')
| -rw-r--r-- | p/themes/Flat/flat.rtl.css | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/p/themes/Flat/flat.rtl.css b/p/themes/Flat/flat.rtl.css index 0cf0dbdc1..dc57e6d24 100644 --- a/p/themes/Flat/flat.rtl.css +++ b/p/themes/Flat/flat.rtl.css @@ -925,12 +925,16 @@ a.btn { /*=== READER VIEW */ /*================*/ #stream.reader .flux { - padding: 0 0 50px; - background: #ecf0f1; + background: #fafafa; color: #34495e; border: none; } +#stream.reader .flux .content { + background-color: #fff; + border-color: #ecf0f1; +} + #stream.reader .flux .author { margin: 0 0 10px; color: #999; |
