]> git.cameronkatri.com Git - cgit.git/blobdiff - cgit.css
Merge branch 'stable'
[cgit.git] / cgit.css
index 957d5aaf5786195b37a5a7aa909b8bf2364a6b26..e3b32e75c0d8a4c14aed2dbc8ee80c75bd1d9209 100644 (file)
--- a/cgit.css
+++ b/cgit.css
@@ -155,7 +155,7 @@ table.list td.logsubject {
 table.list td.logmsg {
        font-family: monospace;
        white-space: pre;
-       padding: 1em 0em 2em 0em;
+       padding: 1em 0.5em 2em 0.5em;
 }
 
 table.list td a {
@@ -263,6 +263,25 @@ table.blob a.no a:hover {
        color: black;
 }
 
+table.bin-blob {
+       margin-top: 0.5em;
+       border: solid 1px black;
+}
+
+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;
+       white-space: pre;
+       border-left: solid 1px #777;
+       padding: 0em 1em;
+}
+
 table.nowrap td {
        white-space: nowrap;
 }