changeset 7001:39fc6313349a

less: remove unused table column styling I could not find a place where these are used.
author domruf <dominikruf@gmail.com>
date Fri, 27 Oct 2017 22:08:15 +0200
parents 6291fafda89a
children 75ad179350b3
files kallithea/public/css/style.css kallithea/public/less/style.less
diffstat 2 files changed, 0 insertions(+), 32 deletions(-) [+]
line wrap: on
line diff
--- 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 {
--- 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 {