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 @@ -96,12 +96,6 @@ nav.navbar #logo > .navbar-brand > img { .form-group > label { float: left; } -label { - font-weight: inherit; -} -label.control-label { - font-weight: bold; -} .groups_breadcrumbs a { color: #fff; } 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 @@ -104,12 +104,6 @@ nav.navbar #logo > .navbar-brand > img { .form-group > label { float: left; } -label { - font-weight: inherit; -} -label.control-label { - font-weight: bold; -} .groups_breadcrumbs a { color: #fff; }