From 7bd7ccc43922e5ae0f24c262ce8efe40ba95a2a6 Mon Sep 17 00:00:00 2001 From: Sahil Batra Date: Mon, 24 Jul 2023 23:26:02 +0530 Subject: [PATCH] bootstrap: Remove bootstrap CSS defined using "table" class. We have already added the required bootstrap CSS defined using "table" class in specific files and thus we can remove them from bootstrap.css. --- web/third/bootstrap/css/bootstrap.css | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/web/third/bootstrap/css/bootstrap.css b/web/third/bootstrap/css/bootstrap.css index 2d7d9412ff..e881b58ed8 100644 --- a/web/third/bootstrap/css/bootstrap.css +++ b/web/third/bootstrap/css/bootstrap.css @@ -215,24 +215,6 @@ pre { -moz-border-radius: 4px; border-radius: 4px; } -.table { - width: 100%; - margin-bottom: 20px; -} -.table th, -.table td { - padding: 8px; - line-height: 20px; - text-align: left; - vertical-align: top; - border-top: 1px solid #dddddd; -} -.table thead th { - vertical-align: bottom; -} -.table thead:first-child tr:first-child th { - border-top: 0; -} form { margin: 0 0 20px; }