Skip to content

Commit

Permalink
Fix CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Kristensen committed Oct 11, 2013
1 parent f14bc2d commit 4178e5b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,13 @@
padding-bottom: 40px;
}

#current-item-container {
height: 100px;
}

#current-item {
font-size: 60px;
font-weight: bold;
height: 200px;
}

.center {
Expand Down Expand Up @@ -46,7 +49,7 @@ <h1>Roulette</h1>

<div id="roulette-view">
<div class="row">
<div class="span12 center" id="current-item">[Current item]</div>
<div class="span12 center" id="current-item-container"><span id="current-item">[Current item]</span></div>
</div>
<div class="row">
<div id="stop-button-view" class="span12 center" />
Expand Down

0 comments on commit 4178e5b

Please sign in to comment.