changeset 7041:f470ea0a35d2

less: remove margin in .panel-heading - looks fine without it
author domruf <dominikruf@gmail.com>
date Sun, 29 Oct 2017 01:31:02 +0200
parents 22dfe2da4fc3
children 6538485b7c89
files kallithea/public/css/style.css kallithea/public/less/style.less
diffstat 2 files changed, 0 insertions(+), 12 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/public/css/style.css	Sun Oct 29 01:31:02 2017 +0200
+++ b/kallithea/public/css/style.css	Sun Oct 29 01:31:02 2017 +0200
@@ -165,12 +165,6 @@
 div.panel.panel-default > div.panel-heading {
   background: #eee;
 }
-#content div.panel div.panel-heading .pull-left {
-  margin-right: 10px;
-}
-#content div.panel div.panel-heading .pull-right {
-  margin-left: 10px;
-}
 #content div.panel div.form div.form-group {
   border-bottom: 1px solid #DDD;
   clear: both;
--- a/kallithea/public/less/style.less	Sun Oct 29 01:31:02 2017 +0200
+++ b/kallithea/public/less/style.less	Sun Oct 29 01:31:02 2017 +0200
@@ -186,12 +186,6 @@
 div.panel.panel-default > div.panel-heading {
   background: #eee;
 }
-#content div.panel div.panel-heading .pull-left {
-  margin-right: 10px;
-}
-#content div.panel div.panel-heading .pull-right {
-  margin-left: 10px;
-}
 
 #content div.panel div.form div.form-group {
   border-bottom: 1px solid #DDD;