summaryrefslogtreecommitdiffabout
path: root/cgit.css
Unidiff
Diffstat (limited to 'cgit.css') (more/less context) (ignore whitespace changes)
-rw-r--r--cgit.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/cgit.css b/cgit.css
index 30cb8e6..d57722c 100644
--- a/cgit.css
+++ b/cgit.css
@@ -404,24 +404,34 @@ a.primary {
404a.secondary { 404a.secondary {
405 font-size: 90%; 405 font-size: 90%;
406} 406}
407 407
408td.toplevel-repo { 408td.toplevel-repo {
409 409
410} 410}
411 411
412table.list td.sublevel-repo { 412table.list td.sublevel-repo {
413 padding-left: 1.5em; 413 padding-left: 1.5em;
414} 414}
415 415
416div.pager {
417 text-align: center;
418 margin: 1em 0em 0em 0em;
419}
420
421div.pager a {
422 color: #777;
423 margin: 0em 0.5em;
424}
425
416span.age-mins { 426span.age-mins {
417 font-weight: bold; 427 font-weight: bold;
418 color: #080; 428 color: #080;
419} 429}
420 430
421span.age-hours { 431span.age-hours {
422 color: #080; 432 color: #080;
423} 433}
424 434
425span.age-days { 435span.age-days {
426 color: #040; 436 color: #040;
427} 437}