fnp
/
fnpeditor.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
allow sg, but not tiff
[fnpeditor.git]
/
libs
/
bootstrap
/
less
/
breadcrumbs.less
1
//
2
// Breadcrumbs
3
// --------------------------------------------------
4
5
6
.breadcrumb {
7
padding: 8px 15px;
8
margin: 0 0 @baseLineHeight;
9
list-style: none;
10
background-color: #f5f5f5;
11
.border-radius(@baseBorderRadius);
12
> li {
13
display: inline-block;
14
.ie7-inline-block();
15
text-shadow: 0 1px 0 @white;
16
> .divider {
17
padding: 0 5px;
18
color: #ccc;
19
}
20
}
21
> .active {
22
color: @grayLight;
23
}
24
}