changeset 6982:01150c6eedc0

less: remove unnecessary diff table style in kallithea-diff.less I see no place where these are necessary - probably because Bootstrap styling.
author domruf <dominikruf@gmail.com>
date Thu, 26 Oct 2017 00:51:18 +0200
parents a92a06789f56
children 7b7b59416910
files kallithea/public/css/style.css kallithea/public/less/kallithea-diff.less
diffstat 2 files changed, 0 insertions(+), 12 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/public/css/style.css	Thu Oct 26 21:20:48 2017 +0200
+++ b/kallithea/public/css/style.css	Thu Oct 26 00:51:18 2017 +0200
@@ -2019,12 +2019,6 @@
   border-radius: 0px !important;
   width: 100%;
 }
-table.code-difftable td {
-  padding: 0 !important;
-  background: none !important;
-  border: 0 !important;
-  vertical-align: baseline !important;
-}
 table.code-difftable .context {
   background: none repeat scroll 0 0 #DDE7EF;
   color: #999;
--- a/kallithea/public/less/kallithea-diff.less	Thu Oct 26 21:20:48 2017 +0200
+++ b/kallithea/public/less/kallithea-diff.less	Thu Oct 26 00:51:18 2017 +0200
@@ -84,12 +84,6 @@
   border-radius: 0px !important;
   width: 100%;
 }
-table.code-difftable td {
-  padding: 0 !important;
-  background: none !important;
-  border: 0 !important;
-  vertical-align: baseline !important;
-}
 table.code-difftable .context {
   background: none repeat scroll 0 0 #DDE7EF;
   color: #999;