Navigation Menu

Skip to content

Commit

Permalink
Changed table row coloring
Browse files Browse the repository at this point in the history
  • Loading branch information
sarukuku committed Dec 4, 2012
1 parent b426805 commit fc8bdb5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions css/main.css
Expand Up @@ -354,13 +354,16 @@ h1 {
background-color: transparent;
}

.score-board table tr:last-child {
border-bottom: 3px solid darkorange;
}

.hilight {
margin-top: 5px;
background-color: darkorange;
}

.hilight-last td {
margin-top: 15px;
background-color: red;
}

footer {
Expand Down

0 comments on commit fc8bdb5

Please sign in to comment.