]> gitweb.ps.run Git - ps-cgit/blobdiff - cgit.css
Show number of changed lines in log view
[ps-cgit] / cgit.css
index 640bbc913ee504a75ef11faa6500274f432bd4f6..cded981386ceed3eaeb5d37fe5eee2c669062e5d 100644 (file)
--- a/cgit.css
+++ b/cgit.css
@@ -2,14 +2,21 @@ body {
        font-family: arial;
        font-size: 11pt;
        background: white;
+}
+
+body, table {
        padding: 0em;
        margin: 0em;
 }
 
+table {
+      border-collapse: collapse;
+}
 
 h2 {
        font-size: 120%;
        font-weight: bold;
+       margin-top: 0em;
        margin-bottom: 0.25em;
 }
 
@@ -63,8 +70,7 @@ img {
 
 table#layout {
        width: 100%;
-       border-collapse: separate;
-       border-spacing: 0px;
+       border-collapse: collapse;
        margin: 0px;
 }
 
@@ -127,6 +133,25 @@ td#search input {
        background-color: #fff;
 }
 
+td#summary {
+       vertical-align: top;
+       padding-bottom: 1em;
+}
+
+td#archivelist {
+       padding-bottom: 1em;
+}
+
+td#archivelist table {
+       float: right;
+       border-collapse: collapse;
+       border: solid 1px #777;
+}
+
+td#archivelist table th {
+       background-color: #ccc;
+}
+
 td#content {
        padding: 1em 0.5em;
 }
@@ -141,7 +166,7 @@ div.error {
        margin: 1em 2em;
 }
 
-div.ls-blob, div.ls-dir {
+td.ls-blob, td.ls-dir, td.ls-mod {
        font-family: monospace;
 }