summaryrefslogtreecommitdiffabout
path: root/cgit.css
Unidiff
Diffstat (limited to 'cgit.css') (more/less context) (show whitespace changes)
-rw-r--r--cgit.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/cgit.css b/cgit.css
index f844efa..957d5aa 100644
--- a/cgit.css
+++ b/cgit.css
@@ -491,24 +491,30 @@ a.tag-deco {
491a.remote-deco { 491a.remote-deco {
492 margin: 0px 0.5em; 492 margin: 0px 0.5em;
493 padding: 0px 0.25em; 493 padding: 0px 0.25em;
494 background-color: #ccccff; 494 background-color: #ccccff;
495 border: solid 1px #000077; 495 border: solid 1px #000077;
496} 496}
497a.deco { 497a.deco {
498 margin: 0px 0.5em; 498 margin: 0px 0.5em;
499 padding: 0px 0.25em; 499 padding: 0px 0.25em;
500 background-color: #ff8888; 500 background-color: #ff8888;
501 border: solid 1px #770000; 501 border: solid 1px #770000;
502} 502}
503
504div.commit-subject a {
505 margin-left: 1em;
506 font-size: 75%;
507}
508
503table.stats { 509table.stats {
504 border: solid 1px black; 510 border: solid 1px black;
505 border-collapse: collapse; 511 border-collapse: collapse;
506} 512}
507 513
508table.stats th { 514table.stats th {
509 text-align: left; 515 text-align: left;
510 padding: 1px 0.5em; 516 padding: 1px 0.5em;
511 background-color: #eee; 517 background-color: #eee;
512 border: solid 1px black; 518 border: solid 1px black;
513} 519}
514 520