mirror of
https://github.com/sstent/node.git
synced 2026-01-28 16:12:21 +00:00
updated app
This commit is contained in:
24
node_modules/derby-examples/widgets/styles/bootstrap/less/breadcrumbs.less
generated
vendored
Normal file
24
node_modules/derby-examples/widgets/styles/bootstrap/less/breadcrumbs.less
generated
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
// BREADCRUMBS
|
||||
// -----------
|
||||
|
||||
.breadcrumb {
|
||||
padding: 7px 14px;
|
||||
margin: 0 0 @baseLineHeight;
|
||||
list-style: none;
|
||||
#gradient > .vertical(@white, #f5f5f5);
|
||||
border: 1px solid #ddd;
|
||||
.border-radius(3px);
|
||||
.box-shadow(inset 0 1px 0 @white);
|
||||
li {
|
||||
display: inline-block;
|
||||
.ie7-inline-block();
|
||||
text-shadow: 0 1px 0 @white;
|
||||
}
|
||||
.divider {
|
||||
padding: 0 5px;
|
||||
color: @grayLight;
|
||||
}
|
||||
.active a {
|
||||
color: @grayDark;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user