aboutsummaryrefslogtreecommitdiff
path: root/cgit.css
diff refs
from: back
to: back
| flip
diff options
context:
space:
mode:
Diffstat (limited to 'cgit.css')
-rw-r--r--cgit.css35
1 files changed, 1 insertions, 34 deletions
diff --git a/cgit.css b/cgit.css
index d10a24d..20b7e86 100644
--- a/cgit.css
+++ b/cgit.css
@@ -330,11 +330,6 @@ div#cgit table.ssdiff td.lineno a:hover {
color: black;
}
-div#cgit table.blob td.linenumbers a:target:before {
- color: red;
- content: "\2BA9";
-}
-
div#cgit table.blame td.hashes,
div#cgit table.blame td.lines,
div#cgit table.blame td.linenumbers {
@@ -358,20 +353,6 @@ div#cgit table.blame div.alt:nth-child(odd) {
background: white;
}
-div#cgit table.blame td.lines > div {
- position: relative;
-}
-
-div#cgit table.blame td.lines > div > pre {
- padding: 0 0 0 0.5em;
- position: absolute;
- top: 0;
-}
-
-div#cgit table.blame .oid {
- font-size: 100%;
-}
-
div#cgit table.bin-blob {
margin-top: 0.5em;
border: solid 1px black;
@@ -570,7 +551,7 @@ div#cgit table.diff td div.del {
color: red;
}
-div#cgit .oid {
+div#cgit .sha1 {
font-family: monospace;
font-size: 90%;
}
@@ -684,7 +665,6 @@ div#cgit a.branch-deco {
padding: 0px 0.25em;
background-color: #88ff88;
border: solid 1px #007700;
- border-radius: 2px;
}
div#cgit a.tag-deco {
@@ -693,16 +673,6 @@ div#cgit a.tag-deco {
padding: 0px 0.25em;
background-color: #ffff88;
border: solid 1px #777700;
- border-radius: 2px;
-}
-
-div#cgit a.tag-annotated-deco {
- color: #000;
- margin: 0px 0.5em;
- padding: 0px 0.25em;
- background-color: #ffcc88;
- border: solid 1px #777700;
- border-radius: 2px;
}
div#cgit a.remote-deco {
@@ -711,7 +681,6 @@ div#cgit a.remote-deco {
padding: 0px 0.25em;
background-color: #ccccff;
border: solid 1px #000077;
- border-radius: 2px;
}
div#cgit a.deco {
@@ -720,12 +689,10 @@ div#cgit a.deco {
padding: 0px 0.25em;
background-color: #ff8888;
border: solid 1px #770000;
- border-radius: 2px;
}
div#cgit div.commit-subject a.branch-deco,
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;