view 3rdparty/bootstrap/less/breadcrumbs.less @ 5480:e8f6a1df73e3

add search page to jinja2 template see issue2550901
author Christof Meerwald <cmeerw@cmeerw.org>
date Tue, 31 Jul 2018 22:12:49 +0100
parents c109f7c1e477
children
line wrap: on
line source

//
// Breadcrumbs
// --------------------------------------------------


.breadcrumb {
  padding: 8px 15px;
  margin: 0 0 @baseLineHeight;
  list-style: none;
  background-color: #f5f5f5;
  .border-radius(@baseBorderRadius);
  > li {
    display: inline-block;
    .ie7-inline-block();
    text-shadow: 0 1px 0 @white;
    > .divider {
      padding: 0 5px;
      color: #ccc;
    }
  }
  > .active {
    color: @grayLight;
  }
}

Roundup Issue Tracker: http://roundup-tracker.org/