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-12-18add inline note about navbar sizingMark Otto
2013-12-16fix typo in docsChris Rebert
2013-12-16Fixes #11783: Document requirement of .container(-fluid) in navbarsMark Otto
2013-12-16Fixes #11799: Mention support of number of add-ons in docsMark Otto
2013-12-16Browser/device support docs updateMark Otto
* Fixes #11055: add mention of select menu styling on Android stock browsers with included optional fix * Update IDs and docs nav to include bookmark links to each section * Add callout to navbar docs about fixed position, inputs, and virtual keyboard
2013-12-15mention lack of support for split button dropdowns in vertical button groupsMark Otto
2013-12-15Fixes #10370: Improved and deprecated dropdown menu alignment optionsMark Otto
* Removes an old pair of selectors that didn’t properly target the right-aligned navbar alignment of dropdown menus. * Deprecates the `.pull-right` alignment in favor of a more specific and unique class name. * Adds `.dropdown-menu-right` as the new alignment class. This is then mixin-ed into the `.navbar-right.navbar-nav` dropdown menus for auto-alignment. * To override that auto-alignment, use `.dropdown-menu-left` as needed.
2013-12-08improve icon display on narrow devicesMark Otto
2013-12-08prevent horizontal scroll on componentsMark Otto
2013-12-08Merge branch 'pr/11138'Mark Otto
Conflicts: dist/css/bootstrap.min.css dist/js/bootstrap.min.js docs-assets/js/raw-files.js
2013-12-08Contextual list group cleanupMark Otto
* Adds nav link to sidebar for contextual classes * Refactors to use prefixed classes, like .list-group-item-info, instead of chained classes * Adds default and linked variations to example in docs
2013-12-04fix invalid HTML in components.htmlChris Rebert
type="button" doesn't make sense for an <a>
2013-12-01Add docs example to go with #11536Mark Otto
2013-12-01Fixes #11268: Account for badges within buttons by matching background to ↵Mark Otto
text color and text color to background
2013-11-30Merge pull request #11585 from thriqon/masterMark Otto
Issue #11550 : Easily copyable classes
2013-11-30fixes #10699: use xs grid classes in regular thumbnail docsMark Otto
2013-11-28Fixes #11634: Add warning to docs to not combine icon classes with other ↵Mark Otto
elements
2013-11-22Issue #11550 : Easily copyable classesJonas Weber
Removed all the periods. Tested in Chrome and Firefox (current versions). In Chrome you get a stray newline when triple-clicking, in Firefox it is clean. fixes #11550
2013-11-21Make it clear there's a nested media element in the first exampleCapi Etheriel
2013-11-14Justified Nav rendering bug fixed in Chrome as of v31.0.1650.48Chris Rebert
2013-11-06fix #11378Chris Rebert
2013-10-26Remove multiple navbar z-index calloutMark Otto
* Since we removed the z-index of our default navbars in 76baacf2c94bec03273639ef0ed966dad87cf37a, we no longer need this warning. * A quick test of the new code showed no problems with dropdowns falling behind a sibling navbar, so folks should be good to go.
2013-10-25doc that uncollapsing mobile navbar requires JS; per #10506Chris Rebert
2013-10-24goofed on 1 dummy <img> src attribute; thanks @extesyChris Rebert
2013-10-24rm dummy 'src' attributes of <img>s & squelch validator warning; fixes #11216Chris Rebert
2013-10-18Merge branch 'master' into navbar-button-docsMark Otto
2013-10-18copy change, add to buttons anchor sectionMark Otto
2013-10-17Adding contextual styles to list-itemsAaron Borden
2013-10-16redo the glyphicons icons list to make icons not blurry on edges /cc @jankovarikMark Otto
2013-10-16update jumbotron docs; fixes #11109Mark Otto
2013-10-15Resolves #10923Alex Kalicki
Rebased from #10930
2013-10-14docs notice for #11010Mark Otto
2013-10-05Change all navbar example targetsJulian Thilo
According to comment on https://github.com/twbs/bootstrap/issues/10948#issuecomment-25751889 .
2013-10-05Fix #10948: Clarify navbar example target in docsJulian Thilo
2013-10-01document that multiple navbars aren't supported by default; addresses #10824Chris Rebert
2013-09-20fix #10737Chris Rebert
2013-09-20fix #10732Chris Rebert
2013-09-12Added in list elements for dividersMike Francis
2013-09-12add same accessibility warning from .form-inline to .navbar-form docsChris Rebert
2013-09-05Add visibly hidden button text for screen reader users.Cameron Cundiff
[Finishes #10448]
2013-09-02Merge pull request #10374 from tagliala/patch-2Julian Thilo
Fixed glyphicons count
2013-09-01Fixed glyphicons countGeremia Taglialatela
Glyphicons are 200 refers to #9794
2013-09-01fixes #10282: Cross reference tabs and tabs pluginMark Otto
2013-08-30Fix broken link to alerts section of JS page.Jonathon Leight
Link was pointing to #js-alerts, but that section of the page does not exist. Changed to #alerts instead.
2013-08-29Revert "fix styling of alert-dismissable example"Chris Rebert
This reverts commit b3a23fa33a261295ed69adc9fbc75b70bf354962.
2013-08-27components.html: fix grammarChris Rebert
2013-08-27fix styling of alert-dismissable exampleChris Rebert
2013-08-27Fixes #10082: document `.navbar-form`Mark Otto
* Adds new section to navbar docs with example * Updates example classes for all collapsing navbars so their numbers increment as you scroll
2013-08-27Merge pull request #10209 from clbn/masterMark Otto
Fixes #10207: alert-dismissable example requires contextual class
2013-08-27add role="button"Tom Pietschker