From mboxrd@z Thu Jan 1 00:00:00 1970 From: list at eworm.de (Christian Hesse) Date: Wed, 29 Jun 2016 09:37:58 +0200 Subject: [PATCH 2/2] css: consistent use of empty lines In-Reply-To: <20160629073758.29304-1-list@eworm.de> References: <20160629073758.29304-1-list@eworm.de> Message-ID: <20160629073758.29304-2-list@eworm.de> From: Christian Hesse Signed-off-by: Christian Hesse --- cgit.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/cgit.css b/cgit.css index 983eac5..763a99e 100644 --- a/cgit.css +++ b/cgit.css @@ -605,13 +605,16 @@ div#cgit div.footer { font-size: 80%; color: #ccc; } + div#cgit div.footer a { color: #ccc; text-decoration: none; } + div#cgit div.footer a:hover { text-decoration: underline; } + div#cgit a.branch-deco { color: #000; margin: 0px 0.5em; @@ -619,6 +622,7 @@ div#cgit a.branch-deco { background-color: #88ff88; border: solid 1px #007700; } + div#cgit a.tag-deco { color: #000; margin: 0px 0.5em; @@ -626,6 +630,7 @@ div#cgit a.tag-deco { background-color: #ffff88; border: solid 1px #777700; } + div#cgit a.remote-deco { color: #000; margin: 0px 0.5em; @@ -633,6 +638,7 @@ div#cgit a.remote-deco { background-color: #ccccff; border: solid 1px #000077; } + div#cgit a.deco { color: #000; margin: 0px 0.5em; @@ -824,3 +830,4 @@ div#cgit table.ssdiff td.space { div#cgit table.ssdiff td.space div { min-height: 3em; } + -- 2.9.0