diff options
author | Lars Hjemli <hjemli@gmail.com> | 2008-04-12 20:18:16 +0200 |
---|---|---|
committer | Lars Hjemli <hjemli@gmail.com> | 2008-04-12 20:18:16 +0200 |
commit | 72a69b77e7bf10cc3674e61e1ddd4d81618ee533 (patch) | |
tree | 96f6402b2d6e63182e668f2f458bdd27d3f255a6 /cgit.c | |
parent | Reintroduce the branch switcher (diff) | |
download | cgit-pink-72a69b77e7bf10cc3674e61e1ddd4d81618ee533.tar.gz cgit-pink-72a69b77e7bf10cc3674e61e1ddd4d81618ee533.zip |
Minor fixup in tree-view css
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to '')
-rw-r--r-- | cgit.css | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/cgit.css b/cgit.css index 80680c9..e06fdea 100644 --- a/cgit.css +++ b/cgit.css @@ -170,14 +170,13 @@ a.ls-blob, a.ls-dir, a.ls-mod { td.ls-size { text-align: right; -} - -td.ls-size { font-family: monospace; + width: 10em; } td.ls-mode { font-family: monospace; + width: 10em; } table.blob { |