]> git.cameronkatri.com Git - cgit.git/blobdiff - cgit.css
cgit.c: allow repo.*-filter options to unset the current default
[cgit.git] / cgit.css
index 957d5aaf5786195b37a5a7aa909b8bf2364a6b26..adfc8ae0e32386e929f8d9c11d8477442d058ec1 100644 (file)
--- a/cgit.css
+++ b/cgit.css
@@ -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;
 }