Unidiff1 files changed, 2 insertions, 3 deletions
|
diff --git a/cgit.css b/cgit.css index 80680c9..e06fdea 100644 --- a/ cgit.css+++ b/ cgit.css |
|
@@ -149,56 +149,55 @@ table#downloads { |
149 | margin-left: 0.5em; |
149 | margin-left: 0.5em; |
150 | margin-bottom: 0.5em; |
150 | margin-bottom: 0.5em; |
151 | } |
151 | } |
152 | |
152 | |
153 | table#downloads th { |
153 | table#downloads th { |
154 | background-color: #ccc; |
154 | background-color: #ccc; |
155 | } |
155 | } |
156 | |
156 | |
157 | div#blob { |
157 | div#blob { |
158 | border: solid 1px black; |
158 | border: solid 1px black; |
159 | } |
159 | } |
160 | |
160 | |
161 | div.error { |
161 | div.error { |
162 | color: red; |
162 | color: red; |
163 | font-weight: bold; |
163 | font-weight: bold; |
164 | margin: 1em 2em; |
164 | margin: 1em 2em; |
165 | } |
165 | } |
166 | |
166 | |
167 | a.ls-blob, a.ls-dir, a.ls-mod { |
167 | a.ls-blob, a.ls-dir, a.ls-mod { |
168 | font-family: monospace; |
168 | font-family: monospace; |
169 | } |
169 | } |
170 | |
170 | |
171 | td.ls-size { |
171 | td.ls-size { |
172 | text-align: right; |
172 | text-align: right; |
173 | } |
| |
174 | |
| |
175 | td.ls-size { |
| |
176 | font-family: monospace; |
173 | font-family: monospace; |
| |
174 | width: 10em; |
177 | } |
175 | } |
178 | |
176 | |
179 | td.ls-mode { |
177 | td.ls-mode { |
180 | font-family: monospace; |
178 | font-family: monospace; |
| |
179 | width: 10em; |
181 | } |
180 | } |
182 | |
181 | |
183 | table.blob { |
182 | table.blob { |
184 | margin-top: 0.5em; |
183 | margin-top: 0.5em; |
185 | border-top: solid 1px black; |
184 | border-top: solid 1px black; |
186 | } |
185 | } |
187 | |
186 | |
188 | table.blob td.no { |
187 | table.blob td.no { |
189 | border-right: solid 1px black; |
188 | border-right: solid 1px black; |
190 | color: black; |
189 | color: black; |
191 | background-color: #eee; |
190 | background-color: #eee; |
192 | text-align: right; |
191 | text-align: right; |
193 | } |
192 | } |
194 | |
193 | |
195 | table.blob td.no a { |
194 | table.blob td.no a { |
196 | color: black; |
195 | color: black; |
197 | } |
196 | } |
198 | |
197 | |
199 | table.blob td.no a:hover { |
198 | table.blob td.no a:hover { |
200 | color: black; |
199 | color: black; |
201 | text-decoration: none; |
200 | text-decoration: none; |
202 | } |
201 | } |
203 | |
202 | |
204 | table.blob td.txt { |
203 | table.blob td.txt { |
|