From 48a061414ec8c2838755a94a61f5e0180bb3371f Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Wed, 31 Aug 2011 23:55:33 +0200 Subject: Add default layout and poster images for now. --- src/stylesheets/application.sass | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/stylesheets/application.sass (limited to 'src/stylesheets') 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 -- cgit v1.2.3