]> git.cameronkatri.com Git - cgit.git/blobdiff - cgit.css
Fixed unexpected tags in html output.
[cgit.git] / cgit.css
index 327eaba9d3bb3150bf6926373ad3571c1a8844af..8977533a18e8a6c5ceb16d4742906fd4b0bd75e0 100644 (file)
--- a/cgit.css
+++ b/cgit.css
@@ -140,22 +140,20 @@ td#search input {
        background-color: #fff;
 }
 
-td#summary {
+div#summary {
        vertical-align: top;
-       padding-bottom: 1em;
+       margin-bottom: 1em;
 }
 
-td#archivelist {
-       padding-bottom: 1em;
-}
-
-td#archivelist table {
+table#downloads {
        float: right;
        border-collapse: collapse;
        border: solid 1px #777;
+       margin-left: 0.5em;
+       margin-bottom: 0.5em;
 }
 
-td#archivelist table th {
+table#downloads th {
        background-color: #ccc;
 }