From 19837172d9efd653dfa6b6b7729765636bdd0758 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Sun, 13 Nov 2011 14:22:51 +0100 Subject: Add news page, and make frontpage link to it. --- src/stylesheets/application.sass | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'src/stylesheets/application.sass') diff --git a/src/stylesheets/application.sass b/src/stylesheets/application.sass index 711de1d..24036ef 100644 --- a/src/stylesheets/application.sass +++ b/src/stylesheets/application.sass @@ -18,6 +18,11 @@ body font-family: Helvetica, Arial, Sans-serif font-size: 12pt +h1 + color: yellow + font-size: 115% + border-bottom: 1px solid + h2 margin: 0 border-bottom: 1px solid @@ -97,3 +102,9 @@ $button-height: $sharebar-height - 5px font-size: 8pt #google_plus_button + +.newsitem + background-color: rgba(0, 0, 0, 0.4) + border: 1px solid rgba(0, 0, 0, 0.8) + padding-bottom: 10px + margin-bottom: 10px -- cgit v1.2.3