about summary refs log tree commit diff stats
path: root/cgit.css
diff options
context:
space:
mode:
authorChristian Hesse2016-06-29 09:37:58 +0200
committerJason A. Donenfeld2016-07-05 16:15:58 +0200
commitc19d983ed7b86face56e41effea4fffcf9ad1e19 (patch)
treec96e17e180524565ab9f4d63e5057c0a12581e45 /cgit.css
parentui-log: color line changes (diff)
downloadcgit-c19d983ed7b86face56e41effea4fffcf9ad1e19.tar.gz
cgit-c19d983ed7b86face56e41effea4fffcf9ad1e19.zip
css: consistent use of empty lines
Signed-off-by: Christian Hesse <mail@eworm.de>
Diffstat (limited to 'cgit.css')
-rw-r--r--cgit.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/cgit.css b/cgit.css index 983eac5..a4331f8 100644 --- a/cgit.css +++ b/cgit.css
@@ -605,13 +605,16 @@ div#cgit div.footer {
605 font-size: 80%; 605 font-size: 80%;
606 color: #ccc; 606 color: #ccc;
607} 607}
608
608div#cgit div.footer a { 609div#cgit div.footer a {
609 color: #ccc; 610 color: #ccc;
610 text-decoration: none; 611 text-decoration: none;
611} 612}
613
612div#cgit div.footer a:hover { 614div#cgit div.footer a:hover {
613 text-decoration: underline; 615 text-decoration: underline;
614} 616}
617
615div#cgit a.branch-deco { 618div#cgit a.branch-deco {
616 color: #000; 619 color: #000;
617 margin: 0px 0.5em; 620 margin: 0px 0.5em;
@@ -619,6 +622,7 @@ div#cgit a.branch-deco {
619 background-color: #88ff88; 622 background-color: #88ff88;
620 border: solid 1px #007700; 623 border: solid 1px #007700;
621} 624}
625
622div#cgit a.tag-deco { 626div#cgit a.tag-deco {
623 color: #000; 627 color: #000;
624 margin: 0px 0.5em; 628 margin: 0px 0.5em;
@@ -626,6 +630,7 @@ div#cgit a.tag-deco {
626 background-color: #ffff88; 630 background-color: #ffff88;
627 border: solid 1px #777700; 631 border: solid 1px #777700;
628} 632}
633
629div#cgit a.remote-deco { 634div#cgit a.remote-deco {
630 color: #000; 635 color: #000;
631 margin: 0px 0.5em; 636 margin: 0px 0.5em;
@@ -633,6 +638,7 @@ div#cgit a.remote-deco {
633 background-color: #ccccff; 638 background-color: #ccccff;
634 border: solid 1px #000077; 639 border: solid 1px #000077;
635} 640}
641
636div#cgit a.deco { 642div#cgit a.deco {
637 color: #000; 643 color: #000;
638 margin: 0px 0.5em; 644 margin: 0px 0.5em;