aboutsummaryrefslogtreecommitdiff
path: root/cgit.css
diff refs
from: back
to: back
| flip
diff options
context:
space:
mode:
Diffstat (limited to 'cgit.css')
-rw-r--r--cgit.css14
1 files changed, 8 insertions, 6 deletions
diff --git a/cgit.css b/cgit.css
index 8977533..327eaba 100644
--- a/cgit.css
+++ b/cgit.css
@@ -140,20 +140,22 @@ td#search input {
background-color: #fff;
}
-div#summary {
+td#summary {
vertical-align: top;
- margin-bottom: 1em;
+ padding-bottom: 1em;
}
-table#downloads {
+td#archivelist {
+ padding-bottom: 1em;
+}
+
+td#archivelist table {
float: right;
border-collapse: collapse;
border: solid 1px #777;
- margin-left: 0.5em;
- margin-bottom: 0.5em;
}
-table#downloads th {
+td#archivelist table th {
background-color: #ccc;
}