summaryrefslogtreecommitdiffabout
path: root/cgit.css
Side-by-side diff
Diffstat (limited to 'cgit.css') (more/less context) (ignore whitespace changes)
-rw-r--r--cgit.css20
1 files changed, 20 insertions, 0 deletions
diff --git a/cgit.css b/cgit.css
index ef4bc62..49cf2d1 100644
--- a/cgit.css
+++ b/cgit.css
@@ -7,12 +7,13 @@ body {
}
h2 {
font-size: 120%;
font-weight: bold;
+ margin-top: 0em;
margin-bottom: 0.25em;
}
h3 {
margin-top: 0em;
font-size: 100%;
@@ -124,12 +125,31 @@ td#search input {
width: 10em;
border: solid 1px #333;
color: #333;
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;
}
div#blob {
border: solid 1px black;