- Registro, activación y entrada de usuarios git-svn-id: https://192.168.0.254/svn/Rodax.factuges_web/trunk@2 e455b18d-f7fe-5245-9c43-e2c35af70a32
25 lines
431 B
Plaintext
25 lines
431 B
Plaintext
//
|
|
// 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;
|
|
}
|
|
}
|