# HG changeset patch # User Mads Kiilerich # Date 2018-04-01 22:38:28 # Node ID 23a8484ced54395d4969e651aee98815cb674cbe # Parent 71c783e8e608b941ada93866c59f4bd2a52670b9 less: don't use special styling of breadcrumbs - they are heading text like all other heading texts 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 @@ -371,12 +371,6 @@ table#changesets tr.out-of-range { 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;