]> gitweb.ps.run Git - ps-cgit/blobdiff - cgit.css
ui-tree: html/css cleanup
[ps-cgit] / cgit.css
index 8bd6bf4107455f579306b7719f23f8b5e28b3927..cda437e2d0e48f83a4b42159d9f002477ad49415 100644 (file)
--- a/cgit.css
+++ b/cgit.css
@@ -174,35 +174,38 @@ div.error {
        margin: 1em 2em;
 }
 
-td.ls-blob, td.ls-dir, td.ls-mod {
+a.ls-blob, a.ls-dir, a.ls-mod {
        font-family: monospace;
 }
 
-div.ls-dir a {
-       font-weight: bold;
+td.ls-size {
+       text-align: right;
 }
 
-th.filesize, td.filesize {
-       text-align: right;
+td.ls-size {
+       font-family: monospace;
 }
 
-td.filesize {
+td.ls-mode {
        font-family: monospace;
 }
 
-td.links {
-       font-size: 80%;
-       padding-left: 2em;
+table.blob {
+       margin-top: 0.5em;
+       border-top: solid 1px black;
 }
 
-td.filemode {
-       font-family: monospace;
+table.blob td.no {
+       border-right: solid 1px black;
+       color: black;
+       background-color: #eee;
+       text-align: right;
 }
 
-td.blob {
+table.blob td.txt {
        white-space: pre;
        font-family: monospace;
-       background-color: white;
+       padding-left: 0.5em;
 }
 
 table.nowrap td {