From 48068aec5b8090cd7d3cd1c8b17da50e1497ad45 Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 5 Oct 2015 18:35:11 +0300 Subject: [PATCH] remove unused css --- client/css/table.css | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 client/css/table.css diff --git a/client/css/table.css b/client/css/table.css deleted file mode 100644 index cf86e2a9..00000000 --- a/client/css/table.css +++ /dev/null @@ -1,13 +0,0 @@ -tr.odd { - background-color: #eeeeee; -} -.tclass th { - text-align:left; - border: 1px solid #aaa; -} -.tclass td { - border: 1px solid #aaa; -} -.highlight { - background-color: #cccccc; -}