X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=app%2Fassets%2Fstylesheets%2Ffeed.css.scss;h=533a1f58b448aa5b1ae4db1b22d052b7ac1c52dd;hb=HEAD;hp=075c75417f2cc2d0dca4ca8ec0f9362b44b4e1c0;hpb=0c831f9107670526c653c82f182b0b6983f49c31;p=feedcatcher.git diff --git a/app/assets/stylesheets/feed.css.scss b/app/assets/stylesheets/feed.css.scss index 075c754..533a1f5 100644 --- a/app/assets/stylesheets/feed.css.scss +++ b/app/assets/stylesheets/feed.css.scss @@ -1,3 +1,25 @@ // Place all the styles related to the feed controller here. // They will automatically be included in application.css. // You can use Sass (SCSS) here: http://sass-lang.com/ + +body { + font-family: Verdana, sans-serif; +} + +li { + padding: 0.2em 0; +} + +dd { + padding: 0 0 0.3em; +} + +/* START:notice */ +#notice { + border: 2px solid red; + padding: 1em; + margin-bottom: 2em; + background-color: #f0f0f0; + font: bold smaller sans-serif; +} +/* END:notice */