]> git.cameronkatri.com Git - cgit.git/blobdiff - cgit.css
git: update to v2.32.0
[cgit.git] / cgit.css
index 20b7e869cca4c7087e36e3a010039566fc9a5286..dfa144d05dd5757b0a4b64225a9e4c27d8ac1223 100644 (file)
--- a/cgit.css
+++ b/cgit.css
@@ -353,6 +353,16 @@ 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.bin-blob {
        margin-top: 0.5em;
        border: solid 1px black;
@@ -551,7 +561,7 @@ div#cgit table.diff td div.del {
        color: red;
 }
 
-div#cgit .sha1 {
+div#cgit .oid {
        font-family: monospace;
        font-size: 90%;
 }
@@ -675,6 +685,14 @@ div#cgit a.tag-deco {
        border: solid 1px #777700;
 }
 
+div#cgit a.tag-annotated-deco {
+       color: #000;
+       margin: 0px 0.5em;
+       padding: 0px 0.25em;
+       background-color: #ffcc88;
+       border: solid 1px #777700;
+}
+
 div#cgit a.remote-deco {
        color: #000;
        margin: 0px 0.5em;
@@ -693,6 +711,7 @@ div#cgit a.deco {
 
 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;