Unidiff1 files changed, 46 insertions, 4 deletions
|
diff --git a/cgit.css b/cgit.css index 97b4e27..3579598 100644 --- a/ cgit.css+++ b/ cgit.css |
|
@@ -23,3 +23,2 @@ table.list { |
23 | table.list th { |
23 | table.list th { |
24 | text-align: left; |
| |
25 | font-weight: bold; |
24 | font-weight: bold; |
@@ -27,3 +26,3 @@ table.list th { |
27 | border-bottom: solid 1px #aaa; |
26 | border-bottom: solid 1px #aaa; |
28 | padding: 0.1em 0.5em 0.1em; |
27 | padding: 0.1em 0.5em 0.1em 0.5em; |
29 | vertical-align: baseline; |
28 | vertical-align: baseline; |
@@ -32,3 +31,3 @@ table.list td { |
32 | border: none; |
31 | border: none; |
33 | padding: 0.1em 1em 0.1em 0.5em; |
32 | padding: 0.1em 0.5em 0.1em 0.5em; |
34 | background: white; |
33 | background: white; |
@@ -58,2 +57,6 @@ div#content { |
58 | |
57 | |
| |
58 | div#blob { |
| |
59 | border: solid 1px black; |
| |
60 | } |
| |
61 | |
59 | div.error { |
62 | div.error { |
@@ -77,2 +80,41 @@ td.blob { |
77 | font-size: 100%; |
80 | font-size: 100%; |
78 | }
\ No newline at end of file |
81 | } |
| |
82 | |
| |
83 | table.log td { |
| |
84 | white-space: nowrap; |
| |
85 | } |
| |
86 | |
| |
87 | table.commit-info { |
| |
88 | border-collapse: collapse; |
| |
89 | margin-top: 1em; |
| |
90 | |
| |
91 | } |
| |
92 | table.commit-info th { |
| |
93 | text-align: left; |
| |
94 | font-weight: normal; |
| |
95 | padding: 0.1em 1em 0.1em 0.1em; |
| |
96 | } |
| |
97 | table.commit-info td { |
| |
98 | font-weight: normal; |
| |
99 | padding: 0.1em 1em 0.1em 0.1em; |
| |
100 | } |
| |
101 | div.commit-subject { |
| |
102 | font-weight: bold; |
| |
103 | font-size: 110%; |
| |
104 | margin: 1em 0em 1em; |
| |
105 | } |
| |
106 | div.commit-msg { |
| |
107 | white-space: pre; |
| |
108 | font-family: courier; |
| |
109 | font-size: 100%; |
| |
110 | } |
| |
111 | .sha1 { |
| |
112 | font-family: courier; |
| |
113 | font-size: 90%; |
| |
114 | } |
| |
115 | .left { |
| |
116 | text-align: left; |
| |
117 | } |
| |
118 | .right { |
| |
119 | text-align: right; |
| |
120 | } |
|