Skip to content

Commit

Permalink
Fixed layout things
Browse files Browse the repository at this point in the history
  • Loading branch information
unforced authored and tdooner committed Nov 1, 2012
1 parent d79fb0d commit 50f1dec
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion oldham-bingo.css
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ h1 {
list-style: none;
}
#scoreboard-container li {
height: 30px;
padding: 1px;
}
#scoreboard-container.the_user li {
background-color: #efefef;
Expand Down
10 changes: 6 additions & 4 deletions oldham-bingo.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,14 @@ <h2>Chat:</h2>
</template>
<template name="board">
<table id="bingo-board">
{{#each rows}}
<tbody>
{{#each rows}}
<tr>
{{#each cols}}
{{#each cols}}
<td id="{{id}}" {{#if acquired}} class="acquired" {{/if}}>{{text}}</td>
{{/each}}
{{/each}}
</tr>
{{/each}}
{{/each}}
</tbody>
</table>
</template>

0 comments on commit 50f1dec

Please sign in to comment.