summaryrefslogtreecommitdiffabout
path: root/cgit.css
Unidiff
Diffstat (limited to 'cgit.css') (more/less context) (show 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
@@ -12,2 +12,3 @@ h2 {
12 font-weight: bold; 12 font-weight: bold;
13 margin-top: 0em;
13 margin-bottom: 0.25em; 14 margin-bottom: 0.25em;
@@ -129,2 +130,21 @@ td#search input {
129 130
131td#summary {
132 vertical-align: top;
133 padding-bottom: 1em;
134}
135
136td#archivelist {
137 padding-bottom: 1em;
138}
139
140td#archivelist table {
141 float: right;
142 border-collapse: collapse;
143 border: solid 1px #777;
144}
145
146td#archivelist table th {
147 background-color: #ccc;
148}
149
130td#content { 150td#content {