From 4b3d241db6270348fbfe809ca6e3026de0f1e4d8 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Wed, 9 Mar 2016 21:14:14 +0100 Subject: [PATCH] css: remove table bottom margin from both css and scss --- .../themes/opnsense/assets/stylesheets/bootstrap/_tables.scss | 1 - src/opnsense/www/themes/opnsense/build/css/main.css | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/opnsense/www/themes/opnsense/assets/stylesheets/bootstrap/_tables.scss b/src/opnsense/www/themes/opnsense/assets/stylesheets/bootstrap/_tables.scss index 629cab749..8f46094c4 100755 --- a/src/opnsense/www/themes/opnsense/assets/stylesheets/bootstrap/_tables.scss +++ b/src/opnsense/www/themes/opnsense/assets/stylesheets/bootstrap/_tables.scss @@ -17,7 +17,6 @@ th { .table { width: 100%; max-width: 100%; - margin-bottom: $line-height-computed; // Cells > thead, > tbody, diff --git a/src/opnsense/www/themes/opnsense/build/css/main.css b/src/opnsense/www/themes/opnsense/build/css/main.css index d439fad6c..219ec1457 100644 --- a/src/opnsense/www/themes/opnsense/build/css/main.css +++ b/src/opnsense/www/themes/opnsense/build/css/main.css @@ -2020,8 +2020,7 @@ th { .table { width: 100%; - max-width: 100%; - margin-bottom: 20px; } + max-width: 100%; } .table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th,