diff options
| author | Tolmachev Igor <me@igorek.dev> | 2026-01-08 04:38:16 +0900 |
|---|---|---|
| committer | Tolmachev Igor <me@igorek.dev> | 2026-01-08 04:38:16 +0900 |
| commit | c08f2359aff7c9f62100d198ace81f9caa75b8b5 (patch) | |
| tree | 0b19bff5fa08ef3d3efab36daa79e6a1e81cefbf | |
| parent | 6e8f7d759835c982a7ec36a3ec7245765922b2a3 (diff) | |
| download | cgit_material_docker-c08f2359aff7c9f62100d198ace81f9caa75b8b5.tar.gz cgit_material_docker-c08f2359aff7c9f62100d198ace81f9caa75b8b5.zip | |
Update cgit.css
| -rw-r--r-- | www/cgit.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/www/cgit.css b/www/cgit.css index 1119601..8e1a65b 100644 --- a/www/cgit.css +++ b/www/cgit.css | |||
| @@ -284,6 +284,15 @@ div#cgit table.ssdiff td.lineno { | |||
| 284 | padding: 0 0.5em; | 284 | padding: 0 0.5em; |
| 285 | } | 285 | } |
| 286 | 286 | ||
| 287 | div#cgit table.ssdiff td.lineno { | ||
| 288 | width: 1%; | ||
| 289 | } | ||
| 290 | |||
| 291 | div#cgit table.ssdiff td:not(.lineno) { | ||
| 292 | width: 48%; | ||
| 293 | min-width: 50ch; | ||
| 294 | } | ||
| 295 | |||
| 287 | div#cgit table.blob td.lines { | 296 | div#cgit table.blob td.lines { |
| 288 | width: 100%; | 297 | width: 100%; |
| 289 | vertical-align: top; | 298 | vertical-align: top; |
