Skip to content

Commit

Permalink
fix height and total spend
Browse files Browse the repository at this point in the history
  • Loading branch information
mick committed Mar 9, 2013
1 parent e299dea commit 263da6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion css/style.css
Expand Up @@ -1376,7 +1376,7 @@ line-height: 66px;
cursor: pointer;
}
#application {
height: auto;
height: 2500px;
overflow: hidden;
}

Expand Down
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -76,7 +76,7 @@ <h1>THE OPPORTUNITY</h1>
<div class="spend_top">IT spending<br/>
in 2013</div>
<div class="spend_middle"> <img src="images/spending_img2013.jpg" width="306" height="188" />
<div class="spend_bottom"><span class="redAm">Total: $172B</span><br/>
<div class="spend_bottom"><span class="redAm">Total: $140B</span><br/>
Video game market: ~$10B<br/>
iOS app market: ~$2B
</div>
Expand Down

0 comments on commit 263da6a

Please sign in to comment.