aboutsummaryrefslogtreecommitdiffstats
path: root/src/stylesheets/application.sass
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2011-11-13 14:22:51 +0100
committerHarald Eilertsen <haraldei@anduin.net>2011-11-13 14:22:51 +0100
commit19837172d9efd653dfa6b6b7729765636bdd0758 (patch)
treeb6f5b2c95d5b54ab7f37930b5ebab5e46f4fd34e /src/stylesheets/application.sass
parenta4d2b1dd343c2abde14843055c40a77e4cc7643b (diff)
downloadThrash-and-Burn-Tour-2012-Website-19837172d9efd653dfa6b6b7729765636bdd0758.tar.gz
Thrash-and-Burn-Tour-2012-Website-19837172d9efd653dfa6b6b7729765636bdd0758.tar.bz2
Thrash-and-Burn-Tour-2012-Website-19837172d9efd653dfa6b6b7729765636bdd0758.zip
Add news page, and make frontpage link to it.
Diffstat (limited to 'src/stylesheets/application.sass')
-rw-r--r--src/stylesheets/application.sass11
1 files changed, 11 insertions, 0 deletions
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