1 files changed, 0 insertions, 6 deletions
diff --git a/cgit.css b/cgit.css
index 7f832db..7dd043c 100644
--- a/cgit.css
+++ b/cgit.css
@@ -670,7 +670,6 @@ div#cgit div.footer a:hover {
div#cgit a.branch-deco {
color: #000;
- margin: 0px 0.5em;
padding: 0px 0.25em;
background-color: #88ff88;
border: solid 1px #007700;
@@ -678,7 +677,6 @@ div#cgit a.branch-deco {
div#cgit a.tag-deco {
color: #000;
- margin: 0px 0.5em;
padding: 0px 0.25em;
background-color: #ffff88;
border: solid 1px #777700;
@@ -686,7 +684,6 @@ div#cgit a.tag-deco {
div#cgit a.tag-annotated-deco {
color: #000;
- margin: 0px 0.5em;
padding: 0px 0.25em;
background-color: #ffcc88;
border: solid 1px #777700;
@@ -694,7 +691,6 @@ div#cgit a.tag-annotated-deco {
div#cgit a.remote-deco {
color: #000;
- margin: 0px 0.5em;
padding: 0px 0.25em;
background-color: #ccccff;
border: solid 1px #000077;
@@ -702,7 +698,6 @@ div#cgit a.remote-deco {
div#cgit a.deco {
color: #000;
- margin: 0px 0.5em;
padding: 0px 0.25em;
background-color: #ff8888;
border: solid 1px #770000;
@@ -713,7 +708,6 @@ div#cgit div.commit-subject a.tag-deco,
div#cgit div.commit-subject a.tag-annotated-deco,
div#cgit div.commit-subject a.remote-deco,
div#cgit div.commit-subject a.deco {
- margin-left: 1em;
font-size: 75%;
}
|