1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-08-04 10:10:36 +00:00
TiddlyWiki5/cssbuild/twitter-bootstrap/less/breadcrumbs.less
2012-10-30 22:23:10 +00:00

25 lines
417 B
Plaintext
Executable File

//
// 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;
}
}