2012-06-28 21:46:45 -07:00
|
|
|
//
|
|
|
|
// Breadcrumbs
|
|
|
|
// --------------------------------------------------
|
|
|
|
|
2011-11-16 23:58:36 -08:00
|
|
|
|
|
|
|
.breadcrumb {
|
2012-07-29 16:25:20 -07:00
|
|
|
padding: 8px 15px;
|
2011-11-17 01:28:42 -08:00
|
|
|
margin: 0 0 @baseLineHeight;
|
2012-02-27 21:32:48 -08:00
|
|
|
list-style: none;
|
2012-07-29 16:25:20 -07:00
|
|
|
background-color: #f5f5f5;
|
2012-10-03 09:26:52 -07:00
|
|
|
.border-radius(@baseBorderRadius);
|
2012-12-03 13:09:38 -08:00
|
|
|
> li {
|
2012-02-02 11:02:14 -08:00
|
|
|
display: inline-block;
|
2012-03-05 00:36:57 -08:00
|
|
|
.ie7-inline-block();
|
2011-11-16 23:58:36 -08:00
|
|
|
text-shadow: 0 1px 0 @white;
|
|
|
|
}
|
2012-12-03 13:09:38 -08:00
|
|
|
> .divider {
|
2011-11-16 23:58:36 -08:00
|
|
|
padding: 0 5px;
|
2012-07-29 16:36:16 -07:00
|
|
|
color: #ccc;
|
2011-11-16 23:58:36 -08:00
|
|
|
}
|
2012-12-03 13:09:38 -08:00
|
|
|
> .active {
|
2012-07-29 16:36:16 -07:00
|
|
|
color: @grayLight;
|
2011-11-16 23:58:36 -08:00
|
|
|
}
|
|
|
|
}
|