]> gitweb.ps.run Git - ps-cgit/blobdiff - cgit.css
Add log filtering by path and link to it from tree view
[ps-cgit] / cgit.css
index b736b1985e8e0e67b5005dbc9a2ecce5f4759e97..6231e28db0a89d3b61d361a1e1619c3f5cb90a13 100644 (file)
--- a/cgit.css
+++ b/cgit.css
@@ -189,6 +189,11 @@ td.filesize {
        font-family: monospace;
 }
 
+td.links {
+       font-size: 80%;
+       padding-left: 2em;
+}
+
 td.filemode {
        font-family: monospace;
 }
@@ -290,6 +295,11 @@ div.diffstat-summary {
        padding-top: 0.5em;
 }
 
+table.diff th {
+       padding: 1em 0em 0.1em 0.1em;
+       text-align: left;
+}
+
 table.diff td {
        border: solid 1px black;
        font-family: monospace;