Unidiff1 files changed, 16 insertions, 11 deletions
|
diff --git a/cgit.css b/cgit.css index 7928c2f..068c37b 100644 --- a/ cgit.css+++ b/ cgit.css |
|
@@ -223,52 +223,57 @@ a.ls-blob, a.ls-dir, a.ls-mod { |
223 | td.ls-size { |
223 | td.ls-size { |
224 | text-align: right; |
224 | text-align: right; |
225 | font-family: monospace; |
225 | font-family: monospace; |
226 | width: 10em; |
226 | width: 10em; |
227 | } |
227 | } |
228 | |
228 | |
229 | td.ls-mode { |
229 | td.ls-mode { |
230 | font-family: monospace; |
230 | font-family: monospace; |
231 | width: 10em; |
231 | width: 10em; |
232 | } |
232 | } |
233 | |
233 | |
234 | table.blob { |
234 | table.blob { |
235 | margin-top: 0.5em; |
235 | margin-top: 0.5em; |
236 | border-top: solid 1px black; |
236 | border-top: solid 1px black; |
237 | } |
237 | } |
238 | |
238 | |
239 | table.blob td.no { |
239 | table.blob td.lines { |
240 | border-right: solid 1px black; |
240 | margin: 0; padding: 0; |
| |
241 | vertical-align: top; |
241 | color: black; |
242 | color: black; |
| |
243 | } |
| |
244 | |
| |
245 | table.blob td.linenumbers { |
| |
246 | margin: 0; padding: 0; |
| |
247 | vertical-align: top; |
| |
248 | border-right: 1px solid gray; |
242 | background-color: #eee; |
249 | background-color: #eee; |
243 | text-align: right; |
| |
244 | } |
250 | } |
245 | |
251 | |
246 | table.blob td.no a { |
252 | table.blob pre { |
247 | color: black; |
253 | padding: 0; margin: 0; |
248 | } |
254 | } |
249 | |
255 | |
250 | table.blob td.no a:hover { |
256 | table.blob a.no { |
251 | color: black; |
257 | color: gray; |
| |
258 | text-align: right; |
252 | text-decoration: none; |
259 | text-decoration: none; |
253 | } |
260 | } |
254 | |
261 | |
255 | table.blob td.txt { |
262 | table.blob a.no a:hover { |
256 | white-space: pre; |
263 | color: black; |
257 | font-family: monospace; |
| |
258 | padding-left: 0.5em; |
| |
259 | } |
264 | } |
260 | |
265 | |
261 | table.nowrap td { |
266 | table.nowrap td { |
262 | white-space: nowrap; |
267 | white-space: nowrap; |
263 | } |
268 | } |
264 | |
269 | |
265 | table.commit-info { |
270 | table.commit-info { |
266 | border-collapse: collapse; |
271 | border-collapse: collapse; |
267 | margin-top: 1.5em; |
272 | margin-top: 1.5em; |
268 | } |
273 | } |
269 | |
274 | |
270 | table.commit-info th { |
275 | table.commit-info th { |
271 | text-align: left; |
276 | text-align: left; |
272 | font-weight: normal; |
277 | font-weight: normal; |
273 | padding: 0.1em 1em 0.1em 0.1em; |
278 | padding: 0.1em 1em 0.1em 0.1em; |
274 | vertical-align: top; |
279 | vertical-align: top; |
|