From c7062350483dbc78b2515e53ac5f618c28410de6 Mon Sep 17 00:00:00 2001 From: Arjit Chaudhary Date: Thu, 1 Oct 2015 16:53:43 +0530 Subject: [PATCH] Remove table class/element from here as we use it from bootstrap --- html/css/styles.css | 1 - 1 file changed, 1 deletion(-) diff --git a/html/css/styles.css b/html/css/styles.css index eb646b8b97..c7e55d4e60 100644 --- a/html/css/styles.css +++ b/html/css/styles.css @@ -683,7 +683,6 @@ table.simple { padding: 10px; } -table { border-collapse: collapse; margin: 0px; background-color:#ffffff } form { margin: 0px; padding: 0px; } hr { border: 0px; height: 1px; background-color: #ccc; color: #ccc; } p { margin: 0px; padding: 0px; }