about summary refs log tree commit diff stats
path: root/cgit.css
diff options
context:
space:
mode:
authorJamie Couture2012-10-08 12:49:34 -0400
committerJason A. Donenfeld2012-10-08 23:29:29 +0200
commit4675b91211fe3119a0def539521ac759b3fb57d0 (patch)
tree152e484c6a598a4e4d16c80cee0ce5975cfa7042 /cgit.css
parentdo not write outside heap buffer (diff)
downloadcgit-4675b91211fe3119a0def539521ac759b3fb57d0.tar.gz
cgit-4675b91211fe3119a0def539521ac759b3fb57d0.zip
ui-repolist: Bold the currently viewed page.
Signed-off-by: Jamie Couture <jamie.couture@gmail.com>
Diffstat (limited to 'cgit.css')
-rw-r--r--cgit.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/cgit.css b/cgit.css index 651a320..54da076 100644 --- a/cgit.css +++ b/cgit.css
@@ -548,6 +548,10 @@ div#cgit div.pager a {
548 margin: 0em 0.5em; 548 margin: 0em 0.5em;
549} 549}
550 550
551div#cgit div.pager .current {
552 font-weight: bold;
553}
554
551div#cgit span.age-mins { 555div#cgit span.age-mins {
552 font-weight: bold; 556 font-weight: bold;
553 color: #080; 557 color: #080;