Unidiff1 files changed, 11 insertions, 2 deletions
|
diff --git a/cgit.css b/cgit.css index 3ed0c22..c16f3f2 100644 --- a/ cgit.css+++ b/ cgit.css |
|
@@ -31,5 +31,5 @@ table.list th { |
31 | table.list td { |
31 | table.list td { |
32 | border: none; |
32 | border: none; |
33 | padding: 0.1em 0.5em; |
33 | padding: 0.1em 1em 0.1em 0.5em; |
34 | background: white; |
34 | background: white; |
35 | } |
35 | } |
@@ -61,3 +61,12 @@ div.error { |
61 | font-weight: bold; |
61 | font-weight: bold; |
62 | margin: 1em 2em; |
62 | margin: 1em 2em; |
63 | }
\ No newline at end of file |
63 | } |
| |
64 | div.ls-dir a { |
| |
65 | font-weight: bold; |
| |
66 | } |
| |
67 | th.filesize, td.filesize { |
| |
68 | text-align: right; |
| |
69 | } |
| |
70 | th.filemode, td.filemode { |
| |
71 | text-align: center; |
| |
72 | } |
|