]> gitweb.ps.run Git - ps-cgit/blobdiff - cgit.css
Add links to enable downloading of tagged blobs
[ps-cgit] / cgit.css
index ef4bc624ebc43710a537e07a8c33ded4806420f1..49cf2d1899c0856aafc52b4a25f8286bf92ae05a 100644 (file)
--- a/cgit.css
+++ b/cgit.css
@@ -10,6 +10,7 @@ body {
 h2 {
        font-size: 120%;
        font-weight: bold;
+       margin-top: 0em;
        margin-bottom: 0.25em;
 }
 
@@ -127,6 +128,25 @@ td#search input {
        background-color: #fff;
 }
 
+td#summary {
+       vertical-align: top;
+       padding-bottom: 1em;
+}
+
+td#archivelist {
+       padding-bottom: 1em;
+}
+
+td#archivelist table {
+       float: right;
+       border-collapse: collapse;
+       border: solid 1px #777;
+}
+
+td#archivelist table th {
+       background-color: #ccc;
+}
+
 td#content {
        padding: 1em 0.5em;
 }