diff options
| author | Jacob Thornton <[email protected]> | 2011-09-08 19:13:26 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2011-09-08 19:13:26 -0700 |
| commit | 346122a0c7a883f1fcc1887899cf8bb37274c7f9 (patch) | |
| tree | c889cf926885305343e3e93b0768c45489a1f251 /lib/patterns.less | |
| parent | 8d2f14d8d0bfef3b472be7b7770177fad26d5068 (diff) | |
| parent | c474f996a902434572c238bb6e170473171cadad (diff) | |
| download | bootstrap-346122a0c7a883f1fcc1887899cf8bb37274c7f9.tar.xz bootstrap-346122a0c7a883f1fcc1887899cf8bb37274c7f9.zip | |
Merge branch '1.3-wip' of github.com:twitter/bootstrap into 1.3-wip
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 // ------------ |
