aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-08-05restore page headers, use partial and page frontmatter to organize itMark Otto58-33/+167
2015-08-05start in on new headersMark Otto5-8/+54
2015-08-05simple layout for examplesMark Otto2-1/+10
2015-08-05footer overhaul againMark Otto4-15/+27
2015-08-05rip badgesMark Otto8-192/+2
2015-08-05docs twerksMark Otto1-1/+1
2015-08-05Run just as fast as I canMark Otto6-2/+35
To the middle of nowhere To the middle of my frustrated fears And I swear you're just like a pill Instead of makin' me better, You keep makin' me ill You keep makin' me ill adds .label-pill to replace .badge
2015-08-05unaffix sidebar and simplify styles of docs side nav to be more like v3Mark Otto15-7680/+4481
2015-08-05mathematical!Mark Otto1-1/+1
2015-08-05top level examples linkMark Otto1-0/+1
2015-08-05account for nav on docs pagesMark Otto6-15/+19
2015-08-05tweak homepage copy and layoutMark Otto5-40/+51
2015-08-04new global navbar for all docs pagesMark Otto7-73/+71
2015-08-04gruntMark Otto2-2/+1271
2015-08-04yayMark Otto1-2/+3
2015-08-04color function that shizMark Otto1-1/+1
2015-08-04tweak footer stylesMark Otto5-25/+30
2015-08-04gruntMark Otto32-362/+129
2015-08-04Merge branch 'master' into v4mMark Otto42-1000/+1096
2015-08-04gruntMark Otto17-148/+48
2015-08-04Merge pull request #16785 from studyjan/debug_containerMark Otto1-2/+2
Round paddings of .container & .container-fluid to match .row's margins
2015-08-04fixes #16769: use a clearfix on the .modal-header instead of a min-height to ↵Mark Otto1-1/+1
avoid collapsing when only a dismiss button is available and no .modal-title
2015-08-04Merge branch 'master' of https://github.com/twbs/bootstrapMark Otto2-4/+3
2015-08-04Merge pull request #16804 from edwinlin1987/fix/activeDisabledButtonsMark Otto1-4/+1
Show active buttons when form disabled
2015-08-04replace holder.js references in dashboard example with placeholder gif. ↵Mark Otto1-4/+4
fixes #16699
2015-08-04Merge pull request #16780 from rlindner81/fix/16779Mark Otto1-0/+2
Fixes #16779: Add padding to jumbotron with outer container
2015-08-04Merge branch 'master' of https://github.com/twbs/bootstrapMark Otto4-30/+72
2015-08-04fixes #16824: Correct the match on .control-label sizing for input group sizesMark Otto1-1/+1
2015-08-04fixes #16902: remove the .container-fluid from the grid system in modal ↵Mark Otto1-45/+41
example since it's doubling up padding
2015-08-04Merge pull request #16560 from supergibbs/multiple-button-input-groupsMark Otto2-5/+43
Multiple button input groups
2015-08-04Merge pull request #16818 from zacechola/fix_16805Mark Otto2-25/+29
Move help block docs up page, add `.help-block` to validation example
2015-08-04Help with issues like #16823 by mentioning where to download example source codeMark Otto1-0/+2
2015-07-31Merge pull request #16923 from twbs/edge-11-potatoChris Rebert1-2/+2
Confirmed that Edge still suffers from two IE11 bugs
2015-07-31Confirmed that Edge still suffers from two IE11 bugsChris Rebert1-2/+2
[skip sauce]
2015-07-31Merge pull request #16921 from twbs/footerMark Otto3-93/+21
Simpler docs footer
2015-07-31Merge pull request #16922 from twbs/expo_imgMark Otto5-1/+1
Smaller local Expo screenshots
2015-07-31simpler footer with no social buttons, fewer linksMark Otto3-93/+21
2015-07-31smaller, local expo screenshotsMark Otto5-1/+1
2015-07-29Merge pull request #16908 from twbs/crbug-309483Chris Rebert1-10/+0
Remove http://crbug.com/309483 from the Wall of Browser Bugs
2015-07-29Remove http://crbug.com/309483 from the Wall of Browser BugsChris Rebert1-10/+0
All current major browsers behave like Chrome here, so this bug is most likely invalid. [skip sauce]
2015-07-28http://wkbug.com/143527 got imported as rdar://problem/21908735Chris Rebert1-1/+1
Refs #16180 [skip sauce]
2015-07-27Merge pull request #16897 from twbs/fix-16893Chris Rebert1-5/+6
Customizer: Clarify that Collapse requires Component animations
2015-07-27Customizer: Clarify that Collapse requires Component animations; fixes #16893Chris Rebert1-1/+2
[skip sauce]
2015-07-27Customizer: For consistency, use singular in JS components list of Less filesChris Rebert1-4/+4
2015-07-27Merge pull request #16877 from Profab/for-plugin-previewChris Rebert1-1/+3
Add support for Meteor 1.2
2015-07-27Merge pull request #16896 from twbs/jquery-3Chris Rebert2-3/+3
Bootstrap v3 does not currently claim to be compatible with jQuery v3
2015-07-27Bootstrap v3 does not currently claim to be compatible with jQuery v3; ↵Chris Rebert2-3/+3
closes #16834 [skip sauce] [skip validator]
2015-07-27Fix triggering of {shown,hidden}.bs.dropdown events so relatedTarget gets ↵Johann-S2-2/+34
set properly Fixes #16828 Closes #16865
2015-07-26Merge pull request #16888 from twbs/jquery-local-fallbackXhmikosR16-4/+20
Add a local jQuery fallback.
2015-07-26Add a local jQuery fallback.XhmikosR16-4/+20
Shouldn't really happen, but China for example has blocked Google so this should help.