Skip to content

Commit

Permalink
#1 Add styles for table players list.
Browse files Browse the repository at this point in the history
  • Loading branch information
afuersch committed Oct 10, 2015
1 parent d4c2dac commit 1171ae2
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/Wuzlstats/wwwroot/css/site.css
Original file line number Diff line number Diff line change
Expand Up @@ -135,3 +135,10 @@ footer {
@media (max-width: 768px) {
footer {
margin-top: 50px; } }

.players .player-name {
font-weight: bold;
display: inline; }

.players .player-score {
color: #999; }
12 changes: 12 additions & 0 deletions src/Wuzlstats/wwwroot/css/site.scss
Original file line number Diff line number Diff line change
Expand Up @@ -204,3 +204,15 @@ footer {
margin-top: 50px;
}
}

.players {

.player-name {
font-weight: bold;
display: inline;
}

.player-score {
color: #999;
}
}

0 comments on commit 1171ae2

Please sign in to comment.