]> gitweb.ps.run Git - ps-cgit/blobdiff - cgit.css
ui-tree: unify with ui-view, use path to select tree/blob
[ps-cgit] / cgit.css
index 8bd6bf4107455f579306b7719f23f8b5e28b3927..30fde03e8bf94cadf7264b14580ec4eec536436e 100644 (file)
--- a/cgit.css
+++ b/cgit.css
@@ -199,10 +199,22 @@ td.filemode {
        font-family: monospace;
 }
 
-td.blob {
+table.blob {
+       margin-top: 0.5em;
+       border-top: solid 1px black;
+}
+
+table.blob td.no {
+       border-right: solid 1px black;
+       color: black;
+       background-color: #eee;
+       text-align: right;
+}
+
+table.blob td.txt {
        white-space: pre;
        font-family: monospace;
-       background-color: white;
+       padding-left: 0.5em;
 }
 
 table.nowrap td {