From 6111ad43065edf9dbec709e9d8156fb5f3e2afe9 Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Mon, 18 Apr 2011 12:24:49 +0200 Subject: [PATCH] let the file table use 90% width again --- files/css/files.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/files/css/files.css b/files/css/files.css index 4c5bd0427b..771e66fed6 100644 --- a/files/css/files.css +++ b/files/css/files.css @@ -33,6 +33,10 @@ /* FILE TABLE */ +table { + width: 90%; +} + table td.filesize, table td.date { width: 5em;