aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-09-08gruntMark Otto9-13/+24
2014-09-08Merge pull request #14559 from hnrch02/properly-hide-btngroup-checkbox-n-radioHeinrich Fenkart1-5/+8
Properly hide checkbox and radio inputs in button groups
2014-09-08Merge pull request #14565 from twbs/hnrch02Chris Rebert1-0/+4
Add @hnrch02 to Core Team members list
2014-09-08Merge pull request #14566 from twbs/fixes_14542Mark Otto3-4/+11
Cleaned up fix for #14511 (input border-radii variables)
2014-09-08Add @hnrch02 to Core Team members listChris Rebert1-0/+4
2014-09-08gruntMark Otto1-1/+1
2014-09-08Variables for large and small input border radiusesMarat Abdullin2-3/+10
2014-09-08Merge pull request #14564 from twbs/fixes_14557Mark Otto4-2/+9
Fixes #14557: .form-group margin in .navbar-form
2014-09-08Fixes #14557: Reset the bottom margin on .form-group:last-child in ↵Mark Otto4-2/+9
.navbar-form to prevent extra spacing
2014-09-08Merge pull request #14563 from twbs/fixes_14319Mark Otto9-15/+12
Fixes #14319: Jumbotron reflow
2014-09-08customizer: minor cleanup of IE8 error messaging codeChris Rebert1-2/+1
[skip sauce]
2014-09-08Fixes #14319: Prevent jumbotron reflow by ensuring padding of .container ↵Mark Otto9-15/+12
isn't interferred with by .jumbotron side padding
2014-09-08gruntMark Otto5-9/+9
2014-09-08Properly hide checkbox and radio inputs in button groupsHeinrich Fenkart1-5/+8
`pointer-events: none;` for modern browsers (including IE11+), `clip: rect(1px, 1px, 1px, 1px);` for everything else. Fixes #14137
2014-09-07Merge branch 'stefansundin/master'Chris Rebert1-2/+2
2014-09-07Fix bug not re-calculating scrollbar width when opening modal.Stefan Sundin1-2/+2
If opening a modal when a scrollbar is present, closing it, then resizing the window so the scrollbar disappears, then opening the modal again, the content would shift. This fixes the problem by always calculating the scrollbar width every time a modal is opened. Closes #14357.
2014-09-08Run `grunt`.XhmikosR12-15/+39
2014-09-08Update dependencies.XhmikosR2-37/+97
2014-09-07Handle lack of .width and .height from getBoundingClientRect() in IE8Chris Rebert1-0/+4
Closes #14093 Correction to #14090 Relevant docs: https://developer.mozilla.org/en-US/docs/Web/API/Element.getBoundingClientRect#Browser_compatibility
2014-09-07Merge pull request #14273 from sgonyea/masterJacob2-0/+66
Fix hover-popover/tooltip flickering when mouse re-enters
2014-09-06Fixes #14545: Avoid strange formatting on vendor prefixing for placeholderMark Otto1-3/+6
2014-09-06Merge pull request #14546 from twbs/address-14541Mark Otto1-28/+12
Address #14541 by tweaking badge docs
2014-09-06Merge pull request #14543 from twbs/validation-docsMark Otto2-0/+6
Add section to docs explaining our stance on validators
2014-09-05Address #14541 by tweaking badge docsChris Rebert1-28/+12
* move unrelated .btn-primary example out of the pills subsection * remove excessive .nav-stacked example
2014-09-05Add section to docs explaining our stance on validatorsChris Rebert2-0/+6
2014-09-04Merge pull request #14535 from gitname/patch-1Mark Otto1-3/+3
Fixed typos involving apostrophes
2014-09-04Fixed typos involving apostrophesgitname1-3/+3
Added apostrophes to 3 words to indicate possession (i.e. ownership of something) instead of plurality (i.e. multiples of something).
2014-09-04Fixes #14437: Round the corners of table rows in panels as well as the cellsMark Otto4-2/+22
2014-09-04Merge branch 'thr3-arendt/patch-1'Chris Rebert1-6/+6
2014-09-04Replace nonexistent .col-6 classes in offcanvas example with .col-xs-6thr3-arendt1-6/+6
Fixes #14500
2014-09-04Merge pull request #14531 from twbs/doc-14528Mark Otto1-0/+6
add entry for #14528 to Wall of Browser Bugs
2014-09-04add entry for #14528 to Wall of Browser BugsChris Rebert1-0/+6
2014-09-03Merge pull request #14527 from twbs/firefox-disabled-bugChris Rebert2-1/+7
Add Wall of Browser bugs entry for #793
2014-09-03Add Wall of Browser bugs entry for #793Chris Rebert2-1/+7
Also, link to the Mozilla bug in the relevant callout.
2014-09-02Merge pull request #14497 from BBosman/clone-depthChris Rebert1-0/+2
Set git clone depth to 10 for Travis to make it faster
2014-09-02Merge pull request #14516 from twbs/fix-14509Chris Rebert1-1/+1
Document that fieldset[disabled] is somewhat broken in IE11
2014-09-02document that fieldset[disabled] is somewhat broken in IE11; fixes #14509Chris Rebert1-1/+1
2014-09-01Fixes #14443: Only transition what needs transitioning for thumbnails to ↵Mark Otto4-6/+6
avoid Safari/Chrome render bug
2014-09-01Set git clone depth to 10 for Travis to make it fasterBas Bosman1-0/+2
2014-08-30Update grunt-jscs.XhmikosR2-297/+23
2014-08-29Merge pull request #14488 from vsn4ik/gruntfile_copy_taskChris Rebert1-9/+2
Gruntfile.js: Simplify copy task.
2014-08-30Gruntfile.js: Simplify copy task.vsn4ik1-9/+2
2014-08-29Merge pull request #14482 from twbs/doc-14362Mark Otto1-2/+3
Document that input groups weren't intended for use with <textarea>s
2014-08-28Document that input groups weren't intended for use with <textarea>sChris Rebert1-2/+3
Refs #14362
2014-08-28gruntMark Otto1-1/+1
2014-08-28Fix hover-tooltip flickering when mouse re-entersScott Gonyea2-0/+66
- is(':visible') seems to be the only reliable check, without a refactoring of how hoverState is used - tests need improvement
2014-08-28mention #14320 in browser bugsMark Otto1-0/+6
2014-08-28Merge pull request #14472 from mrduguo/masterMark Otto1-5/+5
fix nav links to end with / to avoid 301 redirect
2014-08-28Update QUnit to v1.15.0.XhmikosR2-930/+1137
2014-08-27gruntMark Otto6-14/+15