From 708758f34e52b940d3e951d1ae5c2a66c9c73bdb Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Mon, 2 Jun 2014 15:52:57 +0200 Subject: [PATCH] remove unused table sizing CSS --- apps/files/css/files.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/apps/files/css/files.css b/apps/files/css/files.css index decfdbd2cda..45cce864b10 100644 --- a/apps/files/css/files.css +++ b/apps/files/css/files.css @@ -155,8 +155,9 @@ tr:hover span.extension { color: #777; } -table tr.mouseOver td { background-color:#eee; } -table th { height:24px; padding:0 8px; } +table tr.mouseOver td { + background-color: #eee; +} table th, table th a { color: #999; } -- 2.39.5