changeset 6999:ccf1ccc77ca3

less: don't override default label font-weight Bootstrap makes it bold by default. Use that so we don't have to specify bold when we need it. The places where we don't want bold, the styling must be overridden.
author domruf <dominikruf@gmail.com>
date Fri, 27 Oct 2017 21:53:07 +0200
parents d1609414c3e8
children 6291fafda89a
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	Fri Oct 27 21:35:20 2017 +0200
+++ b/kallithea/public/css/style.css	Fri Oct 27 21:53:07 2017 +0200
@@ -96,12 +96,6 @@
 .form-group > label {
   float: left;
 }
-label {
-  font-weight: inherit;
-}
-label.control-label {
-  font-weight: bold;
-}
 .groups_breadcrumbs a {
   color: #fff;
 }
--- a/kallithea/public/less/style.less	Fri Oct 27 21:35:20 2017 +0200
+++ b/kallithea/public/less/style.less	Fri Oct 27 21:53:07 2017 +0200
@@ -104,12 +104,6 @@
 .form-group > label {
   float: left;
 }
-label {
-  font-weight: inherit;
-}
-label.control-label {
-  font-weight: bold;
-}
 .groups_breadcrumbs a {
   color: #fff;
 }