Tweaked the feed stylesheet.
[feedcatcher.git] / app / assets / stylesheets / feed.css.scss
1 // Place all the styles related to the feed controller here.
2 // They will automatically be included in application.css.
3 // You can use Sass (SCSS) here: http://sass-lang.com/
4
5 body {
6 font-family: Verdana, sans-serif;
7 }
8
9 li {
10 padding: 0.2em 0;
11 }
12
13 dd {
14 padding: 0 0 0.3em;
15 }
16
17 /* START:notice */
18 #notice {
19 border: 2px solid red;
20 padding: 1em;
21 margin-bottom: 2em;
22 background-color: #f0f0f0;
23 font: bold smaller sans-serif;
24 }
25 /* END:notice */