aboutsummaryrefslogtreecommitdiff
path: root/less/navs.less
AgeCommit message (Collapse)AuthorFilesLines
2014-08-04rename imported files to preface with underscore; rerun grunt distMark Otto1-166/+0
2014-07-13new navbar ideasMark Otto1-3/+1
2014-07-09Refactor navs: new classes, remove separate pills & tabs files, drop ↵Mark Otto1-185/+71
justified nav because it never really worked
2014-07-09Drop deprecated code from Less filesMark Otto1-9/+0
2014-07-09more navs workMark Otto1-0/+54
2014-07-09Badges, navs, and moreMark Otto1-0/+2
2014-07-08Nuke all IE8 fallbacks and comments and hacksMark Otto1-7/+0
2014-07-08Implement the new border-radius guard: only round things if global ↵Mark Otto1-4/+4
@enable-rounded == true
2014-04-26Minor Spacing fixesNick Schonning1-1/+1
Flagged upstream in bootstrap-sass by scss-lint
2013-12-15copyeditingChris Rebert1-1/+1
2013-12-08Switch to `&:extend(.clearfix all)` for clearfix mixinMark Otto1-1/+1
Original discussion: https://github.com/less/less.js/issues/1437#issuecomment-21383639. Since we’re switching to `grunt-contrib-less`, we can take advantage of newer LESS features than what RECESS supported. Included in that is the ability to `:extend`, and not only that, but `:extend(.mixin-name all)`. By doing so, we remove duplicate CSS for all our elements that were being clearfix-ed. Fixes #8947, #8968, #8991, #9257, #9268, #9291, #9430, #9604, #9686, #9929, #10731, #10793, #11305, #11498, #11533, #11570, #11604, #11652. (dem issues, tho)
2013-11-28removed all caret border color settings.Tobias Lindig1-20/+0
2013-10-28Fixes #10516: Use auto positioning for dropdowns in justified nav to fix ↵Mark Otto1-0/+5
Firefox rendering
2013-10-13comment and spacingMark Otto1-1/+2
2013-10-13drop .tabbable since it's unused and undocumented /cc #10102Mark Otto1-5/+0
2013-10-13remove undocumented and unsupported .pill-content and .pill-pane /cc #10102Mark Otto1-7/+5
2013-09-18corrected caret colour when a nav dropdown is openFrederico Carvalho1-0/+5
2013-09-18fixed issue where caret wouldn't inherit "active" li style on nav-pills, ↵Frederico Carvalho1-0/+5
which caused the caret to stay blue
2013-09-13Add nav-pills-border-radius variableJake Buob1-1/+1
2013-09-13Make nav pills border-radius border-radius-baseJake Buob1-1/+1
2013-09-04Fixes #10452: Add note about deprecation of .nav-dividerMark Otto1-1/+6
Should have been dropped in v3, but ah well, we missed it. So, it gets the deprecation.
2013-08-26Address #9873 and fix #9774Mark Otto1-4/+23
* Update styling of justified nav links to be more mobile friendly (with all four rounded corners and some margin between items) * Add note to docs to callout bogus WebKit rendering on component and example
2013-08-20rename @screen-XX to @screen-XX-min for clarity+unambiguityChris Rebert1-1/+1
2013-08-17More consistent naming with screen size variables using xs, sm, md, and lgMark Otto1-1/+1
2013-08-16Justified nav now responsive; example updated accordingly (fixes #9708)Mark Otto1-3/+9
2013-08-16fixes #9642: open dropdown nav items get proper stylingMark Otto1-7/+2
2013-08-15fixes #9587: add var for nav link paddingMark Otto1-1/+1
2013-08-15fixes #9607: restore bottom border on hover of nav tabs for proper displayMark Otto1-1/+1
2013-08-12fix #9239 by restoring old ie8 responsive img fooMark Otto1-0/+6
2013-08-05Merge branch 'pullright' of https://github.com/liuyl/bootstrap into ↵Mark Otto1-6/+0
liuyl-pullright Conflicts: dist/css/bootstrap.min.css
2013-08-02Fixes #8996: shift placement of justified CSS for nav componentMark Otto1-34/+33
2013-07-30reorder nav-justified classesAndrey Popp1-31/+30
2013-07-28fixes #8714: correct stacked pills navMark Otto1-4/+2
2013-07-28make pull-right !importantliuyl1-6/+0
2013-07-27fixes #8659: remove lingering .nav-headerMark Otto1-5/+0
2013-07-26Fix up dropdowns being incorrectly positioned on nav pillsMark Otto1-3/+1
2013-07-26Undo changes from #8582 because it made links uneven on desktopMark Otto1-2/+1
/cc @salman-javed-confiz
2013-07-25Moved navs inline properties to variables.less and customize.html & ↵syed1-15/+15
nav-customize.html
2013-07-24Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wipMark Otto1-1/+1
Conflicts: dist/css/bootstrap.min.css
2013-07-24make againMark Otto1-3/+3
2013-07-24set cursor to not-allowed for disabled elementsliuyl1-1/+1
2013-07-24issues fixed for nav-justified on pills on android default browser.Salman Javed1-1/+2
2013-07-17Drop `.nav-header` for `.dropdown-header`Mark Otto1-16/+0
* Since we no longer have `.nav-list`, I've nuked the `.nav-header` * However, dropdowns can still have section headings, so I've kept that around with the addition of `.dropdown-header` * Restyled it a smidge as well
2013-07-16remove margin from left side of navs since it's no longer being setMark Otto1-1/+0
2013-07-07more nesting in navs.lessChris Rebert1-32/+41
2013-06-25Fix spelling in commentChris Rebert1-1/+1
2013-05-12Less specific dropdown styles, change up navbar dropdown stylesMark Otto1-11/+11
2013-05-12fix broke exampleMark Otto1-56/+0
2013-05-12Consolidate active dropdown toggle styles and comment out the restMark Otto1-87/+33
2013-05-12Restore commented out dropdown styles, get open dropdown state working againMark Otto1-8/+68