Skip to content

Commit

Permalink
#1 Style filters
Browse files Browse the repository at this point in the history
  • Loading branch information
afuersch committed Oct 15, 2015
1 parent fce876f commit 2a64414
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Wuzlstats/wwwroot/css/site.css
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,9 @@ footer {
footer {
margin-top: 50px; } }

.filter li.active {
font-weight: bold; }

.players .player-name {
font-weight: bold;
display: inline; }
Expand Down
7 changes: 7 additions & 0 deletions src/Wuzlstats/wwwroot/css/site.scss
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,13 @@ footer {
}
}

//Players page
.filter {
li.active {
font-weight: bold;
}
}

.players {

.player-name {
Expand Down

0 comments on commit 2a64414

Please sign in to comment.