diff options
| author | Mark Otto <[email protected]> | 2011-09-08 09:43:37 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-09-08 09:43:37 -0700 |
| commit | 1af96b9a58b0bbd27a705000ed1ce68b5af04b7f (patch) | |
| tree | 324a3c29b3ce3b7c2eff837543265df1ab0ef1ad /lib/patterns.less | |
| parent | f6d20a8939f0231c16b9d6b826644a72a29e246a (diff) | |
| download | bootstrap-1af96b9a58b0bbd27a705000ed1ce68b5af04b7f.tar.xz bootstrap-1af96b9a58b0bbd27a705000ed1ce68b5af04b7f.zip | |
what up breadcrumbs, we added you
Diffstat (limited to 'lib/patterns.less')
| -rw-r--r-- | lib/patterns.less | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/lib/patterns.less b/lib/patterns.less index ce309a451..b2c0d1365 100644 --- a/lib/patterns.less +++ b/lib/patterns.less @@ -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 // ------------ |
