# HG changeset patch # User domruf # Date 1509045581 -7200 # Node ID 6db2e693ee1e7f64c6d8669bcec57e7aeb488158 # Parent ed5f5dd988235eb7b217a9d38c34847b9aae778d less: remove unused .code-difftable .code td styling Every place I found .code was set to th so this is dead code. diff -r ed5f5dd98823 -r 6db2e693ee1e kallithea/public/css/style.css --- a/kallithea/public/css/style.css Thu Oct 26 00:36:34 2017 +0200 +++ b/kallithea/public/css/style.css Thu Oct 26 21:19:41 2017 +0200 @@ -2111,10 +2111,6 @@ display: block; width: 100%; } -table.code-difftable .code td { - margin: 0; - padding: 0; -} table.code-difftable .code pre { margin: 0 0 0 12px !important; padding: 0; diff -r ed5f5dd98823 -r 6db2e693ee1e kallithea/public/less/kallithea-diff.less --- a/kallithea/public/less/kallithea-diff.less Thu Oct 26 00:36:34 2017 +0200 +++ b/kallithea/public/less/kallithea-diff.less Thu Oct 26 21:19:41 2017 +0200 @@ -176,10 +176,6 @@ display: block; width: 100%; } -table.code-difftable .code td { - margin: 0; - padding: 0; -} table.code-difftable .code pre { margin: 0 0 0 12px !important; padding: 0;