diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2011-08-31 23:55:33 +0200 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2011-08-31 23:55:33 +0200 |
commit | 48a061414ec8c2838755a94a61f5e0180bb3371f (patch) | |
tree | 188212c7353830029ef10f8bdc7a68160e08071d /src/stylesheets | |
parent | 12a7b5b3b6c94b32158aeb3a491811316fad8bd1 (diff) | |
download | Thrash-and-Burn-Tour-2012-Website-48a061414ec8c2838755a94a61f5e0180bb3371f.tar.gz Thrash-and-Burn-Tour-2012-Website-48a061414ec8c2838755a94a61f5e0180bb3371f.tar.bz2 Thrash-and-Burn-Tour-2012-Website-48a061414ec8c2838755a94a61f5e0180bb3371f.zip |
Add default layout and poster images for now.
Diffstat (limited to 'src/stylesheets')
-rw-r--r-- | src/stylesheets/application.sass | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/stylesheets/application.sass b/src/stylesheets/application.sass new file mode 100644 index 0000000..bc7bc63 --- /dev/null +++ b/src/stylesheets/application.sass @@ -0,0 +1,9 @@ +$background: black + +body + background-color: $background + +#splash + width: 724px + margin-left: auto + margin-right: auto
\ No newline at end of file |