# HG changeset patch # User domruf # Date 2017-10-26 00:51:18 # Node ID 01150c6eedc01e71946038738e04a0d561299af5 # Parent a92a06789f56e53a8dcfbd7d7a53a13be63dc9d5 less: remove unnecessary diff table style in kallithea-diff.less I see no place where these are necessary - probably because Bootstrap styling. diff --git a/kallithea/public/css/style.css b/kallithea/public/css/style.css --- a/kallithea/public/css/style.css +++ b/kallithea/public/css/style.css @@ -2019,12 +2019,6 @@ table.code-difftable { 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; diff --git a/kallithea/public/less/kallithea-diff.less b/kallithea/public/less/kallithea-diff.less --- a/kallithea/public/less/kallithea-diff.less +++ b/kallithea/public/less/kallithea-diff.less @@ -84,12 +84,6 @@ table.code-difftable { 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;