]> gitweb.ps.run Git - ps-cgit/blobdiff - cgit.css
git: update to v2.43.2
[ps-cgit] / cgit.css
index 217a05a557d7d806006946810efbdb47437d37bb..1b848cf712c9e93c3c29e299008786d6edae87d4 100644 (file)
--- a/cgit.css
+++ b/cgit.css
@@ -363,6 +363,10 @@ div#cgit table.blame td.lines > div > pre {
        top: 0;
 }
 
+div#cgit table.blame .oid {
+       font-size: 100%;
+}
+
 div#cgit table.bin-blob {
        margin-top: 0.5em;
        border: solid 1px black;
@@ -561,7 +565,7 @@ div#cgit table.diff td div.del {
        color: red;
 }
 
-div#cgit .sha1 {
+div#cgit .oid {
        font-family: monospace;
        font-size: 90%;
 }
@@ -685,6 +689,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;
@@ -703,6 +715,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;