diff options
author | Christian Hesse | 2016-06-29 09:37:58 +0200 |
---|---|---|
committer | Jason A. Donenfeld | 2016-07-05 16:15:58 +0200 |
commit | c19d983ed7b86face56e41effea4fffcf9ad1e19 (patch) | |
tree | c96e17e180524565ab9f4d63e5057c0a12581e45 /cgit.css | |
parent | 4fb49864db51affddf37ab2a563b0eb4b33e155d (diff) | |
download | cgit-c19d983ed7b86face56e41effea4fffcf9ad1e19.tar.gz cgit-c19d983ed7b86face56e41effea4fffcf9ad1e19.tar.bz2 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.css | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 | |||
608 | div#cgit div.footer a { | 609 | div#cgit div.footer a { |
609 | color: #ccc; | 610 | color: #ccc; |
610 | text-decoration: none; | 611 | text-decoration: none; |
611 | } | 612 | } |
613 | |||
612 | div#cgit div.footer a:hover { | 614 | div#cgit div.footer a:hover { |
613 | text-decoration: underline; | 615 | text-decoration: underline; |
614 | } | 616 | } |
617 | |||
615 | div#cgit a.branch-deco { | 618 | div#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 | |||
622 | div#cgit a.tag-deco { | 626 | div#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 | |||
629 | div#cgit a.remote-deco { | 634 | div#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 | |||
636 | div#cgit a.deco { | 642 | div#cgit a.deco { |
637 | color: #000; | 643 | color: #000; |
638 | margin: 0px 0.5em; | 644 | margin: 0px 0.5em; |