aboutsummaryrefslogtreecommitdiffstats
path: root/cgit.css
diff options
context:
space:
mode:
authorLars Hjemli <hjemli@gmail.com>2008-04-12 20:18:16 +0200
committerLars Hjemli <hjemli@gmail.com>2008-04-12 20:18:16 +0200
commit72a69b77e7bf10cc3674e61e1ddd4d81618ee533 (patch)
tree96f6402b2d6e63182e668f2f458bdd27d3f255a6 /cgit.css
parentReintroduce the branch switcher (diff)
downloadcgit-72a69b77e7bf10cc3674e61e1ddd4d81618ee533.tar.xz
cgit-72a69b77e7bf10cc3674e61e1ddd4d81618ee533.zip
Minor fixup in tree-view css
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to 'cgit.css')
-rw-r--r--cgit.css5
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 {