From 990822c7fd5e248cf88b9dbca7ecc5d133f7944c Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Thu, 1 Sep 2011 00:25:52 +0200 Subject: Take height into consideration, and simplify stylesheet --- src/stylesheets/application.sass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/stylesheets/application.sass b/src/stylesheets/application.sass index bc7bc63..e4e57d0 100644 --- a/src/stylesheets/application.sass +++ b/src/stylesheets/application.sass @@ -5,5 +5,5 @@ body #splash width: 724px - margin-left: auto - margin-right: auto \ No newline at end of file + height: 1024px + margin: auto -- cgit v1.2.3