summaryrefslogtreecommitdiffabout
path: root/cgit.css
Unidiff
Diffstat (limited to 'cgit.css') (more/less context) (ignore whitespace changes)
-rw-r--r--cgit.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/cgit.css b/cgit.css
index fe0ba50..6231e28 100644
--- a/cgit.css
+++ b/cgit.css
@@ -144,96 +144,101 @@ td#summary {
144 vertical-align: top; 144 vertical-align: top;
145 padding-bottom: 1em; 145 padding-bottom: 1em;
146} 146}
147 147
148td#archivelist { 148td#archivelist {
149 padding-bottom: 1em; 149 padding-bottom: 1em;
150} 150}
151 151
152td#archivelist table { 152td#archivelist table {
153 float: right; 153 float: right;
154 border-collapse: collapse; 154 border-collapse: collapse;
155 border: solid 1px #777; 155 border: solid 1px #777;
156} 156}
157 157
158td#archivelist table th { 158td#archivelist table th {
159 background-color: #ccc; 159 background-color: #ccc;
160} 160}
161 161
162td#content { 162td#content {
163 padding: 1em 0.5em; 163 padding: 1em 0.5em;
164} 164}
165 165
166div#blob { 166div#blob {
167 border: solid 1px black; 167 border: solid 1px black;
168} 168}
169 169
170div.error { 170div.error {
171 color: red; 171 color: red;
172 font-weight: bold; 172 font-weight: bold;
173 margin: 1em 2em; 173 margin: 1em 2em;
174} 174}
175 175
176td.ls-blob, td.ls-dir, td.ls-mod { 176td.ls-blob, td.ls-dir, td.ls-mod {
177 font-family: monospace; 177 font-family: monospace;
178} 178}
179 179
180div.ls-dir a { 180div.ls-dir a {
181 font-weight: bold; 181 font-weight: bold;
182} 182}
183 183
184th.filesize, td.filesize { 184th.filesize, td.filesize {
185 text-align: right; 185 text-align: right;
186} 186}
187 187
188td.filesize { 188td.filesize {
189 font-family: monospace; 189 font-family: monospace;
190} 190}
191 191
192td.links {
193 font-size: 80%;
194 padding-left: 2em;
195}
196
192td.filemode { 197td.filemode {
193 font-family: monospace; 198 font-family: monospace;
194} 199}
195 200
196td.blob { 201td.blob {
197 white-space: pre; 202 white-space: pre;
198 font-family: monospace; 203 font-family: monospace;
199 background-color: white; 204 background-color: white;
200} 205}
201 206
202table.nowrap td { 207table.nowrap td {
203 white-space: nowrap; 208 white-space: nowrap;
204} 209}
205 210
206table.commit-info { 211table.commit-info {
207 border-collapse: collapse; 212 border-collapse: collapse;
208 margin-top: 1.5em; 213 margin-top: 1.5em;
209} 214}
210 215
211table.commit-info th { 216table.commit-info th {
212 text-align: left; 217 text-align: left;
213 font-weight: normal; 218 font-weight: normal;
214 padding: 0.1em 1em 0.1em 0.1em; 219 padding: 0.1em 1em 0.1em 0.1em;
215} 220}
216 221
217table.commit-info td { 222table.commit-info td {
218 font-weight: normal; 223 font-weight: normal;
219 padding: 0.1em 1em 0.1em 0.1em; 224 padding: 0.1em 1em 0.1em 0.1em;
220} 225}
221 226
222div.commit-subject { 227div.commit-subject {
223 font-weight: bold; 228 font-weight: bold;
224 font-size: 125%; 229 font-size: 125%;
225 margin: 1.5em 0em 0.5em 0em; 230 margin: 1.5em 0em 0.5em 0em;
226 padding: 0em; 231 padding: 0em;
227} 232}
228 233
229div.commit-msg { 234div.commit-msg {
230 white-space: pre; 235 white-space: pre;
231 font-family: monospace; 236 font-family: monospace;
232} 237}
233 238
234table.diffstat { 239table.diffstat {
235 border-collapse: collapse; 240 border-collapse: collapse;
236 margin-top: 1.5em; 241 margin-top: 1.5em;
237 width: 100%; 242 width: 100%;
238 border: solid 1px #aaa; 243 border: solid 1px #aaa;
239} 244}