Mark Otto
f2783fbf83
Fixes #14319 : Prevent jumbotron reflow by ensuring padding of .container isn't interferred with by .jumbotron side padding
2014-09-08 10:29:45 -07:00
Mark Otto
48a1308e5d
grunt
2014-09-08 10:23:25 -07:00
Heinrich Fenkart
475152a9a1
Properly hide checkbox and radio inputs in button groups
...
`pointer-events: none;` for modern browsers (including IE11+), `clip: rect(1px, 1px, 1px, 1px);` for everything else.
Fixes #14137
2014-09-08 14:56:29 +02:00
Chris Rebert
7f56233862
Merge branch 'stefansundin/master'
2014-09-07 23:07:38 -07:00
Stefan Sundin
f25181615e
Fix bug not re-calculating scrollbar width when opening modal.
...
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-07 23:06:37 -07:00
XhmikosR
5b9fcea9f2
Run grunt
.
2014-09-08 09:04:33 +03:00
XhmikosR
5befcb991c
Update dependencies.
2014-09-08 09:03:26 +03:00
Chris Rebert
989dafb153
Handle lack of .width and .height from getBoundingClientRect() in IE8
...
Closes #14093
Correction to #14090
Relevant docs: https://developer.mozilla.org/en-US/docs/Web/API/Element.getBoundingClientRect#Browser_compatibility
2014-09-07 22:58:33 -07:00
Jacob
c22b270582
Merge pull request #14273 from sgonyea/master
...
Fix hover-popover/tooltip flickering when mouse re-enters
2014-09-07 10:36:45 -07:00
Mark Otto
9f5660c3e3
Fixes #14545 : Avoid strange formatting on vendor prefixing for placeholder
2014-09-06 21:25:33 -07:00
Mark Otto
c20d00cf05
Merge pull request #14546 from twbs/address-14541
...
Address #14541 by tweaking badge docs
2014-09-06 21:21:13 -07:00
Mark Otto
f5a05fe9e9
Merge pull request #14543 from twbs/validation-docs
...
Add section to docs explaining our stance on validators
2014-09-06 12:24:45 -07:00
Chris Rebert
bb8ca6b786
Address #14541 by tweaking badge docs
...
* move unrelated .btn-primary example out of the pills subsection
* remove excessive .nav-stacked example
2014-09-05 16:04:56 -07:00
Chris Rebert
c447cc7bc1
Add section to docs explaining our stance on validators
2014-09-05 11:59:04 -07:00
Mark Otto
5603311acd
Merge pull request #14535 from gitname/patch-1
...
Fixed typos involving apostrophes
2014-09-04 22:40:37 -07:00
gitname
83daf95c64
Fixed typos involving apostrophes
...
Added apostrophes to 3 words to indicate possession (i.e. ownership of something) instead of plurality (i.e. multiples of something).
2014-09-04 22:10:19 -07:00
Mark Otto
5b7a5f84d4
Fixes #14437 : Round the corners of table rows in panels as well as the cells
2014-09-04 19:06:01 -07:00
Chris Rebert
ce7363e0db
Merge branch 'thr3-arendt/patch-1'
2014-09-04 16:59:13 -07:00
thr3-arendt
de0f78bc8e
Replace nonexistent .col-6 classes in offcanvas example with .col-xs-6
...
Fixes #14500
2014-09-04 16:58:50 -07:00
Mark Otto
411a8408a2
Merge pull request #14531 from twbs/doc-14528
...
add entry for #14528 to Wall of Browser Bugs
2014-09-04 16:48:27 -07:00
Chris Rebert
c4a8d76177
add entry for #14528 to Wall of Browser Bugs
2014-09-04 12:30:38 -07:00
Chris Rebert
af5f2213f0
Merge pull request #14527 from twbs/firefox-disabled-bug
...
Add Wall of Browser bugs entry for #793
2014-09-03 19:00:29 -07:00
Chris Rebert
b9bfc74c62
Add Wall of Browser bugs entry for #793
...
Also, link to the Mozilla bug in the relevant callout.
2014-09-03 16:50:47 -07:00
Chris Rebert
037ccb424b
Merge pull request #14497 from BBosman/clone-depth
...
Set git clone depth to 10 for Travis to make it faster
2014-09-02 22:39:52 -07:00
Chris Rebert
3df6ae66c7
Merge pull request #14516 from twbs/fix-14509
...
Document that fieldset[disabled] is somewhat broken in IE11
2014-09-02 22:37:05 -07:00
Chris Rebert
e646889fd6
document that fieldset[disabled] is somewhat broken in IE11; fixes #14509
2014-09-02 15:23:15 -07:00
Mark Otto
e37e06d73e
Fixes #14443 : Only transition what needs transitioning for thumbnails to avoid Safari/Chrome render bug
2014-09-01 12:48:19 -07:00
Bas Bosman
0531d1a776
Set git clone depth to 10 for Travis to make it faster
2014-09-01 10:18:49 +02:00
XhmikosR
fe896923fc
Update grunt-jscs.
2014-08-30 08:43:44 +03:00
Chris Rebert
59d7772daa
Merge pull request #14488 from vsn4ik/gruntfile_copy_task
...
Gruntfile.js: Simplify copy task.
2014-08-29 20:08:49 -07:00
vsn4ik
1965f032ca
Gruntfile.js: Simplify copy task.
2014-08-30 01:20:48 +04:00
Mark Otto
e99866447b
Merge pull request #14482 from twbs/doc-14362
...
Document that input groups weren't intended for use with <textarea>s
2014-08-29 11:45:09 -07:00
Chris Rebert
629fe63291
Document that input groups weren't intended for use with <textarea>s
...
Refs #14362
2014-08-28 19:55:23 -07:00
Mark Otto
551306fe9d
grunt
2014-08-28 17:22:08 -07:00
Scott Gonyea
aac0e16452
Fix hover-tooltip flickering when mouse re-enters
...
- is(':visible') seems to be the only reliable check, without a refactoring of how hoverState is used
- tests need improvement
2014-08-28 17:17:50 -07:00
Mark Otto
28dd4a4407
mention #14320 in browser bugs
2014-08-28 17:10:44 -07:00
Mark Otto
36f098dc07
Merge pull request #14472 from mrduguo/master
...
fix nav links to end with / to avoid 301 redirect
2014-08-28 16:57:40 -07:00
XhmikosR
d869a5fb62
Update QUnit to v1.15.0.
2014-08-28 09:38:53 +03:00
Mark Otto
783e001786
grunt
2014-08-27 23:35:54 -07:00
Mark Otto
fe19211e4d
Finish reverting #14444
2014-08-27 23:34:46 -07:00
Mark Otto
72ddad6fc8
Fixes #14439 : Add static tooltip example to docs
2014-08-27 23:33:03 -07:00
Mark Otto
0ec05da0ee
Undo the collapse visibility changes since it breaks our collapse plugin
2014-08-27 23:31:34 -07:00
Mark Otto
aa25ce779d
Fixes #14329 : Fixed list-groups nested inside of collapsing panels, from @apexskier
2014-08-27 23:17:37 -07:00
Mark Otto
0a816e009f
Fixes #14337 : Round .jumbotron corners within .container and .container-fluid
2014-08-27 23:01:58 -07:00
Mark Otto
a25b866ec7
Merge pull request #14444 from twbs/sr_friendly_hidden_content
...
More screenreader friendly hidden content
2014-08-27 22:53:21 -07:00
Mark Otto
190452a36d
typo
2014-08-27 22:40:46 -07:00
Mark Otto
f4eefd28d1
Merge branch 'master' into sr_friendly_hidden_content
...
Conflicts:
dist/css/bootstrap.css.map
dist/css/bootstrap.min.css
2014-08-27 22:38:46 -07:00
Mark Otto
1ebc7e62a8
grunt
2014-08-27 22:37:10 -07:00
Mark Otto
d14d60e04c
Merge pull request #14452 from vsn4ik/update_print_less
...
Update print.less from source (html5-boilerplate).
2014-08-27 22:30:53 -07:00
Mark Otto
fcf26d0ef6
Merge pull request #14465 from kaime/master
...
Make `popover-arrow-color` default to `popover-bg`
2014-08-27 22:29:39 -07:00