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