ui-repolist: Bold the currently viewed page.

Signed-off-by: Jamie Couture <jamie.couture@gmail.com>
This commit is contained in:
Jamie Couture
2012-10-08 12:49:34 -04:00
committed by Jason A. Donenfeld
parent 61d4147ea2
commit 4675b91211
2 changed files with 11 additions and 4 deletions

View File

@@ -548,6 +548,10 @@ div#cgit div.pager a {
margin: 0em 0.5em;
}
div#cgit div.pager .current {
font-weight: bold;
}
div#cgit span.age-mins {
font-weight: bold;
color: #080;