# HG changeset patch # User domruf # Date 2017-10-27 22:08:15 # Node ID 39fc6313349afe2b1705984c2966d9f1367e7072 # Parent 6291fafda89a345ff6f622037273126a7d85549b less: remove unused table column styling I could not find a place where these are used. 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 @@ -183,22 +183,6 @@ div.panel.panel-default > div.panel-head padding: 5px 0px 5px 5px; text-align: left; } -#content div.panel table th.left { - text-align: left; -} -#content div.panel table th.right { - text-align: right; -} -#content div.panel table th.center { - text-align: center; -} -#content div.panel table th.selected { - vertical-align: middle; - padding: 0; -} -#content div.panel table td.annotate { - border-bottom: none; -} #content div.panel table td.linenos pre, #content div.panel table td.annotate pre, #content div.panel table td.code pre { diff --git a/kallithea/public/less/style.less b/kallithea/public/less/style.less --- a/kallithea/public/less/style.less +++ b/kallithea/public/less/style.less @@ -191,22 +191,6 @@ div.panel.panel-default > div.panel-head padding: 5px 0px 5px 5px; text-align: left; } -#content div.panel table th.left { - text-align: left; -} -#content div.panel table th.right { - text-align: right; -} -#content div.panel table th.center { - text-align: center; -} -#content div.panel table th.selected { - vertical-align: middle; - padding: 0; -} -#content div.panel table td.annotate { - border-bottom: none; -} #content div.panel table td.linenos pre, #content div.panel table td.annotate pre, #content div.panel table td.code pre {