view 3rdparty/bootstrap/less/breadcrumbs.less @ 5886:f4e77d446add

Clarify text.
author John Rouillard <rouilj@ieee.org>
date Sun, 29 Sep 2019 22:42:54 -0400
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/