# HG changeset patch # User domruf # Date 1509134895 -7200 # Node ID 39fc6313349afe2b1705984c2966d9f1367e7072 # Parent 6291fafda89a345ff6f622037273126a7d85549b less: remove unused table column styling I could not find a place where these are used. diff -r 6291fafda89a -r 39fc6313349a kallithea/public/css/style.css --- a/kallithea/public/css/style.css Fri Oct 27 21:46:07 2017 +0200 +++ b/kallithea/public/css/style.css Fri Oct 27 22:08:15 2017 +0200 @@ -183,22 +183,6 @@ 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 -r 6291fafda89a -r 39fc6313349a kallithea/public/less/style.less --- a/kallithea/public/less/style.less Fri Oct 27 21:46:07 2017 +0200 +++ b/kallithea/public/less/style.less Fri Oct 27 22:08:15 2017 +0200 @@ -191,22 +191,6 @@ 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 {