aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-12-18add inline note about navbar sizingMark Otto1-1/+1
2013-12-18Merge branch 'master' of github.com:twbs/bootstrapMark Otto9-109/+138
2013-12-18fixes #11925: cover template for firefoxMark Otto1-0/+1
2013-12-18tweaksMark Otto1-6/+7
2013-12-18Merge pull request #11923 from wangsai/fix-idChris Rebert1-1/+1
fix href of "Browser and device support"
2013-12-18fix href of "Browser and device support"wangsai1-1/+1
2013-12-17Merge pull request #11910 from InWayOpenSource/btn-group-inside-input-group-btnMark Otto3-11/+27
Fix handling of .btn-group placed inside .input-group-btn
2013-12-17Merge pull request #11916 from ZDroid/fix-iversionsChris Rebert1-2/+2
Downgrade Safari and OS X
2013-12-17Downgrade Safari and OS XZlatan Vasović1-2/+2
2013-12-17enable failHard grunt-html-validation option; fixes #11876Chris Rebert1-0/+1
2013-12-17upgrade to grunt-html-validation v0.1.11Chris Rebert1-1/+1
2013-12-16Fix handling of btn-group placed inside input-group-btn (used for mixing ↵Sebastian Podjasek3-11/+27
dropdowns with normal buttons)
2013-12-16Require comma on left sideZlatan Vasović14-98/+99
2013-12-16Merge pull request #11893 from twbs/separate-browsers-fileChris Rebert2-84/+92
move Sauce test browsers list out of Gruntfile into separate file
2013-12-16move Sauce test browsers list out of Gruntfile into separate fileChris Rebert2-84/+92
2013-12-16Merge branch 'master' into docs_derpMark Otto45-822/+1947
2013-12-16Merge pull request #11891 from twbs/cache-jekyll-bundleChris Rebert2-12/+16
use S3-cached Jekyll install to further speed up the Travis build
2013-12-15use S3-cached Jekyll installChris Rebert2-12/+16
2013-12-15Merge branch 'master' of github.com:twbs/bootstrapMark Otto12-89/+113
2013-12-15inform the people that fixed positioning ain't all it's cracked up to be /cc ↵Mark Otto1-0/+4
#11888
2013-12-15Merge pull request #11887 from twbs/minor-panels-refactorMark Otto1-9/+11
minor refactoring of 4ee93c9f8529cfeef56d4178b91e1ddcb0bff09c
2013-12-15Merge pull request #11890 from twbs/generic-cachingChris Rebert2-32/+52
make S3 caching significantly more generic
2013-12-15make S3 caching significantly more genericChris Rebert2-32/+52
2013-12-15minor refactoring of 4ee93c9f8529cfeef56d4178b91e1ddcb0bff09cChris Rebert1-9/+11
2013-12-15Merge pull request #11886 from twbs/html-validator-configChris Rebert1-0/+2
explicitly set more HTML5 validator options
2013-12-15explicitly set more HTML5 validator optionsChris Rebert1-0/+2
2013-12-15use unique IDs for input feedback examples so HTML validatesChris Rebert1-32/+32
2013-12-15use unique IDs for modal labels in doc examples so HTML validatesChris Rebert1-6/+6
2013-12-15simplify JS snippet slightlyChris Rebert1-1/+1
2013-12-15fix typo in docsChris Rebert1-1/+1
2013-12-15fix var name in example to follow JS conventionsChris Rebert1-2/+2
2013-12-15copyeditingChris Rebert7-7/+7
2013-12-15Fixes #10492 again, this time for last row's corners on striped tablesMark Otto3-1/+24
2013-12-15Add new form feedback states, clean up existing form stylesMark Otto7-37/+184
New stuff: * Adds `.has-feedback` and `.form-control-feedback` to show icon-based form feedback to users. Fixes #11836. * Removes the `width: 1em` on `.glyphicon` because it makes it impractical to resize the width of all icons, even if they’re not “empty” (e.g., a simple `.glyphicon { width: 30px; }` wouldn’t work, nor would a class preceeded by a parent class. Clean up: * Sets `width: auto;` on all `.form-control`s within inline forms. * Removes all the inline `select` menu `width` styles because all inputs are now `auto`. * Update form states docs to separate out sections better.
2013-12-15Fixes #11266: Apply a pixel-based line-height to date inputs for iOS 7Mark Otto3-1/+12
2013-12-15formatting and commentMark Otto1-0/+5
2013-12-15Merge branch 'master' into pr/11817Mark Otto47-819/+1720
Conflicts: dist/css/bootstrap.min.css less/input-groups.less
2013-12-15Fixes #11402: Updated fix for select.form-control width in inline-formsMark Otto3-1/+12
2013-12-15gruntMark Otto2-4/+4
2013-12-15Merge pull request #11494 from blowsie/patch-2Mark Otto1-2/+2
Fixed single dropdown-toggle in btn-group-veritcal not being rounded
2013-12-15Fixes #11660: Depcreate small and .small in blockquote in favor of footerMark Otto4-5/+11
2013-12-15Merge branch 'master' of github.com:twbs/bootstrapMark Otto1-1/+0
2013-12-15revert an earlier change to move the component-animations.less file because ↵Mark Otto4-29/+29
it fubared modal backdrop .fade usage
2013-12-15run grunt on modal scrolling changeMark Otto2-1/+2
2013-12-15Merge branch 'master' into pr/11676Mark Otto100-4423/+5684
Conflicts: less/modals.less
2013-12-15Merge branch 'master' into pr/11776Mark Otto80-3121/+2969
Conflicts: package.json
2013-12-15Merge pull request #11732 from dak/include-dev-fonts-in-bowerMark Otto1-1/+0
Don't exclude fonts from bower installs
2013-12-15Merge branch 'master' of github.com:twbs/bootstrapMark Otto2-5/+13
2013-12-15typoMark Otto1-1/+1
2013-12-15Merge pull request #11840 from ZDroid/pagination-boomMark Otto2-5/+13
Improve pager customization