]> gitweb.ps.run Git - ps-cgit/blobdiff - cgit.css
Merge branch 'do/https'
[ps-cgit] / cgit.css
index e8214de13550e0e18bd2ef1b41f9d375bddb416c..adfc8ae0e32386e929f8d9c11d8477442d058ec1 100644 (file)
--- a/cgit.css
+++ b/cgit.css
@@ -236,26 +236,50 @@ table.blob {
        border-top: solid 1px black;
 }
 
-table.blob td.no {
-       border-right: solid 1px black;
+table.blob td.lines {
+       margin: 0; padding: 0;
+       vertical-align: top;
        color: black;
+}
+
+table.blob td.linenumbers {
+       margin: 0; padding: 0;
+       vertical-align: top;
+       border-right: 1px solid gray;
        background-color: #eee;
+}
+
+table.blob pre {
+       padding: 0; margin: 0;
+}
+
+table.blob a.no {
+       color: gray;
        text-align: right;
+       text-decoration: none;
 }
 
-table.blob td.no a {
+table.blob a.no a:hover {
        color: black;
 }
 
-table.blob td.no a:hover {
-       color: black;
-       text-decoration: none;
+table.bin-blob {
+       margin-top: 0.5em;
+       border: solid 1px black;
 }
 
-table.blob td.txt {
+table.bin-blob th {
+       font-family: monospace;
        white-space: pre;
+       border: solid 1px #777;
+       padding: 0.5em 1em;
+}
+
+table.bin-blob td {
        font-family: monospace;
-       padding-left: 0.5em;
+       white-space: pre;
+       border-left: solid 1px #777;
+       padding: 0em 1em;
 }
 
 table.nowrap td {
@@ -495,6 +519,12 @@ a.deco {
        background-color: #ff8888;
        border: solid 1px #770000;
 }
+
+div.commit-subject a {
+       margin-left: 1em;
+       font-size: 75%;
+}
+
 table.stats {
        border: solid 1px black;
        border-collapse: collapse;