diff options
Diffstat (limited to 'cgit.css')
-rw-r--r-- | cgit.css | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -10,6 +10,7 @@ body { | |||
10 | h2 { | 10 | h2 { |
11 | font-size: 120%; | 11 | font-size: 120%; |
12 | font-weight: bold; | 12 | font-weight: bold; |
13 | margin-top: 0em; | ||
13 | margin-bottom: 0.25em; | 14 | margin-bottom: 0.25em; |
14 | } | 15 | } |
15 | 16 | ||
@@ -127,6 +128,25 @@ td#search input { | |||
127 | background-color: #fff; | 128 | background-color: #fff; |
128 | } | 129 | } |
129 | 130 | ||
131 | td#summary { | ||
132 | vertical-align: top; | ||
133 | padding-bottom: 1em; | ||
134 | } | ||
135 | |||
136 | td#archivelist { | ||
137 | padding-bottom: 1em; | ||
138 | } | ||
139 | |||
140 | td#archivelist table { | ||
141 | float: right; | ||
142 | border-collapse: collapse; | ||
143 | border: solid 1px #777; | ||
144 | } | ||
145 | |||
146 | td#archivelist table th { | ||
147 | background-color: #ccc; | ||
148 | } | ||
149 | |||
130 | td#content { | 150 | td#content { |
131 | padding: 1em 0.5em; | 151 | padding: 1em 0.5em; |
132 | } | 152 | } |