Skip to content

Commit

Permalink
updated styling
Browse files Browse the repository at this point in the history
  • Loading branch information
abarnhard committed Aug 4, 2014
1 parent 871d4b5 commit d2457b1
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions app/static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,28 @@ nav li {
margin: 0 5px;
font-size: 25px;
}

.container {
position: relative;
width: 100%;
height: 100%;
width: 1080px;
}

.container > div {
display: inline-block;
position: relative;
margin: 0 auto;
}

table {
border-collapse: collapse;
border-spacing: 0px;
}

table td{
text-align: center;
min-width: 60px;
border: 1px solid black;
padding: 3px;
}

0 comments on commit d2457b1

Please sign in to comment.