1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-25 21:09:06 +02:00

what up breadcrumbs, we added you

This commit is contained in:
Mark Otto
2011-09-08 09:43:37 -07:00
parent f6d20a8939
commit 1af96b9a58
5 changed files with 183 additions and 78 deletions

View File

@@ -62,6 +62,10 @@
position: relative;
.opacity(100);
}
// Todo: remove from v2.0 when ready, added for legacy
form.pull-right {
float: right;
}
input {
background-color: #444;
background-color: rgba(255,255,255,.3);
@@ -398,6 +402,32 @@ a.menu:after,
}
// BREADCRUMBS
// -----------
.breadcrumb {
margin: 0 0 @baseline;
padding: 7px 14px;
#gradient > .vertical(#ffffff, #f5f5f5);
border: 1px solid #ddd;
.border-radius(3px);
.box-shadow(inset 0 1px 0 #fff);
li {
display: inline;
text-shadow: 0 1px 0 #fff;
}
.divider {
padding: 0 5px;
color: @grayLight;
}
a {
}
.active a {
color: @grayDark;
}
}
// PAGE HEADERS
// ------------