changeset 7003:0b9db9c27399

less: remove style that is covered by the default/bootstrap style
author domruf <dominikruf@gmail.com>
date Fri, 27 Oct 2017 21:59:10 +0200
parents 75ad179350b3
children 89be46d1bfd0
files kallithea/public/css/style.css kallithea/public/less/style.less
diffstat 2 files changed, 0 insertions(+), 28 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/public/css/style.css	Fri Oct 27 22:18:49 2017 +0200
+++ b/kallithea/public/css/style.css	Fri Oct 27 21:59:10 2017 +0200
@@ -157,23 +157,9 @@
   border-bottom: 1px solid #DDD;
   clear: both;
 }
-#content div.panel div.form div.form-group > label {
-  color: #393939;
-  font-weight: 700;
-}
 .reviewer_ac {
   padding: 10px;
 }
-#content div.panel table.table {
-  border: 1px solid transparent;
-}
-#content div.panel table {
-  border-collapse: separate;
-  margin: 0;
-  padding: 0;
-  border: 1px solid #eee;
-  border-radius: 4px;
-}
 #content div.panel table#permissions_manage {
   width: auto;
 }
--- a/kallithea/public/less/style.less	Fri Oct 27 22:18:49 2017 +0200
+++ b/kallithea/public/less/style.less	Fri Oct 27 21:59:10 2017 +0200
@@ -165,23 +165,9 @@
   border-bottom: 1px solid #DDD;
   clear: both;
 }
-#content div.panel div.form div.form-group > label {
-  color: #393939;
-  font-weight: 700;
-}
 .reviewer_ac {
   padding: 10px;
 }
-#content div.panel table.table {
-  border: 1px solid transparent;
-}
-#content div.panel table {
-  border-collapse: separate;
-  margin: 0;
-  padding: 0;
-  border: 1px solid #eee;
-  border-radius: 4px;
-}
 #content div.panel table#permissions_manage {
   width: auto;
 }