From 98f8fe074021bde68d62b6645af90d60e3ab31a5 Mon Sep 17 00:00:00 2001 From: Damon Oehlman Date: Wed, 5 Feb 2014 08:42:08 +1100 Subject: [PATCH] Removed styles that are no longer required --- css/main.css | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/css/main.css b/css/main.css index 0c92309..c410180 100644 --- a/css/main.css +++ b/css/main.css @@ -5,6 +5,7 @@ html { body { min-height: 100%; background-color: #0088FF; + font-family: superscript; } header { @@ -16,7 +17,6 @@ header h1 { width: 760px; margin: auto; - font-family: superscript; font-size: 60px; text-align: center; @@ -36,9 +36,6 @@ header h1 { } .tower .level { - height: 200px; - - font-family: superscript; font-size: 30px; background: #AAA; @@ -50,8 +47,9 @@ header h1 { border-bottom: solid 10px black; } -.tower .level h1 { +.tower .level h2 { padding: 20px; + position: absolute; } .avatar {