summaryrefslogtreecommitdiffabout
path: root/cgit.css
Unidiff
Diffstat (limited to 'cgit.css') (more/less context) (ignore whitespace changes)
-rw-r--r--cgit.css18
1 files changed, 18 insertions, 0 deletions
diff --git a/cgit.css b/cgit.css
index 6e47eb3..3675697 100644
--- a/cgit.css
+++ b/cgit.css
@@ -317,24 +317,42 @@ table.commit-info td {
317div.commit-subject { 317div.commit-subject {
318 font-weight: bold; 318 font-weight: bold;
319 font-size: 125%; 319 font-size: 125%;
320 margin: 1.5em 0em 0.5em 0em; 320 margin: 1.5em 0em 0.5em 0em;
321 padding: 0em; 321 padding: 0em;
322} 322}
323 323
324div.commit-msg { 324div.commit-msg {
325 white-space: pre; 325 white-space: pre;
326 font-family: monospace; 326 font-family: monospace;
327} 327}
328 328
329div.notes-header {
330 font-weight: bold;
331 padding-top: 1.5em;
332}
333
334div.notes {
335 white-space: pre;
336 font-family: monospace;
337 border: solid 1px #ee9;
338 background-color: #ffd;
339 padding: 0.3em 2em 0.3em 1em;
340 float: left;
341}
342
343div.notes-footer {
344 clear: left;
345}
346
329div.diffstat-header { 347div.diffstat-header {
330 font-weight: bold; 348 font-weight: bold;
331 padding-top: 1.5em; 349 padding-top: 1.5em;
332} 350}
333 351
334table.diffstat { 352table.diffstat {
335 border-collapse: collapse; 353 border-collapse: collapse;
336 border: solid 1px #aaa; 354 border: solid 1px #aaa;
337 background-color: #eee; 355 background-color: #eee;
338} 356}
339 357
340table.diffstat th { 358table.diffstat th {