diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2011-09-01 00:25:52 +0200 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2011-09-01 00:25:52 +0200 |
commit | 990822c7fd5e248cf88b9dbca7ecc5d133f7944c (patch) | |
tree | 92ceab9bbb9d2d9468fb5597788ad98ccc79044d /src | |
parent | b57b306d33f74b5a8bded60b53d251e69b77beab (diff) | |
download | Thrash-and-Burn-Tour-2012-Website-990822c7fd5e248cf88b9dbca7ecc5d133f7944c.tar.gz Thrash-and-Burn-Tour-2012-Website-990822c7fd5e248cf88b9dbca7ecc5d133f7944c.tar.bz2 Thrash-and-Burn-Tour-2012-Website-990822c7fd5e248cf88b9dbca7ecc5d133f7944c.zip |
Take height into consideration, and simplify stylesheet
Diffstat (limited to 'src')
-rw-r--r-- | src/stylesheets/application.sass | 4 |
1 files changed, 2 insertions, 2 deletions
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 |