cgit

commit c19d983ed7b86face56e41effea4fffcf9ad1e19

Author: Christian Hesse <mail@eworm.de>

css: consistent use of empty lines

Signed-off-by: Christian Hesse <mail@eworm.de>

 cgit.css | 6 ++++++


diff --git a/cgit.css b/cgit.css
index 983eac5cd5f456bcf1197ebfbbc5b9f0c94e8c58..a4331f8afc04d717c642697629b7450c811778ea 100644
--- a/cgit.css
+++ b/cgit.css
@@ -605,13 +605,16 @@ 	text-align: center;
 	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 @@ 	padding: 0px 0.25em;
 	background-color: #88ff88;
 	border: solid 1px #007700;
 }
+
 div#cgit a.tag-deco {
 	color: #000;
 	margin: 0px 0.5em;
@@ -626,6 +630,7 @@ 	padding: 0px 0.25em;
 	background-color: #ffff88;
 	border: solid 1px #777700;
 }
+
 div#cgit a.remote-deco {
 	color: #000;
 	margin: 0px 0.5em;
@@ -633,6 +638,7 @@ 	padding: 0px 0.25em;
 	background-color: #ccccff;
 	border: solid 1px #000077;
 }
+
 div#cgit a.deco {
 	color: #000;
 	margin: 0px 0.5em;