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