]> gitweb.ps.run Git - ps-cgit/blobdiff - cgit.css
Make print_branch() handle refs not pointing at commits
[ps-cgit] / cgit.css
index 141bec850420e076b9047790a6df863de2746635..5d47099a66c2c953be9b4272bc64fa4dcdb735a7 100644 (file)
--- a/cgit.css
+++ b/cgit.css
@@ -99,7 +99,7 @@ td#header a {
        color: #666;
 }
 
-td#header a:hoved {
+td#header a:hover {
        text-decoration: underline;
 }
 
@@ -144,15 +144,32 @@ td#search form {
        padding: 0px;
 }
 
+td#search select {
+       font-size: 9pt;
+       padding: 0px;
+       border: solid 1px #333;
+       color: #333;
+       background-color: #fff;
+}
+
 td#search input {
        font-size: 9pt;
        padding: 0px;
-       width: 10em;
+}
+
+td#search input.txt {
+       width: 8em;
        border: solid 1px #333;
        color: #333;
        background-color: #fff;
 }
 
+td#search input.btn {
+       border: solid 1px #333;
+       color: #333;
+       background-color: #ccc;
+}
+
 div#summary {
        vertical-align: top;
        margin-bottom: 1em;
@@ -335,6 +352,10 @@ div.diffstat-summary {
        padding-top: 0.5em;
 }
 
+table.diff {
+       width: 100%;
+}
+
 table.diff td {
        font-family: monospace;
        white-space: pre;
@@ -342,7 +363,8 @@ table.diff td {
 
 table.diff td div.head {
        font-weight: bold;
-       padding-top: 1em;
+       margin-top: 1em;
+       background-color: #eee;
 }
 
 table.diff td div.hunk {