Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.zx2c4.com/cgit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Hesse <mail@eworm.de>2016-06-29 10:37:58 +0300
committerJason A. Donenfeld <Jason@zx2c4.com>2016-07-05 17:15:58 +0300
commitc19d983ed7b86face56e41effea4fffcf9ad1e19 (patch)
treec96e17e180524565ab9f4d63e5057c0a12581e45 /cgit.css
parent4fb49864db51affddf37ab2a563b0eb4b33e155d (diff)
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 {
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;