Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-08-19fixes #9815: proper alignment of navbar nav if first childMark Otto
2013-08-19Fix some forgotten things for navbar-defaultJulian Thilo
New variable names were missing here and there.
2013-08-19Add a .navbar-default class for default colorsJulian Thilo
* Extract color styles from .navbar { } and put them into .navbar-default { } * Change variable names * Change the docs accordingly (i.e., add the .navbar-default class to all default navbars) * Change customizer accordingly
2013-08-18fixes #9790: nullify right padding in container-ed navbars when last element ↵Mark Otto
in collapse is a right aligned navbar nav
2013-08-18Navbar updateMark Otto
Addresses a few different cases where the navbar has and doesn't have a container, and accordingly adjusts the padding and margin of key elements.
2013-08-18Fix navbar brand alignment by removing header padding when above 768pxMark Otto
2013-08-18More consistent naming with screen size variables using xs, sm, md, and lgMark Otto
2013-08-17fixes #9475Mark Otto
2013-08-16switch to margin on navbar-nav to avoid stacking negative space reported in ↵Mark Otto
#9705
2013-08-16fixed navbar static top bordersMark Otto
2013-08-16fixes #9629Mark Otto
2013-08-16fixes #9634: turn off overflow-y when the navbar is re-expanded into ↵Mark Otto
horizontal mode
2013-08-15fix up inverse navbar form stylesMark Otto
2013-08-15fixes #9507: remove padding on navbar-collapse as any padding on an animated ↵Mark Otto
object screws it up; instead use some padding on the navbar nav
2013-08-15fixes #9508: use navbar align mixin for buttons to get correct top/bottom ↵Mark Otto
spacing
2013-08-15Merge branch 'navbar-brand-margin' of https://github.com/Luis-TP/bootstrap ↵Mark Otto
into Luis-TP-navbar-brand-margin Conflicts: dist/css/bootstrap.min.css
2013-08-15refactor navbar file to better nest css and restore navbar-color to navbar ↵Mark Otto
text (fixes #9500)
2013-08-14Get rid of navbar-brand margin-rightLuis Aleman
2013-08-14Remove .navbar-collapse padding when not in mobile contextLuis Aleman
2013-08-14Apply mixin to correct classLuis Aleman
2013-08-14Fix .navbar-right > .dropdown-menu alignmentLuis Aleman
2013-08-14fixes #9439: use overflow: auto on navbar collapseMark Otto
2013-08-14Overhaul navbar alignment (.pull-) utilities (fixes #9440)Mark Otto
Now navbars have their own float utility classes, mixin-ed versions of `.pull-left` and `.pull-right`. * Removed chained `.navbar-nav.pull-right` * Added `.navbar-left` and `.navbar-right` as mixins of the default float utilities, but only above the `@grid-float-breakpoint` to match the new navbar behavior * Updated components docs to match the new changeas * Added callout about component alignment here to explain the new classes
2013-08-14nuke the box-shadow on uncollapsed navbar-collapseMark Otto
2013-08-14lighter default navbar, add borders to navbars, tweak padding and alignmentsMark Otto
2013-08-13invert dropdown styles in navbar for inverse variationMark Otto
2013-08-13Navbar refactorMark Otto
* Now responsive by default (fits better with mobile-first approach) * Requires `.nav-header` to group `.navbar-brand` and `.navbar-toggle` for proper mobile display. * Changed `.nav-collapse` to `.navbar-collapse` * Simplified examples in docs
2013-08-12Follow up commit: fix collapse clearing and navbar brand/nav spacingMark Otto
2013-08-12Refactor navbars to simplify thingsMark Otto
* `.navbar-brand` is no longer centered, thus removing need for max-width and a few lines of code * Clear floats of `.navbar-brand` in the `.nav-collapse` like we did in 2.x, thus simplifying some clearing and other things. * Restyle the `.navbar-toggle` button to align it's bars up with the text and flow of the document. * Restyle the `.navbar-brand` to not use padding on left/right as to avoid negative margin and other fuckery. This limits the ability to put a bg color on the brand, but I think that's fine for now.
2013-08-12addressing #9189 manually, part 6: add a navbar margin var, but avoid the ↵Mark Otto
navbar-nav var because that should really be customizable
2013-08-09navbar.lessliuyl
2013-08-07Fixes #8749: prevent navbar nav from overlapping navbar toggleMark Otto
2013-08-07Fix #9174: pad bottom of navbar collapsed content and clear floated contentsMark Otto
2013-08-06Fixes #8732: unfucks disabled fieldset form example with form groupsMark Otto
2013-08-06Enable scrollable responsive nav barMark Otto
Fixes #9007 in a hopefully decent way
2013-08-05Merge branch 'pullright' of https://github.com/liuyl/bootstrap into ↵Mark Otto
liuyl-pullright Conflicts: dist/css/bootstrap.min.css
2013-08-05fixes #8832 and #8823: remove max-width from .navbar-brand when not mobileMark Otto
2013-08-05fixes #9063: add var for navbar border radiusMark Otto
2013-08-05Merge branch 'patch-1' of https://github.com/jholl/bootstrap into jholl-patch-1Mark Otto
2013-08-03using @line-height-computed in .navbar-nav linkMaurice Fonk
When a user changed the @line-height-base/@line-height-computed var, the nav-bar items would not scale appropriately.
2013-08-03Update .navbar-toggle to match other navbar elJames Holland
In place of commit #9040, fix #8844 And sizing .navbar-toggle more like .btn elem + change `position:absolute` to `position:relative` + remove `right: 10px` in favor of `float:right` + change to `height: 34px` + remove `top:` in favor of `.navbar-vertical-align` basis new height + change `padding:` to match `.btn` el
2013-07-30make navbar-text float leftliuyl
2013-07-28make pull-right !importantliuyl
2013-07-27rebuild + fix #2539fat
2013-07-25Merge branch '3.0.0-wip' of https://github.com/saas786/bootstrap into 3.0.0-wipMark Otto
2013-07-25Navbar toggle is not vertically aligned (3.0.0-wip) with custom navbar heightGeremia Taglialatela
When using navbar heights higher that default, the navbar-toggle button is not centered. Fiddle demonstrating this issue (compiled with `@navbar-height: 60px;`): http://jsfiddle.net/tagliala/mRVMe/2/ Another fiddle with the proposed fix: http://jsfiddle.net/tagliala/mRVMe/3/
2013-07-25Moving navbar inline properties to variables.less and customize.htmlsyed
2013-07-18for some reason iOS is shitting the bed on the .navbar-toggle unless it gets ↵Mark Otto
fixed dimensions
2013-07-18twerk commentMark Otto
2013-07-18Fixes #8374: ensure navbar is always at least 50pxMark Otto