Mercurial > addons > firefox-addons > feed-preview
comparison web_resources/style/feed-preview.css @ 1:1c31f4102408
Show a hint if the feed has no entries
author | Guido Berhoerster <guido+feed-preview@berhoerster.name> |
---|---|
date | Thu, 04 Oct 2018 09:40:26 +0200 |
parents | bc5cc170163c |
children | c271192aac9d |
comparison
equal
deleted
inserted
replaced
0:bc5cc170163c | 1:1c31f4102408 |
---|---|
26 #feed-subtitle { | 26 #feed-subtitle { |
27 color: var(--grey-50); | 27 color: var(--grey-50); |
28 margin: 0 0 16px 0; | 28 margin: 0 0 16px 0; |
29 } | 29 } |
30 | 30 |
31 #no-entries-hint { | |
32 color: var(--grey-50); | |
33 } | |
34 | |
35 #no-entries-hint, | |
31 .entry { | 36 .entry { |
32 clear: both; | 37 clear: both; |
33 margin: 16px auto; | 38 margin: 16px auto; |
34 padding: 16px; | 39 padding: 16px; |
35 max-width: 80ch; | 40 max-width: 80ch; |