From 72a69b77e7bf10cc3674e61e1ddd4d81618ee533 Mon Sep 17 00:00:00 2001 From: Lars Hjemli Date: Sat, 12 Apr 2008 20:18:16 +0200 Subject: Minor fixup in tree-view css Signed-off-by: Lars Hjemli --- cgit.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'cgit.css') 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 { -- cgit 1.4.1 ge='this.form.submit();'> IRC bouncer
summary refs log tree commit diff
Commit message (Collapse)Author
2019-11-06Mention Darwin and GNU/Linux in READMEJune McEnroe
2019-11-06Assume LibreSSL from brew on DarwinJune McEnroe
2019-11-06Remove -DNO_EXPLICIT_BZERO from Darwin.mkJune McEnroe
2019-11-06Don't install rc scripts or dirs on LinuxJune McEnroe