Skip to content

Commit

Permalink
Removed styles that are no longer required
Browse files Browse the repository at this point in the history
  • Loading branch information
DamonOehlman committed Feb 4, 2014
1 parent f64a66a commit 98f8fe0
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ html {
body {
min-height: 100%;
background-color: #0088FF;
font-family: superscript;
}

header {
Expand All @@ -16,7 +17,6 @@ header h1 {
width: 760px;
margin: auto;

font-family: superscript;
font-size: 60px;
text-align: center;

Expand All @@ -36,9 +36,6 @@ header h1 {
}

.tower .level {
height: 200px;

font-family: superscript;
font-size: 30px;

background: #AAA;
Expand All @@ -50,8 +47,9 @@ header h1 {
border-bottom: solid 10px black;
}

.tower .level h1 {
.tower .level h2 {
padding: 20px;
position: absolute;
}

.avatar {
Expand Down

0 comments on commit 98f8fe0

Please sign in to comment.