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;