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 {