]> gitweb.ps.run Git - ps-cgit/blobdiff - cgit.css
Enable url=value querystring parameter
[ps-cgit] / cgit.css
index 87fd00a387cbb80aa67109dc2efc0e7857eae4b6..6c7f9c35979629aec35682edbb46a9f017a8b8f1 100644 (file)
--- a/cgit.css
+++ b/cgit.css
@@ -236,9 +236,13 @@ div.commit-msg {
        font-family: monospace;
 }
 
+div.diffstat-header {
+       font-weight: bold;
+       padding-top: 1.5em;
+}
+
 table.diffstat {
        border-collapse: collapse;
-       margin-top: 1.5em;
        width: 100%;
        border: solid 1px #aaa;
        background-color: #eee;
@@ -262,6 +266,10 @@ table.diffstat td {
        border: none;
 }
 
+table.diffstat td.mode {
+       white-space: nowrap;
+}
+
 table.diffstat td span.modechange {
        padding-left: 1em;
        color: red;