[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/theme/bootstrapbase/less/bootstrap/ -> breadcrumbs.less (source)

   1  //
   2  // Breadcrumbs
   3  // --------------------------------------------------
   4  
   5  
   6  .breadcrumb {
   7    padding: 8px 15px;
   8    margin: 0 0 @baseLineHeight;
   9    list-style: none;
  10    background-color: #f5f5f5;
  11    .border-radius(@baseBorderRadius);
  12    > li {
  13      display: inline-block;
  14      .ie7-inline-block();
  15      text-shadow: 0 1px 0 @white;
  16      > .divider {
  17        padding: 0 5px;
  18        color: #ccc;
  19      }
  20    }
  21    > .active {
  22      color: @grayLight;
  23    }
  24  }


Generated: Thu Aug 11 10:00:09 2016 Cross-referenced by PHPXref 0.7.1