aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-11-22Merge branch 'master' into docs_derpMark Otto14-20/+22
2013-11-22finish up moving content, tweaking stylesMark Otto4-70/+39
2013-11-21Merge pull request #11534 from twbs/doc-async-modalsChris Rebert1-3/+3
document that modal show()/hide() return before animation finishes
2013-11-21Issue #11550 : Easily copyable classesJonas Weber1-200/+200
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-21add more missing role="form"-sChris Rebert2-2/+2
2013-11-21Merge pull request #11567 from neilhem/masterChris Rebert1-1/+1
add role form for horizontal form example
2013-11-21Merge pull request #11578 from barraponto/patch-1Chris Rebert1-1/+1
Make it clear there's a nested media element in the first example
2013-11-21Make it clear there's a nested media element in the first exampleCapi Etheriel1-1/+1
2013-11-21add role form for horizontal form exampleRakhat Jabagin1-1/+1
2013-11-20removed color treatment of outlineMario Bonito1-2/+2
2013-11-19Merge pull request #11172 from yokomizor/git_ignore_bower_componentsChris Rebert1-0/+1
added bower_components to .gitignore
2013-11-19Add 'in' to complete thoughtZlatan Vasović1-1/+1
Simple grammar fix.
2013-11-19add support for button dropdowns in justified button groupsaentan3-3/+13
2013-11-18fixes part of #11117: doc that modal show()/hide() return before animation ↵Chris Rebert1-3/+3
finishes
2013-11-18fix #11089: document modal show+shown events' relatedTarget propertyChris Rebert1-4/+4
2013-11-18add explanatory comment Re: #11526Chris Rebert1-1/+2
2013-11-18Merge pull request #11514 from twbs/navbar-text-float-breakpointJulian Thilo3-3/+3
Fix #11513: Don't always float navbar-text
2013-11-18Merge pull request #11526 from erikflowers/firefox-placeholder-fixMark Otto1-1/+1
Firefox placeholder text is faded out and not the full color.
2013-11-18- Firefox placeholder text is faded out and not the full color. Adding ↵Erik Flowers1-1/+1
opacity:1 to it returns it to the proper color - (this is a re-commit since I messed up my branch last time and failed the travis build)
2013-11-18Added unit test for removing only active class from within the scroll spy key.Michael Rotoloni1-0/+37
2013-11-18Merge pull request #11521 from valera-rozuvan/patch-1Chris Rebert1-1/+1
Update dropdown.js
2013-11-18Update dropdown.jsValera Rozuvan1-1/+1
2013-11-17Run grunt distJulian Thilo2-2/+2
2013-11-17Fix #11513: Don't always float navbar-textJulian Thilo1-1/+1
`navbar-text` should only float when the navbar is expanded on larger screens, otherwise the element might be (hidden) behind `navbar-nav`. Fixes #11513. X-Ref: #8820 #8815
2013-11-17There are xs-offsets, -pushes and -pulls!Zlatan Vasović1-2/+2
2013-11-17Merge pull request #11509 from ZDroid/fix-indentsChris Rebert3-4/+4
Fix some weird indents
2013-11-17Fix some weird indentsZlatan Vasović3-4/+4
2013-11-16Merge branch 'master' into docs_derpMark Otto18-83/+104
2013-11-16fixes #11449: use menlo over monacoMark Otto5-5/+5
2013-11-16fixes #10744: back to solid borders on caretsMark Otto5-11/+5
2013-11-16text sizeMark Otto1-1/+1
2013-11-16Add missing data namespace for dropdownCina S.1-2/+2
2013-11-16Update navbar.lessBass Jobsen1-1/+1
fix for issue #11243
2013-11-15Clear timeout on destroy.André Cruz1-0/+1
Clears the internal timeout on destroy so that hanging timers are not fired.
2013-11-15Fixed single btn in btn-group-veritcal not being roundedSam Blowes1-2/+2
2013-11-15Fixed button group button not being 100% widthSam Blowes1-1/+2
Example of issue here. https://dl.dropboxusercontent.com/u/14037764/Development/stackoverflow/bootstrap/vertical-btn.PNG
2013-11-14fixes #11477 and updates slid event in carousel with namespacefat5-13/+13
2013-11-14Merge pull request #10353 from rwillrich/ignore-filesChris Rebert1-1/+13
Bower: Ignore development and documentation files on bower.json. Fix #10313
2013-11-14Merge pull request #11476 from ZDroid/keyframesJulian Thilo3-31/+1
Remove unusual keyframes prefixes
2013-11-13Remove unusual keyframes prefixesZlatan Vasović3-31/+1
2013-11-13Justified Nav rendering bug fixed in Chrome as of v31.0.1650.48Chris Rebert2-4/+4
2013-11-11Merge pull request #11385 from twbs/justified-nav-example-warningChris Rebert1-1/+2
add warning about WebKit bug to the justified nav example itself
2013-11-11Update scrollspy.jsmoodyroto1-1/+1
Scrollspy target in tab content does not work properly. Calling .parents('.active') will return all parents with an active class (including the tab pane). Changing this line to .parentsUntil(this.options.target, '.active') should resolve the issue. This will scope the query to only search for active elements inside the scrollspy target.
2013-11-10Merge pull request #11376 from twbs/double-click-radio-fixChris Rebert5-11/+29
Double-clicking on a .btn-ized radio button shouldn't de-select it
2013-11-10<3 @asselin for figuring out this combo of 2 patches for #9920; re-gruntChris Rebert3-7/+13
2013-11-10Don't deselect radio buttons in data-toggle; fixes #9920Brian Leonard1-4/+10
Merges #10787
2013-11-10Add unit test for #9920Nathan Muir1-0/+6
Merges #10385
2013-11-10Merge pull request #11409 from twbs/add-release-checklistChris Rebert1-0/+18
add release checklist to CONTRIBUTING file
2013-11-10add release checklist to CONTRIBUTING file; fixes #11290Chris Rebert1-0/+18
2013-11-09Fix #11400 and #11431Zlatan Vasović3-12/+30