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; -}