# HG changeset patch # User Mads Kiilerich # Date 1522615108 -7200 # Node ID 23a8484ced54395d4969e651aee98815cb674cbe # Parent 71c783e8e608b941ada93866c59f4bd2a52670b9 less: don't use special styling of breadcrumbs - they are heading text like all other heading texts diff -r 71c783e8e608 -r 23a8484ced54 kallithea/public/less/style.less --- a/kallithea/public/less/style.less Sun Apr 01 16:04:40 2018 +0200 +++ b/kallithea/public/less/style.less Sun Apr 01 22:38:28 2018 +0200 @@ -371,12 +371,6 @@ max-height: 250px; z-index: 1; } -.breadcrumbs { - border: medium none; - color: #FFF; - font-weight: 700; - font-size: 14px; -} table#permissions_manage span.private_repo_msg { font-size: 0.8em; opacity: 0.6;