Gleb Mazovetskiy
73065a96c4
docs: reflect new types accepted by the tooltip
2015-06-02 03:06:58 +01:00
Gleb Mazovetskiy
14ad1fa810
Tooltip and popover: accept DOM nodes and more
...
Accept DOM nodes and jQuery nodes as the tooltip title:
* For `html` tooltips, the title node is moved unless it is already in the
tooltip, avoiding `.empty().append(...)` on subsequent shows.
* For plain text tooltips, the title node's text is copied into the
tooltip.
Popover title and content are handled likewise.
2015-06-02 02:58:03 +01:00
Chris Rebert
f09e796429
Merge pull request #16567 from justincron/master
...
Fixed typo in hide-text.less
[skip sauce]
[skip validator]
2015-06-01 16:55:00 -07:00
Justin Cron
565037a914
Fixed typo
2015-06-01 13:17:32 -07:00
Mark Otto
bae5f376c5
Merge pull request #16566 from ipdae/master
...
change korean translation site url
2015-06-01 11:50:00 -07:00
yang
5efc832d7e
change korean translation site url
2015-06-01 23:44:42 +09:00
XhmikosR
b5ed74d43d
Run grunt.
...
[ci skip]
2015-06-01 10:29:18 +03:00
XhmikosR
cbe0f352d1
Fix license header after e93c6a2216.
...
[ci skip]
2015-06-01 10:29:18 +03:00
XhmikosR
82aa0cd56b
docs: update uglify-js to v2.4.23.
...
[ci skip]
2015-06-01 10:29:18 +03:00
XhmikosR
704e3448bf
Bump load-grunt-tasks.
2015-06-01 10:29:18 +03:00
Mark Otto
b5b4c9c701
Merge pull request #16484 from kkirsche/patch-13
...
ScrollSpy requires non-body elements to have height and overflow…
2015-05-30 17:32:20 -07:00
Kevin Kirsche
962ae5ac2f
[ Close #16441 ] ScrollSpy requires non-body elements to have height and padding
...
[Close #16441 ] ScrollSpy requires non-body elements to have height and padding
2015-05-30 18:24:23 -04:00
Mark Otto
d0fc465c18
Merge pull request #16565 from TimothyGu/patch-1
...
Adjust Carbon Ads margin on -xs
2015-05-30 15:08:02 -07:00
Timothy Gu
7278bed86f
Adjust Carbon Ads margin on -xs
...
The .container that immediately surrounds .carbonad has a padding of 15px, not 30px.
Fixes #16552 .
2015-05-30 14:57:41 -07:00
Patrick H. Lauke
39137b9f4a
Merge pull request #16561 from patrickhlauke/docs-separators
...
ensure divider list items have `role="separator"`
2015-05-30 00:05:34 +01:00
Patrick H. Lauke
3b59b97c62
ensure divider list items have role="separator"
...
http://www.w3.org/TR/wai-aria/roles#separator
2015-05-29 23:48:35 +01:00
Chris Rebert
3487898a6a
Merge pull request #16504 from kkirsche/patch-8
...
Clarify the bs-callout on multiple open modals
2015-05-26 15:15:15 -07:00
Chris Rebert
bb8821251b
Merge pull request #16533 from mortonfox/patch-1
...
Update source maps link
2015-05-26 10:32:13 -07:00
Morton Fox
665d2d25c0
Update source maps link
2015-05-26 08:14:57 -04:00
Chris Rebert
8063e13998
Merge pull request #16525 from twbs/jq-browser-bugs-xref
...
Wall of Browser Bugs: Add link to "jQuery's browser bug workarounds"
2015-05-22 23:41:08 -07:00
Chris Rebert
9c717b4716
Wall of Browser Bugs: Add link to "jQuery's browser bug workarounds"
...
[skip sauce]
2015-05-22 23:30:05 -07:00
XhmikosR
ac243cd854
Merge pull request #16524 from miketaylr/remove-fx-warning
...
Remove Firefox warning for customizer download.
2015-05-22 20:39:07 +03:00
Mike Taylor
59f9a5e5ba
Remove Firefox warning for customizer download.
...
Closes #15016 .
2015-05-22 12:25:08 -05:00
Peter deHaan
e93c6a2216
package.json: Update format of license attribute
...
Specifying both the type and URL is deprecated:
* https://docs.npmjs.com/files/package.json#license
* http://npm1k.org/
Closes #16517
2015-05-20 23:57:10 -07:00
Kevin Kirsche
97f8e5610d
Clarify the bs-callout on multiple open modals
...
[Close #16502 ] Clarify the bs-callout on multiple open modals
Currently it states overlapping modals, this isn't the only case as this truly applies to any instance when a user would want to open multiple modals at the same time. For this reason, I have modified the title of the callout to make this more clear.
2015-05-18 18:30:58 -04:00
Chris Rebert
efe2023014
Add missing type="button" attrs to <button>s in list-group docs
...
Fixes Bootlint warnings:
W007 Found one or more `<button>`s missing a `type` attribute.
[skip sauce]
2015-05-17 23:22:27 -07:00
XhmikosR
315907c97c
Use https when possible.
2015-05-17 12:43:20 +03:00
XhmikosR
cf211a9654
about.html: Add the size of the gravatar image we currently use.
2015-05-17 12:43:20 +03:00
XhmikosR
9b6a2013d6
docs: update uglify-js to v2.4.21.
...
[ci skip]
2015-05-17 00:55:26 +03:00
XhmikosR
ec23ab9efa
Merge pull request #16494 from twbs/license-header
...
License header
2015-05-16 13:08:27 +03:00
XhmikosR
c56032a0e5
Remove grunt-banner completely.
...
Add a license header in theme instead.
2015-05-16 12:57:27 +03:00
XhmikosR
9e395712a5
Run grunt.
2015-05-16 09:58:16 +03:00
Bryan Braun
dec2faec3d
Update Anchor.js and port over the existing styles.
...
Anchor.js 1.0.0 drops the need to use anchor.css, so we remove it
from the codebase and move any leftover styles over to docs.css.
Closes #16488 by merging it.
2015-05-16 09:58:15 +03:00
Chris Rebert
c111c291be
Relicense ie10-viewport-bug-workaround.js under MIT License
...
Fixes #16470
Closes #16483
2015-05-14 22:43:27 -07:00
Mark Otto
a4c09f6e3e
Merge pull request #16485 from kkirsche/patch-15
...
[Close #16482 ] Add border-radius to theme's navbar-inverse
2015-05-14 18:17:45 -07:00
Kevin Kirsche
76c9c6b1ed
[ Close #16482 ] Add border-radius to theme's navbar-inverse
...
[Close #16482 ] Add border-radius to theme's navbar-inverse
2015-05-14 19:13:21 -04:00
Mark Otto
588b7e564e
grrrrrrrrrrrrrrrrrrrunt
2015-05-14 11:11:03 -07:00
Mark Otto
54df51b5ea
Merge pull request #16437 from twbs/fix-16249
...
Document that nested tabs are not supported
2015-05-14 11:07:05 -07:00
Mark Otto
b6e6a05b95
Merge pull request #16472 from twbs/fixes_16346
...
Tweak temporal inputs
2015-05-14 10:43:50 -07:00
Mark Otto
801d6bdd00
Merge pull request #16477 from twbs/fix_16374
...
Redo jumbotron padding
2015-05-14 10:31:16 -07:00
Mark Otto
d788e30522
Redo jumbotron padding
...
- In general, there are very few instances that would require a jumbotron without a parent or child container.
- Right now we account for that behavior though with some horizontal padding on the .jumbotron class.
- This removes that horizontal padding as it narrows our grid classes unnecessarily and accounts for a super small use case.
- It also improves consistency across breakpoints, in that padding isn't being added and removed.
- In doing so, I also removed the shorthand padding property and went with the specific ones (because yay specificity).
2015-05-14 10:09:42 -07:00
Mark Otto
e24007c46d
add comment, remove week type
2015-05-14 09:31:23 -07:00
Chris Rebert
d80194be74
Merge pull request #16473 from twbs/safari-line-wrap-wtf
...
Add Wall of Browser Bugs entries for #15998
2015-05-13 23:43:58 -07:00
Chris Rebert
8290028eb2
Add Wall of Browser Bugs entries for #15998
...
Closes #15998
[skip sauce]
2015-05-13 23:38:07 -07:00
Chris Rebert
1b08cd39b3
Add WebKit+Safari Wall of Browser
2015-05-13 23:37:18 -07:00
Chris Rebert
3507445bd2
Group inverted navbar vars under a subheading
...
[skip sauce]
[skip validator]
2015-05-13 22:23:51 -07:00
Chris Rebert
32c4bcd1e2
Use vanilla comment since this isn't a description of @btn-border-radius-base
2015-05-13 22:19:56 -07:00
Mark Otto
52110fa2c2
scope temporal changes to .form-control class, add week input to boot
2015-05-13 22:16:51 -07:00
XhmikosR
7113b1cdc1
Merge pull request #16471 from vsn4ik/remove_bages_style_param
...
Remove unnecessary style=flat from badges
2015-05-14 08:14:44 +03:00
Mark Otto
c5babda02f
Merge pull request #16215 from zacechola/list_group_buttons
...
Adds button styles to `.list-group-item`
2015-05-13 21:35:39 -07:00
Mark Otto
82279a8eb2
Merge branch 'btn-borders' of https://github.com/martinbean/bootstrap into martinbean-btn-borders
2015-05-13 21:20:02 -07:00
Mark Otto
f2adfeb62d
Merge pull request #16405 from rlindner81/Fix16371
...
Fixes Issue #16371 Carousel control is vertically off center
2015-05-13 20:48:07 -07:00
Mark Otto
fdebec3957
Merge pull request #16462 from kkirsche/patch-12
...
[Closes #16460 ] Fix .pagination-sm line height
2015-05-13 20:38:48 -07:00
Mark Otto
504c90da96
Merge pull request #16457 from kkirsche/patch-8
...
[Closes #16447 ] Manually add license to bootstrap.less
2015-05-13 20:37:38 -07:00
vsn4ik
ad6933cfe6
Remove unnecessary style=flat from bages
...
[skip validator]
[skip sauce]
2015-05-13 23:55:15 +03:00
Kevin Kirsche
5907347382
[ Closes #16460 ] Fix .pagination-sm line height
...
[Closes #16460 ] Fix .pagination-sm line height by adding `@line-height-small` to `.pagingation-sm`.
2015-05-13 16:30:40 -04:00
Kevin Kirsche
25dcaf4f23
[ Closes #16447 ] Concat. license to bootstrap.less
...
[Closes #16447 ] Concat. license to bootstrap.less
2015-05-11 23:55:32 -04:00
XhmikosR
9bf6e107e3
Update dependencies.
2015-05-10 01:22:23 +03:00
XhmikosR
1eba173c9e
Update jQuery to v1.11.3.
2015-05-10 01:22:23 +03:00
Chris Rebert
2084791511
Merge pull request #16445 from twbs/enter-email
...
docs examples: input[placeholder]: "Enter email" => "Email"
2015-05-08 00:58:40 -07:00
Chris Rebert
843581b8ff
docs examples: input[placeholder]: "Enter email" => "Email"
...
For uniformity, as we don't seem to use this "Enter <X>" phrasing anywhere else.
[skip sauce]
2015-05-08 00:24:39 -07:00
Julian Thilo
a3c480fd94
Closes #16249 : Doc that nested tabs are not supported
2015-05-06 22:37:56 +02:00
Chris Rebert
2aa102bfd4
Add Wall of Browser Bugs entries for #16372 (Safari/WebKit)
2015-05-06 11:23:24 -07:00
Chris Rebert
0d2c7ecb7a
Add Wall of Browser Bugs entry for #16372 (Chrome)
...
Closes #16372
2015-05-05 23:21:15 -07:00
Chris Rebert
d9a7cb2a09
Merge pull request #16430 from twbs/stateful-btn
...
Improvements to stateful button JS docs
2015-05-05 15:38:45 -07:00
Chris Rebert
89f2c5c5c0
Document that $(...).button('reset') is async.
...
Closes #16362 .
[skip sauce]
2015-05-05 15:03:12 -07:00
Chris Rebert
fce30b57e2
Mark stateful button feature as deprecated
...
Refs https://github.com/twbs/bootstrap/issues/16362#issuecomment-96268469
[skip sauce]
2015-05-05 15:03:05 -07:00
XhmikosR
414d0a535a
Run grunt.
2015-05-05 11:57:42 +03:00
XhmikosR
2662593583
Update grunt-banner.
2015-05-05 11:56:27 +03:00
XhmikosR
a2f81ceb57
phantom.js: switch to unicode characters that work on Windows too.
2015-05-05 06:58:54 +03:00
XhmikosR
280f6c5d5c
Merge pull request #16392 from twbs/jscs
...
Update JSCS rules
2015-05-05 06:58:16 +03:00
XhmikosR
5ae00f2e7c
Run grunt.
2015-05-05 06:50:18 +03:00
XhmikosR
49c4556354
Comply to the new JSCS rules.
2015-05-05 06:50:18 +03:00
XhmikosR
93785be2c6
Update JSCS rules.
2015-05-05 06:50:18 +03:00
XhmikosR
26ff019753
Update dependencies.
2015-05-05 06:50:17 +03:00
Chris Rebert
aa2c5b5672
Merge pull request #16014 from redbmk/issue-16008
...
Multiple tooltip triggers don't play well together
2015-05-04 15:07:17 -07:00
Chris Rebert
a19441dd64
Merge pull request #16409 from twbs/fix-16361
...
Document Affix plugin's `checkPosition` method
2015-05-04 12:28:41 -07:00
Patrick H. Lauke
9d96cb95b6
Merge pull request #16417 from tonybaroneee/master
...
Added #panels-footer to components nav in docs
2015-05-04 09:01:00 +01:00
Anthony Barone
1f5519b981
Added #panels-footer to components nav in docs
2015-05-03 20:33:38 -04:00
Patrick H. Lauke
a254782ca4
Merge pull request #16404 from patrickhlauke/radio-checkbox-kbd-toggle-fix
...
Fix radio and checkbox keyboard handling in .btn-group
2015-05-03 17:05:12 +01:00
Chris Rebert
7b9f204cb4
Merge pull request #16411 from twbs/doc-16122
...
Doc that 'manual' is mutex of other tooltip/popover triggers
2015-05-02 19:06:59 -07:00
Chris Rebert
75d6c14dc9
Document that 'manual' is mutually exclusive of other tooltip/popover triggers
...
Closes #16122
[skip sauce]
2015-05-02 18:24:12 -07:00
Carlo Stearns
0689117f13
Fix issue where affixed element has incorrect positioning
...
when used with a sticky footer layout.
Adds visual test for affix with sticky footer.
Closes #15694 .
Refs #15032 .
2015-05-02 17:59:31 -07:00
Chris Rebert
85235c55ac
Document Affix plugin's checkPosition method
...
Fixes #16361
Refs #16356
[skip sauce]
2015-05-02 13:02:48 -07:00
Chris Rebert
1c7e7fdbef
Merge pull request #16408 from twbs/fix-16400
...
Include entire /grunt/ folder in npm package
2015-05-02 11:02:21 -07:00
Chris Rebert
013205fd4f
Include entire /grunt/ folder in npm package; fixes #16400
...
[ci skip]
2015-05-02 10:48:44 -07:00
Richard Lindner
d255ba3719
Fixes Issue #16371 Carousel control is vertically off center for small screens
2015-05-02 10:49:44 +02:00
Patrick H. Lauke
0c1daaf2ce
Remove broken/vestigial unit test
...
Overall logic for this test appears broken, possibly relating to an
older version of Bootstrap that did not require explicit
`data-toggle="button"` on single toggle buttons?
2015-05-01 12:58:10 +01:00
Patrick H. Lauke
f9cd88e09f
Fix radio and checkbox keyboard handling
...
Fix for problem that emerged from #16226 (`.active` class not actually
being applied) and expansion of the script to also correctly handle
keyboard interaction with checkboxes in `data-toggle="button"` groups
2015-05-01 12:19:19 +01:00
Patrick H. Lauke
45c798a47b
Merge pull request #16398 from patrickhlauke/docs-inappropriate-button-role
...
Remove role="button"
2015-04-30 12:11:19 +02:00
Patrick H. Lauke
0b937117a4
Remove inappropriate role="button" from download links
2015-04-30 11:08:23 +01:00
Chris Rebert
900195f813
Merge pull request #16386 from twbs/zeroclipboard
...
Downgrade ZeroClipboard for IE8 support
2015-04-29 14:13:47 -07:00
XhmikosR
07e76a571d
Redo changes needed to hide Copy button.
2015-04-29 08:56:33 +03:00
XhmikosR
438cae9d90
Revert "Update ZeroClipboard and remove Copy buttons when Flash is unavailable"
...
This reverts commit 229e888929 .
ZeroClipboard v2.x drops IE < 9 support.
2015-04-29 08:55:29 +03:00
XhmikosR
16a44c208d
Fix dab6a4f0e3.
2015-04-29 08:54:32 +03:00
XhmikosR
3b8e84dc87
Merge pull request #16384 from twbs/cleancss-workaround
...
dropdowns.less: Add space before IE8 workaround.
2015-04-29 08:49:30 +03:00
Zac Echola
fa2cdd44bc
Adds documentation for buttons in link groups
...
Mostly a duplication of the *Linked items* section, but for buttons.
Includes a note not to use the standard btn classes.
2015-04-28 10:58:42 -05:00
Zac Echola
407e8dc9d8
Merge branch 'master' of https://github.com/twbs/bootstrap into list_group_buttons
2015-04-28 09:45:16 -05:00
XhmikosR
5ca44f94ac
Run grunt.
2015-04-28 14:24:37 +03:00
XhmikosR
27ada0f5e2
dropdowns.less: Add space before IE8 workaround.
...
This in turn works around an issue with clean-css (fixed in 3.2.6). So this basically is just a consistency change.
2015-04-28 14:24:33 +03:00
Bootstrap's Grunt bot
e6438592e9
automatic grunt dist
...
[ci skip]
2015-04-28 09:20:25 +00:00
XhmikosR
2bc9d70069
Update clean-css to v3.2.6.
2015-04-28 12:12:05 +03:00
XhmikosR
86400070b5
Bump copyright year.
...
[ci skip]
2015-04-28 11:40:42 +03:00
Bootstrap's Grunt bot
a9137bd621
automatic grunt dist
...
[ci skip]
2015-04-28 08:19:19 +00:00
XhmikosR
fae8c5d0dc
Add package.js in Grunt tasks.
2015-04-28 11:03:37 +03:00
XhmikosR
3e7ca3bbc8
Minor lint tweaks.
2015-04-28 11:03:37 +03:00
Chris Rebert
4e027718a8
Merge pull request #16382 from twbs/bump-sauce
...
Bump grunt-saucelabs to v8.6.1
2015-04-28 00:56:28 -07:00
Chris Rebert
1eb8c16f49
Bump grunt-saucelabs to v8.6.1
2015-04-28 00:38:47 -07:00
Chris Rebert
8c2d726e17
update shrinkwrap
2015-04-28 00:38:21 -07:00
Braden M. Kelley
4b269037cb
Multiple tooltip triggers don't play well together
...
Fixes issue #16008
2015-04-27 23:03:56 -07:00
Mark Otto
421eacb1b1
Merge pull request #16381 from twbs/docs_anchors
...
Scope anchorjs to immediate children
2015-04-27 22:25:59 -07:00
Mark Otto
dab6a4f0e3
scope anchorjs to immediate children, fixes #16129
2015-04-27 14:16:27 -07:00
Bootstrap's Grunt bot
d87b7a037b
automatic grunt dist
...
[ci skip]
2015-04-27 18:30:49 +00:00
F A T
aa479892d5
Merge pull request #16152 from jarthod/tooltip-placement-viewport-fix
...
Tooltip/popover: Fix auto placement to use viewport
2015-04-27 11:28:54 -07:00
Chris Rebert
cc8567d784
Merge pull request #16379 from twbs/bower-json
...
More bower.json fixes
2015-04-27 10:52:18 -07:00
Chris Rebert
f1e1411536
bower.json: Add license field
...
[ci skip]
2015-04-27 10:49:55 -07:00
Chris Rebert
52d8a0c78e
bower.json: rm moot version field
...
Per https://github.com/bower/bower.json-spec/commit/a325da3d79baab018c572d75dc1781b12322f6cd
2015-04-27 10:44:09 -07:00
Chris Rebert
63f989849d
Merge pull request #16378 from twbs/bower-moduleType
...
bower.json: set `moduleType` to `globals`
2015-04-27 10:39:53 -07:00
Chris Rebert
23445e0cb2
bower.json: set moduleType to globals
...
Per https://github.com/bower/bower.json-spec/commit/632ff90a2c857e9cb4a4236e8ddb069cc0716865#commitcomment-10914138
[ci skip]
2015-04-27 10:39:16 -07:00
Chris Rebert
cdb37dce3a
Set box-sizing: border-box on .container-viewport in #16142 testcase
...
Otherwise, the test doesn't properly fail when the fix is reverted.
2015-04-27 01:23:39 -07:00
Bootstrap's Grunt bot
71597a4424
automatic grunt dist
...
[ci skip]
2015-04-27 08:20:49 +00:00
Adrien
37a10d37c1
Compare tooltip right offset to viewport right offset (and not width)
...
Closes #16142 by merging it.
2015-04-27 01:13:16 -07:00
Martin Bean
9a451d4aea
Add @btn-border-radius variables ( #16271 )
2015-04-26 17:42:34 +01:00
Bootstrap's Grunt bot
d0926f2deb
automatic grunt dist
...
[ci skip]
2015-04-26 11:11:05 +00:00
XhmikosR
fa4d7d2bd2
Run grunt.
2015-04-26 14:03:35 +03:00
XhmikosR
8cc39a3951
Update autoprefixer.js.
...
Taken from https://github.com/ai/autoprefixer-rails/blob/master/vendor/autoprefixer.js
[ci skip]
2015-04-26 14:01:17 +03:00
Bootstrap's Grunt bot
2b89fd5289
automatic grunt dist
...
[ci skip]
2015-04-26 06:40:33 +00:00
Mark Otto
8cd3527f73
Remove inaccurate comment
2015-04-25 23:35:09 -07:00
Bootstrap's Grunt bot
f5b5fc69a8
automatic grunt dist
...
[ci skip]
2015-04-26 05:20:36 +00:00
Mark Otto
d34df63bde
Merge pull request #16280 from arxene/issue-16270
...
Fixes #16270 .
2015-04-25 22:17:01 -07:00
Mark Otto
ebad91b9b5
Merge pull request #16369 from vsn4ik/split_docs_dropup
...
DOCS: Separation of .dropdown and .dropup.
2015-04-25 22:04:08 -07:00
Bootstrap's Grunt bot
2900711db4
automatic grunt dist
...
[ci skip]
2015-04-26 04:50:34 +00:00
Mark Otto
1e64e720a4
Merge pull request #16333 from pine3ree/patch-2
...
form-group size + form-control-feedback
2015-04-25 21:45:31 -07:00
Mark Otto
2b1c06f5b1
Merge pull request #16351 from thomasphorton/gutterRounding
...
Round results from gutter division to prevent decimal margins and padding
2015-04-25 21:42:44 -07:00
Mark Otto
4f3feed2bd
Merge pull request #16350 from thomasphorton/master
...
Add max-width: none to .media > .img-thumbnail
2015-04-25 21:40:48 -07:00
Bootstrap's Grunt bot
3e3b331ad3
automatic grunt dist
...
[ci skip]
2015-04-25 20:20:30 +00:00
Chris Rebert
17aaab3de8
Merge pull request #16324 from twbs/address-16219
...
Throw error when tooltip/popover template has multiple top-level elements
2015-04-25 13:17:20 -07:00
Chris Rebert
fc372952e2
Throw error when tooltip/popover template has multiple top-level elements
...
Closes #16219 .
2015-04-25 13:16:53 -07:00
Mark Otto
8949bcecd2
Merge pull request #16368 from vsn4ik/use_https_slack
...
Use https on herokuapp.com
2015-04-25 12:22:58 -07:00
vsn4ik
aed83c4b96
Use https on herokuapp.com
2015-04-25 21:05:49 +03:00
vsn4ik
d46f6dcbdc
DOCS: Separation of .dropdown and .dropup.
2015-04-25 12:52:22 +03:00
Chris Rebert
7f7f755a09
Merge pull request #16367 from twbs/unresponsive
...
Ensure .form-inline in non-responsive example doesn't stack
2015-04-25 01:03:16 -07:00
Mark Otto
95a8a06f10
Link slack badge
2015-04-25 00:00:39 -07:00
Chris Rebert
84e157513f
Merge pull request #16344 from twbs/sed-task
...
Fix #16075 by switching to maintained fork of grunt-sed
2015-04-24 23:54:27 -07:00
Thomas P. Horton
ccb53aa983
Fix collapsing .img-thumbnail due to display: table-cell clashing with max-width
2015-04-24 21:21:39 -07:00
Chris Rebert
6ae488d6ef
Ensure .form-inline in non-responsive example doesn't stack; fixes #15977
2015-04-24 19:49:43 -07:00
Mark Otto
71f4abc201
Add slack badge, link to join, and update copy
2015-04-24 13:20:56 -07:00
Chris Rebert
1c57181520
Merge pull request #16359 from twbs/bower
...
Update bower.json to comply with new spec for `main`
2015-04-24 10:26:55 -07:00
Chris Rebert
38861984d9
bower.json: Remove bootstrap.css from main
...
Per https://github.com/bower/bower.json-spec/pull/43 :
> Use source files with module exports and imports over pre-built distribution files.
Also, the example in that PR doesn't include
/dist/movement.css or /dist/movement.min.css
in its `main`.
If you have a complaint about this, take it up with the Bower folks:
https://github.com/bower/bower.json-spec/issues
2015-04-24 10:20:28 -07:00
Chris Rebert
6cb9d6ce01
bower.json: Remove font files from main
...
Per https://github.com/bower/bower.json-spec/pull/43 :
> font files [...] are not `main` files as they are not entry-points.
If you have a complaint about this, take it up with the Bower folks:
https://github.com/bower/bower.json-spec/issues
2015-04-24 10:19:37 -07:00
Thomas P. Horton
c319d610e2
Round results from gutter division to prevent decimal margins and padding
2015-04-23 20:06:54 -07:00
Chris Rebert
be6691cc04
update shrinkwrap
...
[skip sauce]
[skip validator]
2015-04-23 13:12:39 -07:00
Chris Rebert
4f85fcfc28
Fix #16075 by switching to maintained fork of grunt-sed
...
[skip sauce]
[skip validator]
2015-04-23 12:11:57 -07:00
XhmikosR
6ba595f3ff
Merge pull request #16339 from twbs/release
...
Grunt: extend `prep-release` task.
2015-04-23 20:17:19 +03:00
XhmikosR
f3386079f3
Grunt: extend prep-release task.
...
Make it so that everything is done for us to reduce the possibility of missing something when releasing.
2015-04-23 19:56:40 +03:00
XhmikosR
a2680e8b6b
Run grunt.
...
[ci skip`
2015-04-23 09:18:46 +03:00
XhmikosR
b29c15dfc8
Update Blob.js to v2015-03-21.
...
[ci skip]
2015-04-23 09:18:45 +03:00
XhmikosR
6df6452619
Update FileSaver.js to v2015-03-04.
...
[ci skip]
2015-04-23 09:18:45 +03:00
XhmikosR
7da5f13383
Update JSZip to v2.5.0.
...
[ci skip]
2015-04-23 09:18:45 +03:00
XhmikosR
cd23569d49
Update uglify-js to v2.4.20.
...
[ci skip]
2015-04-23 09:18:45 +03:00
XhmikosR
69308dc883
Update Holder.js to v2.6.0.
...
[ci skip]
2015-04-23 09:18:45 +03:00
maks feltrin
d42fbb9830
form-group size + form-control-feedback
...
automatically feedback icon sizing inside a larger|smaller form-group.
2015-04-22 19:47:25 +02:00
Bootstrap's Grunt bot
063c1b0780
automatic grunt dist
...
[ci skip]
2015-04-22 05:30:27 +00:00
Adrien Siami
e949505b89
Allow viewport option to be a function
...
Closes #16151 by merging a rebased version of it that adds docs and 1 more assertion.
2015-04-21 22:20:15 -07:00
Bootstrap's Grunt bot
48232aad6c
automatic grunt dist
...
[ci skip]
2015-04-22 04:50:38 +00:00
Chris Rebert
e93802b821
Merge pull request #16258 from twbs/fix-16172
...
Use CSS hack to fix IE8 .caret regression
2015-04-21 21:44:08 -07:00
Chris Rebert
c6b62f0cd9
Merge pull request #16147 from Johann-S/event_inserted
...
Fixes #16124 .
2015-04-21 21:40:14 -07:00
Bootstrap's Grunt bot
7993251b1c
automatic grunt dist
...
[ci skip]
2015-04-22 01:01:07 +00:00
Chris Rebert
c256aca13c
https://github.com/necolas/normalize.css/pull/379 was rejected
...
Refs #15947
2015-04-21 17:53:44 -07:00
Bootstrap's Grunt bot
b5f3cd37f2
automatic grunt dist
...
[ci skip]
2015-04-21 06:40:36 +00:00
Niels Steenbeek
7429fc7ff9
Tooltip: Destroy $tip, $arrow, $viewport to avoid memory leak
...
Closes #16039 .
2015-04-20 23:29:31 -07:00
XhmikosR
09f98453ce
Update devDependencies.
2015-04-19 00:07:37 +03:00
Chris Rebert
a955164a67
Merge pull request #16282 from JoshData/patch-1
...
affix plugin does not work within a pulled/pushed column
2015-04-17 12:37:41 -07:00
Bootstrap's Grunt bot
483412a795
automatic grunt dist
...
[ci skip]
2015-04-17 16:20:21 +00:00
Patrick H. Lauke
8549722846
Merge pull request #16226 from patrickhlauke/radio-toggle-kbd-fix
...
Fix radio button toggle behavior for keyboard users
2015-04-17 18:19:11 +02:00
Chris Rebert
3a279860b0
grunt docs
2015-04-16 17:25:00 -07:00
Mark Tareshawty
229e888929
Update ZeroClipboard and remove Copy buttons when Flash is unavailable
...
Fixes #16269 .
Closes #16301 by merging a rebased version of it.
2015-04-16 17:17:28 -07:00
Chris Rebert
21e94b0374
Update docs to account for #15755
2015-04-14 18:40:36 -07:00
Joshua Tauberer
20b5e24765
affix plugin does not work within a pulled/pushed column
...
This documents the limitation discussed in https://github.com/twbs/bootstrap/issues/12126 :
> When using column reordering and using the affix-plugin on an element positioned with push, the affix plugin doesn't work correctly - the element affected by the affix plugin is positioned to the left even when the element is in a column positioned on the right.
Seems to affect Safari (tested in version 8) only.
That issue has (unfortunately) been closed, so this at least documents the behavior.
2015-04-14 16:37:07 -04:00
Bootstrap's Grunt bot
e7064c7224
automatic grunt dist
2015-04-13 17:21:14 +00:00
Chris Rebert
e33801e654
Merge pull request #16279 from twbs/fix-16276
...
Make .btn in .btn-toolbar float:left too
2015-04-13 10:16:42 -07:00
Ray McMahan
b8a4bc1b93
Fixes #16270 .
...
Badges now appeared vertically centered next to text. Previously, badges appeared to be somewhat lower than tall text such as h1's next to it.
2015-04-13 01:24:56 -05:00
Bootstrap's Grunt bot
a719eb69d2
automatic grunt dist
2015-04-13 00:21:28 +00:00
Chris Rebert
ee385d5980
Merge pull request #16256 from twbs/fix-16247
...
Add px unit to perspective property value
2015-04-12 17:16:16 -07:00
Bootstrap's Grunt bot
9cc9379f46
automatic grunt dist
2015-04-13 00:11:22 +00:00
Chris Rebert
150d454848
Merge pull request #16086 from twbs/fix-15925
...
Reset text/font properties more thoroughly for tooltips+popovers
2015-04-12 17:08:03 -07:00
Chris Rebert
feeff91be1
Turns out http://crbug.com/475128 affects all OSes
2015-04-12 13:32:01 -07:00
Chris Rebert
04f60a7a81
Make .btn in .btn-toolbar float:left too; fixes #16276
...
[skip sauce]
[skip validator]
2015-04-12 13:13:59 -07:00
Patrick H. Lauke
66d71136e6
Fix existing radio button unit test
2015-04-11 19:24:21 +02:00
Patrick H. Lauke
1b9baa0d98
Don't preventDefault radio buttons
...
as this breaks keyboard navigation for radio button toggles (see
https://github.com/twbs/bootstrap/issues/16223 )
2015-04-11 19:21:55 +02:00
Bootstrap's Grunt bot
ff88cf9335
automatic grunt dist
2015-04-11 00:02:33 +00:00
Chris Rebert
e5520f95e2
Merge pull request #16263 from twbs/fix-16090
...
Use .dropdown-menu instead of ARIA roles for dropdown keydown event handler
2015-04-10 16:51:18 -07:00
Chris Rebert
b8935a5d0c
Use .dropdown-menu instead of ARIA roles for dropdown keydown event handler; fixes #16090
2015-04-08 19:20:15 -07:00
Chris Rebert
4127b250db
Merge pull request #16262 from twbs/browser-bugs-16180
...
Add Wall of Browser Bugs entries for #16180
2015-04-08 11:49:03 -07:00
Chris Rebert
70f4be6124
Add Wall of Browser Bugs entries for #16180
...
Closes #16180 .
2015-04-08 11:48:16 -07:00
Bootstrap's Grunt bot
b9fe637ecd
automatic grunt dist
2015-04-08 18:41:31 +00:00
Chris Rebert
258310aa2b
Merge pull request #16259 from twbs/chrome-fixed-that
...
rm defunct workaround for OS X Chrome <select> printing bug
2015-04-08 11:37:05 -07:00
Johann-S
3d71eae301
Add event after template inserted
2015-04-08 13:10:53 +02:00
Chris Rebert
22178f9c3b
rm defunct workaround for OS X Chrome <select> printing bug
...
Chrome fixed the bug several versions ago
(see https://github.com/twbs/bootstrap/issues/11245#issuecomment-57494756 )
thus rendering this workaround unnecessary.
[skip sauce]
2015-04-08 03:53:46 -07:00
Chris Rebert
5359cb8054
Reset text/font properties more thoroughly for tooltips+popovers; fixes #15925
...
[skip sauce]
2015-04-08 00:52:10 -07:00
Chris Rebert
1bc9fb626c
hoist text-decoration reset up from .tooltip-inner to .tooltip
2015-04-08 00:50:38 -07:00
Chris Rebert
07a5d55f01
tooltip: line-height: 1.4 => @line-height-base
2015-04-08 00:50:38 -07:00
XhmikosR
b9b824c592
Merge pull request #15294 from twbs/grunt-contrib-htmlmin
...
Add grunt-contrib-htmlmin.
2015-04-08 09:37:23 +03:00
XhmikosR
e778dc1348
Add grunt-contrib-htmlmin.
...
Only used for the GitHub docs.
2015-04-08 09:27:38 +03:00
XhmikosR
a204780b8b
Remove extra comma.
2015-04-08 09:27:13 +03:00
XhmikosR
381a55ed1a
Update dependencies.
2015-04-08 09:24:23 +03:00
Chris Rebert
2b3a9cda4e
Use CSS hack to fix IE8 .caret regression introduced by #15697 ; fixes #16172
...
[skip sauce]
[skip validator]
2015-04-07 22:04:40 -07:00
Bootstrap's Grunt bot
8a9d698daf
automatic grunt dist
2015-04-08 02:31:50 +00:00
Chris Rebert
12ac044b72
Merge pull request #16257 from twbs/holder
...
Upgrade to Holder v2.5.2
2015-04-07 19:22:28 -07:00
Chris Rebert
bf3a64f2df
grunt dist docs
...
[skip sauce]
2015-04-07 19:18:35 -07:00
Chris Rebert
05d381afc6
Upgrade to Holder v2.5.2
...
Fixes #16216 , FWICT
2015-04-07 19:18:23 -07:00
Chris Rebert
4cf748b017
Carousel docs: fix typo in holder.js color
2015-04-07 18:52:59 -07:00
Chris Rebert
e9a747246a
add px unit to perspective property value; fixes #16247
...
[skip sauce]
[skip validator]
2015-04-07 18:13:21 -07:00
Chris Rebert
6866b1733a
Merge pull request #16255 from twbs/patch-bumps
...
Bump patch versions of grunt-html, grunt-contrib-jshint
2015-04-07 17:46:12 -07:00
Chris Rebert
75ff46ca75
Bump patch versions of grunt-html, grunt-contrib-jshint
2015-04-07 17:38:17 -07:00
Chris Rebert
b5416184e1
Bump markdown-it to ^4.1.0
...
[skip sauce]
[skip validator]
2015-04-07 17:34:44 -07:00
Chris Rebert
180c86229f
Merge pull request #16254 from twbs/ios-8.2
...
Sauce tests: upgrade iOS to v8.2
2015-04-07 17:20:59 -07:00
Chris Rebert
ffe646bb08
Sauce tests: upgrade iOS to v8.2
...
[skip validator]
2015-04-07 13:00:52 -07:00
Chris Rebert
2dfdab6ec4
Merge pull request #16252 from twbs/bump-uglify
...
Bump grunt-contrib-uglify to ~0.9.0
2015-04-07 12:49:20 -07:00
Chris Rebert
3094d8390c
update shrinkwrap
2015-04-07 12:34:18 -07:00
Chris Rebert
86376e89cd
Bump grunt-contrib-uglify to ~0.9.0
2015-04-07 12:33:29 -07:00
Chris Rebert
2e6511bb51
Merge pull request #16246 from twbs/bump-connect
...
Bump grunt-contrib-connect to ~0.10.1
2015-04-06 21:55:43 -07:00
Chris Rebert
e3695d6ea4
update shrinkwrap
2015-04-06 21:39:54 -07:00
Chris Rebert
d00c33c930
Bump grunt-contrib-connect to ~0.10.1
2015-04-06 21:38:32 -07:00
Chris Rebert
dbf025b4ab
Merge pull request #16245 from twbs/bump-autoprefixer
...
Bump grunt-autoprefixer to ~3.0.0
2015-04-06 21:10:23 -07:00
Chris Rebert
3758d3964d
Bump grunt-autoprefixer to ~3.0.0
2015-04-06 20:58:10 -07:00
Chris Rebert
387042e31e
Merge pull request #16244 from twbs/bump-jscs
...
Bump grunt-jscs to ~1.6.0
2015-04-06 19:26:25 -07:00
Chris Rebert
b417251a23
update shrinkwrap
...
[skip sauce]
[skip validator]
2015-04-06 18:31:49 -07:00
Bootstrap's Grunt bot
7c3034dfb0
automatic grunt dist
2015-04-07 01:30:48 +00:00
Chris Rebert
9b696da16f
Bump grunt-jscs to ~1.6.0
2015-04-06 18:29:53 -07:00
Chris Rebert
3b317e00c5
Merge pull request #16243 from twbs/bump-qunit
...
Bump grunt-contrib-qunit to ~0.7.0
2015-04-06 18:26:43 -07:00
Chris Rebert
bd33dcf9f1
update shrinkwrap
...
[skip sauce]
[skip validator]
2015-04-06 18:21:30 -07:00
Chris Rebert
25286393dd
Bump grunt-contrib-qunit to ~0.7.0
2015-04-06 17:06:49 -07:00
Bootstrap's Grunt bot
f62c014cbc
automatic grunt dist
2015-04-05 07:10:30 +00:00
Mark Otto
fe41ca34e5
Merge pull request #15978 from sqal/fix_pagination_border_on_hover
...
[Fixes #15976 ] Fix pagination link cut off border on hover
2015-04-05 00:03:32 -07:00
Mark Otto
4cae6634ca
property order
2015-04-05 00:02:40 -07:00
Mark Otto
83d10bb5a7
Merge pull request #15945 from kkirsche/patch-9
...
[Fixes #15944 ] Add Z-Index to avoid border overlapping
2015-04-05 00:02:14 -07:00
Bootstrap's Grunt bot
e2d5e084b2
automatic grunt dist
2015-04-05 07:01:05 +00:00
Mark Otto
f93fba2bef
Merge pull request #16234 from twbs/normalize_303
...
Normalize v3.0.3
2015-04-04 23:59:45 -07:00
Mark Otto
9f7d566a68
Merge pull request #16175 from twbs/fix_15830
...
Fix border-radius on list group items in collapsible panels
2015-04-04 23:59:22 -07:00
Mark Otto
510f56f334
Merge branch 'master' into fix_15830
...
Conflicts:
dist/css/bootstrap.css.map
dist/css/bootstrap.min.css
2015-04-04 23:52:40 -07:00
Bootstrap's Grunt bot
9c41aee780
automatic grunt dist
2015-04-05 06:50:29 +00:00
Mark Otto
7735bfe388
Merge pull request #16224 from vsn4ik/fix_theme_disabled_btn
...
Fix theme.css .btn[disabled] styles.
2015-04-04 23:47:48 -07:00
Mark Otto
f2ee20f8d8
bring in normalize's v3.0.3 changes
2015-04-04 23:37:06 -07:00
vsn4ik
d6acfd3ef4
Fix theme.css .btn[disabled] styles.
2015-04-04 13:18:16 +03:00
Mark Otto
9c0bd37661
Merge pull request #16208 from StevenBlack/issue.15100
...
(#15100 ) Eliminate spurrious padding in .bs-docs-header
2015-04-04 01:55:50 -07:00
Bootstrap's Grunt bot
a250673afc
automatic grunt dist
2015-04-04 08:40:29 +00:00
Mark Otto
6d2599be92
Merge pull request #16176 from twbs/input_group_sizing
...
Static form control sizing in input groups, again
2015-04-04 01:35:13 -07:00
Patrick H. Lauke
f76d1a0e87
Merge pull request #16222 from yuan3y/patch-1
...
fix dead link: reduced text cases
2015-04-03 15:21:47 +01:00
Yuan Yiyang
b6723cf0eb
fix dead link: reduced text cases
2015-04-03 22:01:23 +08:00
Zac Echola
e46c998316
Adds button styles to .list-group-item
...
Includes buttons with anchor sytles and modifies buttons to match width
and text alignment.
2015-04-02 14:07:53 -05:00
Steven Black
d3cbf018a8
Eliminate spurrious padding in .bs-docs-header
...
I agree with all the comments here.
Rather than dicker with container nesting at this late juncture, near sunset for BS 3.0x, let's just fix and move on. It's docs only.
This PR addresses issue #15100 and eliminates the unnecessary horizontal scrollbar that appears for width for width >=768px and <= 782px.
Tested on three different iOS devices and FireFox/Chrome on OSX and it's fine now.
The only difference is the text in .bs-docs-header is shifted left by 15-pixels, lines are 30 px longer so wrap less in some circumstances in some viewports.
2015-04-01 21:53:10 -04:00
Patrick H. Lauke
38f48d6471
Merge pull request #16194 from fyquah95/master
...
Remove stray spaces from modal/using-grid-system sample code
2015-04-01 10:54:26 +01:00
fyquah95
4d153b9125
indented javascript/modal/using-grid-system sample code from 4 spaces to 2 spaces
2015-04-01 17:43:32 +08:00
Adrien Jarthon
5921724d9c
fixed IE incompatible CSS
2015-03-29 19:16:59 +02:00
Adrien Jarthon
df96c3e615
Added non-regression test & fixed existing one
2015-03-29 14:59:21 +02:00
Bootstrap's Grunt bot
bb6af65ca6
automatic grunt dist
2015-03-29 06:40:29 +00:00
Mark Otto
ce75f289f2
grunt
2015-03-28 23:33:11 -07:00
Mark Otto
27da9b290a
Fixes #15536 : Resize .control-label's font-size and account for border on static form control in form groups
2015-03-28 22:43:33 -07:00
Mark Otto
a2c69b8145
fixes #15830 : properly reset border-radius on list items in collapsing panel groups
2015-03-28 21:37:40 -07:00
Bootstrap's Grunt bot
a922985788
automatic grunt dist
2015-03-29 04:10:35 +00:00
Mark Otto
e90d69c28c
Merge pull request #15956 from twbs/input-group-sizes-glyphicon
...
Input group sizes: Properly position `.form-control-feedback`
2015-03-28 21:07:56 -07:00
Bootstrap's Grunt bot
e260661ab8
automatic grunt dist
2015-03-29 04:00:36 +00:00
Mark Otto
f025840eae
Merge pull request #16159 from twbs/input_sizing
...
Fixes #15074
2015-03-28 20:52:14 -07:00
Mark Otto
6a6ac5db33
Merge pull request #16174 from twbs/bang_table_utility
...
Update .visible* classes to use !important on table elements
2015-03-28 20:50:37 -07:00
Mark Otto
b5fefefd49
Match all other responsive utilities and use important on the display: table
2015-03-28 20:34:06 -07:00
Mark Otto
57c8e3cd51
Merge branch 'master' into input_sizing
...
Conflicts:
dist/css/bootstrap.css.map
dist/css/bootstrap.min.css
2015-03-28 20:31:53 -07:00
Bootstrap's Grunt bot
93bf800e1f
automatic grunt dist
2015-03-28 00:50:33 +00:00
Patrick H. Lauke
59bbb65e5f
Merge pull request #16154 from patrickhlauke/focus-active-disambiguation
...
Darker style focus/hover on active buttons
2015-03-28 00:40:34 +00:00
Chris Rebert
6e85535b7c
Merge pull request #16171 from zachleat/patch-1
...
There is no jshint:src task
2015-03-27 16:55:48 -07:00
Zach Leatherman
7661456029
There is no jshint:src task
2015-03-27 15:31:56 -05:00
Patrick H. Lauke
ac8c0df2b5
Merge pull request #16167 from patrickhlauke/tabpanel-documentation
...
Remove wrong role="tabpanel" from docs
2015-03-27 12:19:27 +00:00
Patrick H. Lauke
3b28b75cf3
Remove wrong role="tabpanel" from parent container
...
As per discussion on https://github.com/w3c/wai-wcag-quickref/issues/2
and #13554
2015-03-27 11:57:03 +00:00
Bootstrap's Grunt bot
0fa643a8a3
automatic grunt dist
2015-03-27 08:50:27 +00:00
Patrick H. Lauke
8eccd088a0
Merge pull request #16160 from monoblaine/master
...
Make .bg-variant adjust :focus color in addition to :hover color
2015-03-27 08:19:23 +00:00
Heinrich Fenkart
01ff20e1b2
Merge pull request #16162 from twbs/jscs-fn-decl
...
JSCS: Add "disallowSpacesInFunctionDeclaration"
2015-03-26 18:51:46 +01:00
Heinrich Fenkart
da63ff2e95
JSCS: Add "disallowSpacesInFunctionDeclaration"
...
Valid:
function a() {}
Invalid:
function a () {}
2015-03-26 18:28:17 +01:00
Serhan Apaydın
85837639ee
Make .bg-variant adjust :focus color in addition to :hover color
2015-03-26 11:45:17 +02:00
Bootstrap's Grunt bot
5833d079a0
automatic grunt dist
2015-03-26 05:40:28 +00:00
Chris Rebert
cf0f3218cb
Merge pull request #16089 from max-b/jumbotron-font-size
...
Jumbotron: Putting heading font size in variables to allow for easier overrides
2015-03-25 22:39:55 -07:00
Bootstrap's Grunt bot
087c68bd85
automatic grunt dist
2015-03-26 05:10:31 +00:00
Serhan Apaydın
ba2d556455
Make .text-emphasis-variant adjust :focus color in addition to :hover color
...
Closes #16047 by merging a tweaked version of it.
2015-03-25 22:08:36 -07:00
Bootstrap's Grunt bot
39a05d7420
automatic grunt dist
2015-03-26 05:00:30 +00:00
Chris Rebert
02f9f2bd26
Merge pull request #16092 from twbs/pointer-events-none-a
...
Only disable pointer-events on disabled <a> btns
2015-03-25 21:58:05 -07:00
Mark Otto
df8010b815
Fixes #15074 : Manually handle input sizing in form groups instead of using mixins because nesting
2015-03-25 21:18:19 -07:00
Bootstrap's Grunt bot
b6508f5d04
automatic grunt dist
2015-03-26 01:50:28 +00:00
Chris Rebert
caa84299ec
Merge pull request #16158 from twbs/fix-16020
...
remove redundant aria-hidden usage from Modals
2015-03-25 18:40:44 -07:00
Chris Rebert
d6714d1383
Merge pull request #16157 from twbs/fix-16069
...
Document how to disable transitions in jQuery plugins
2015-03-25 18:14:15 -07:00
Chris Rebert
e3c10d0d01
Merge pull request #16156 from twbs/fix-16115
...
Properly document $(...).tab('show') method
2015-03-25 18:13:29 -07:00
Chris Rebert
6c5e7dfce1
rm redundant aria-hidden usage from Modals; fixes #16020
2015-03-25 18:06:47 -07:00
Chris Rebert
e8a5112b31
Document how to disable transitions in jQuery plugins; fixes #16069
...
[skip sauce]
2015-03-25 17:56:59 -07:00
Chris Rebert
343827081f
Properly document $(...).tab('show') method; fixes #16115
...
[skip sauce]
2015-03-25 17:47:56 -07:00
Chris Rebert
1bafd4c829
docs: #myTab => #myTabs, to slightly increase clarity
2015-03-25 17:39:44 -07:00
Patrick H. Lauke
068675c72c
Darker style focus/hover on active buttons
...
Currently, hovering with mouse or setting focus on a button which is
active has same styling as on a non-active button. This results in
problems for keyboard users, who set focus on a toggle and activate it,
but cannot visually see that their action had any effect. Ditto for
mouse users hovering over a toggle and clicking it. This adds an
explicit additional style for focus/hover on active buttons.
Note that this does not address issues of browser focus remaining on a
button after a mouse click (e.g. #13971 ), as this will likely require
extra JavaScript to fix.
2015-03-25 22:52:49 +00:00
Adrien Jarthon
0e8e5222ff
Tooltip/popover: Fix auto placement to use viewport
...
Currently, auto placement is using the container dimensions (if provided) or the element's parent to determine where to open the tooltip:
```javascript
var $container = this.options.container ? $(this.options.container) : this.$element.parent()
var containerDim = this.getPosition($container)
```
This is quite broken in fact, because the parent element could be just a small div outside the element for example, leading in a totally random placement (placing the tooltip on top even if there's no room). And the container can also be outside of the viewport.
This fix simply uses the viewport instead, that's the purpose of the viewport actually, to position the tooltip.
So the auto placement should use it to find where there's more room.
By default this is body, which is good.
2015-03-25 18:05:58 +01:00
Chris Rebert
2f3076f20a
add missing <code> within docs heading for .modal('handleUpdate')
2015-03-24 15:15:21 -07:00
Chris Rebert
d37bc2ae65
Merge pull request #15987 from twbs/fix-15972
...
add role="button" to a[data-toggle="collapse"]
2015-03-24 08:57:56 -07:00
Patrick H. Lauke
3685aff68f
Merge pull request #16140 from patrickhlauke/toggle-navigation-aria-expanded
...
Add aria-expanded to navbar toggles
2015-03-24 10:48:36 +00:00
Patrick H. Lauke
04280335f6
Add aria-expanded and aria-controls to docs navbar toggle
...
Also, use id rather class name for the navigation, as it's unique and
lets us use correct aria-controls (and without the use of id,
aria-expanded does not get updated correctly by the current dropdown
toggle script)
2015-03-24 10:32:53 +00:00
Patrick H. Lauke
dc4aa004d4
Add aria-expanded to navbar toggles
2015-03-24 10:30:12 +00:00
Patrick H. Lauke
13546cac35
Merge pull request #16136 from patrickhlauke/docs-tooltip
...
Callout for tooltips and keyboard/AT accessibility
2015-03-23 22:18:39 +00:00
Patrick H. Lauke
6c2548e031
Move all tooltip callouts into appropriate section
...
Before, most callouts hierarchically came under Examples > Four
directions, which is not appropriate. Now they're under Markup
2015-03-23 22:06:22 +00:00
Patrick H. Lauke
debcb1de59
Callout for tooltips and keyboard/AT accessibility
...
Include callout explicitly mentioning tooltips should only be added to
focusable elements. Closes #16134
2015-03-23 21:53:30 +00:00
Bootstrap's Grunt bot
e22a73fd38
automatic grunt dist
2015-03-21 23:10:30 +00:00
Emmanuel Bourgerie
fa9d28b634
Fix #16072 : Clicking into input field within dropdown no longer closes the dropdown
...
Closes #16073 by merging it
2015-03-21 16:00:15 -07:00
Chris Rebert
74ae498800
Fix #16117 more permanently/generically
2015-03-21 15:33:13 -07:00
Patrick H. Lauke
777c013997
Merge pull request #16117 from vsn4ik/inc_quick_start
...
Increment quick start options to six in readme.md
2015-03-21 10:11:47 +00:00
vsn4ik
a07bc07889
Increment quick start options to six
...
[skip validator]
[skip sauce]
2015-03-21 08:21:39 +03:00
Rodrigo Prado
fbe0836a8f
Add docs on how to install Bootstrap via composer
...
Closes #16113
Closes #16114
[skip sauce]
2015-03-20 18:42:03 -07:00
Chris Rebert
fb74d72764
Merge pull request #16107 from vikynandha/migration-doc
...
Add `.alert-warning` related change to migration doc
2015-03-19 10:03:48 -07:00
Vignesh Nandha Kumar
5281d7b4bc
Add .alert-warning related change to migration doc
2015-03-19 17:27:38 +05:30
Bootstrap's Grunt bot
eece194763
automatic grunt dist
2015-03-19 05:30:30 +00:00
Chris Rebert
9aad9a4164
Merge pull request #16024 from twbs/unnecessary-parsing
...
avoid unnecessary HTML string building+parsing
2015-03-18 22:28:07 -07:00
Chris Rebert
cb4144af85
Merge pull request #16101 from guybedford/master
...
Update jspm configuration
2015-03-18 22:04:54 -07:00
Maxb
9558211c8c
Jumbotron: Putting heading font size in variables to allow for easier overrides.
2015-03-18 17:29:59 -07:00
Guy Bedford
09ccd432b8
update jspm configuration
2015-03-18 12:59:55 +02:00
Chris Rebert
c26ffd43c3
Only disable pointer-events on disabled <a> btns; fixes #16088
...
<a> doesn't support the `[disabled]` attribute,
so `a.btn.disabled` simulates it using `pointer-events: none`.
However, this is unnecessary for <button>s and <input>s, and
also prevents their `[disabled]` cursor from displaying.
[skip sauce]
[skip validator]
2015-03-17 10:29:36 -07:00
Bootstrap's Grunt bot
f5250d0a0e
automatic grunt dist
2015-03-16 15:50:28 +00:00
Chris Rebert
a10eb60bc0
full grunt
2015-03-16 08:44:41 -07:00
Chris Rebert
312e527cb0
BootstrapCDN: v3.3.2 => v3.3.4
2015-03-16 08:41:00 -07:00
Chris Rebert
8dbdb8f977
Sass: v3.3.3 => v3.3.4
2015-03-16 08:40:34 -07:00
Chris Rebert
4d652035dc
v3.3.2 => v3.3.4
2015-03-16 08:39:31 -07:00
Chris Rebert
66ceae7b75
Clarify that role="button" is required for dismiss-on-next-click popovers
...
Refs #15947
2015-03-16 00:57:23 -07:00
Bootstrap's Grunt bot
026e7ccf4e
automatic grunt dist
2015-03-15 21:50:31 +00:00
Chris Rebert
43b8fd88d0
Merge pull request #16043 from maxstorm/backward-scrolling
...
ScrollSpy: Fixed proper nav element selection when scrolling upwards
2015-03-15 14:47:00 -07:00
Chris Rebert
d74608b934
Bump bootstrap-sass download link to Sass-specific v3.3.3
...
bootstrap-sass v3.3.2 is broken.
Refs https://github.com/twbs/bootstrap-sass/issues/862
Refs https://github.com/twbs/bootstrap-sass/releases/tag/v3.3.3
Refs https://github.com/twbs/bootstrap-sass/commit/daeb43dcc7b0ab06328acaca0549ee68c039aaa6
2015-03-15 05:07:48 -07:00
Bootstrap's Grunt bot
fc99118179
automatic grunt dist
2015-03-15 11:30:30 +00:00
XhmikosR
d18a043ddc
Run grunt.
2015-03-15 04:27:44 -07:00
XhmikosR
0ca3fa42e8
Bump devDependencies.
2015-03-15 04:26:35 -07:00
Patryk Puszczyk
286c0a1a78
z-index first
2015-03-15 10:39:55 +01:00
Chris Rebert
f3ae9430f2
Document that .progress-bar-striped doesn't work in IE<=9; fixes #16058
...
[skip sauce]
2015-03-13 13:53:12 -07:00
Bootstrap's Grunt bot
ba1345f144
automatic grunt dist
2015-03-10 20:20:23 +00:00
Gleb Mazovetskiy
a3b6c9072c
Remove trailing whitespace in forms.less
2015-03-10 20:16:10 +00:00
Maxim Andrukhovych
83371735fc
Fixed proper navigation element selection on backward scrolling (from the bottom to the top)
2015-03-10 20:04:15 +00:00
Bootstrap's Grunt bot
9d0259d8d1
automatic grunt dist
2015-03-10 18:50:26 +00:00
Patrick H. Lauke
03579c3f55
Merge pull request #16042 from jpkleemans/patch-1
...
Increment quick start options in readme.md to five
2015-03-10 18:41:16 +00:00
Jan-Paul Kleemans
ad5c64a24f
Increment quick start options to five
2015-03-10 18:57:02 +01:00
Chris Rebert
5b5c61bb30
Merge pull request #16036 from twbs/cr-readonly-focus-outline-bug
...
Add Wall of Browser Bugs entry for #16022
2015-03-10 03:39:51 -07:00
Chris Rebert
a890ebde94
Add Wall of Browser Bugs entry for #16022
...
[skip sauce]
[skip validator]
2015-03-10 03:29:58 -07:00
Chris Rebert
1383b88328
Merge pull request #16012 from twbs/refs-12761
...
Disable jQuery event aliases when running test suite
2015-03-09 17:47:51 -07:00
Bootstrap's Grunt bot
f972a84dd7
automatic grunt dist
2015-03-09 16:21:12 +00:00
Chris Rebert
f65bd7bed0
Merge pull request #16021 from twbs/visibility-block
...
rm `visibility` where redundant to `display`
2015-03-09 09:14:16 -07:00
Bootstrap's Grunt bot
fbc5d8ee41
automatic grunt dist
2015-03-09 14:03:04 +00:00
Chris Rebert
e4d6fbf715
Merge pull request #16023 from twbs/doc-body
...
Affix: $('body') => $(document.body)
2015-03-09 06:58:03 -07:00
Chris Rebert
a14665e73e
avoid unnecessary HTML string building+parsing
2015-03-09 06:47:34 -07:00
Chris Rebert
a5243ad3d0
Affix: $('body') => $(document.body)
2015-03-09 06:43:41 -07:00
Bootstrap's Grunt bot
253dfc0d3d
automatic grunt dist
2015-03-09 08:41:21 +00:00
Chris Rebert
b6b0fe7d22
rm visibility where redundant to display
...
Refs #15755
2015-03-09 01:40:26 -07:00
Chris Rebert
38fbd8fe35
Merge pull request #15755 from jitendravyas/master
...
Removed `visibility: hidden !important` from `.hidden` class
2015-03-09 01:36:00 -07:00
Bootstrap's Grunt bot
c178995b87
automatic grunt dist
2015-03-09 08:11:37 +00:00
Chris Rebert
725c6848c3
Disable jQuery event aliases when running test suite
...
To ensure that we don't accidentally use any of the aliases.
This should prevent any future regressions from #12761 .
Also updates the test suite since it now can't use these aliases either.
2015-03-09 01:05:43 -07:00
Chris Rebert
21d56378e1
Merge pull request #16011 from twbs/fix-15315
...
.collapse('hide') on hidden uninit-ed collapsible no longer shows it
2015-03-09 01:03:27 -07:00
Chris Rebert
2c56b0feb0
Merge pull request #16018 from twbs/modal-visual
...
Enhancements to Modal visual test
2015-03-08 21:33:25 -07:00
Chris Rebert
f41acae9fc
add TODO item regarding clean-css v3.2 & zeroUnits
...
Refs https://github.com/twbs/bootstrap/issues/14837#issuecomment-77441999
2015-03-08 21:31:58 -07:00
Chris Rebert
a134491fe5
add togglable scrollbar-inducing content to Modal visual test
2015-03-07 06:40:57 -08:00
Chris Rebert
6ddb8c2dd7
add static navbar to Modal visual test
2015-03-07 06:39:46 -08:00
XhmikosR
e7efd81033
.gitignore: Remove obsolete files.
...
They are grunt-html-validation leftovers.
[ci skip]
2015-03-07 10:11:28 +02:00
Chris Rebert
64ca888cbc
Merge pull request #15999 from twbs/kkirsche-includeTestsReadme
...
Document JS test suite basics
2015-03-06 23:28:30 -08:00
Kevin Kirsche
ba2f7e92d0
[ Fixes #15951 ] Document JS test suite basics
...
X-Ref: #15953
Closes #15952 by merging a tweaked version of it.
[skip sauce]
[skip validator]
2015-03-06 23:27:00 -08:00
Chris Rebert
5c8d56d515
Collapse unit test: rm check that no-op hide adds style="height: 0px"
...
Appears to be unnecessary and is broken by #16011 ,
which is otherwise quite sane.
2015-03-06 18:10:53 -08:00
Chris Rebert
872e56fcf2
.collapse('hide') on hidden uninit-ed collapsible no longer shows it; fixes #15315
...
Thanks to @peterblazejewicz & @Nikita240
Adds unit tests based on #14417
X-Ref: #14282
Closes #15807
2015-03-06 06:58:48 -08:00
Chris Rebert
01aa0d840a
Merge pull request #16007 from molly/master
...
Update initial release announcement dead link
2015-03-05 16:42:12 -08:00
Molly White
2bb0ac38e1
Remove dead link to release announcement
...
Found it! They just changed the link.
2015-03-05 18:44:55 -05:00
Julian Thilo
a97bfd6308
Merge pull request #16004 from kkirsche/patch-2
...
[Fix #16001 ] Add link to Vietnamese translation
2015-03-05 18:40:33 +00:00
Kevin Kirsche
a884ce9349
[ Fix #16001 ] Add link to Vietnamese translation
...
[Fix #16001 ] Add link to Vietnamese translation
2015-03-05 09:39:47 -05:00
Bootstrap's Grunt bot
a97b7ec344
automatic grunt dist
2015-03-04 09:41:15 +00:00
Chris Rebert
3c190908ca
Merge pull request #15988 from twbs/fix-15874
...
Hiding an uninitialized tooltip/popover no longer initializes it
2015-03-04 01:40:01 -08:00
Chris Rebert
27bbc7dbe9
Hiding an uninitialized tooltip/popover no longer initializes it; fixes #15874
2015-03-03 22:22:13 -08:00
Chris Rebert
cc39f5c52d
add role="button" to a[data-toggle="collapse"]; fixes #15972
2015-03-03 13:18:36 -08:00
Bootstrap's Grunt bot
2f17289ab6
automatic grunt dist
2015-03-03 21:11:15 +00:00
Chris Rebert
168297c779
rm semicolon for sake of fat's eccentric tastes
...
Erratum from #15496
2015-03-03 13:06:32 -08:00
Steven Black
20d3ad10eb
Accessibility and headings hierarchy for the "CSS" page.
...
Closes #15948 by merging it.
2015-03-03 18:29:33 +02:00
Steven Black
0862d1410e
Accessibility and headings hierarchy for the "Getting started" page.
...
Closes #15946 by merging it.
2015-03-03 18:26:38 +02:00
Steven Black
457885075f
Javascript docs: Accessibility and cosmetic changes to headings.
...
Closes #15915 by merging it.
2015-03-03 18:22:09 +02:00
Heinrich Fenkart
420a8088a4
Merge pull request #15961 from kkirsche/ImplementAssertExpect
...
[Fixes #15953 ] Implement assert.expect in each unit test
2015-03-03 15:52:05 +01:00
Kevin Kirsche
4febcb4b49
[ Fixes #15953 ] Implement assert.expect in each unit test
...
[Fixes #15953 ] Implement `assert.expect` in each unit test
2015-03-03 08:45:07 -05:00
Heinrich Fenkart
ddd09f6fe7
Merge pull request #15984 from twbs/document-handleupdate
...
Properly document Modal#handleUpdate
2015-03-03 07:03:42 +01:00
Heinrich Fenkart
be68cdd4b8
Properly document Modal#handleUpdate
2015-03-03 06:45:38 +01:00
Bootstrap's Grunt bot
c1005f5283
automatic grunt dist
2015-03-03 05:01:43 +00:00
Heinrich Fenkart
200f6fb10d
Merge pull request #15881 from twbs/fix-modal-backdrop
...
Modal: Fix backdrop not readjusting when height changes
2015-03-03 05:54:03 +01:00
Heinrich Fenkart
f5beebe726
Modal: Fix backdrop not readjusting when height changes
...
Fixes #15136 .
Closes #15345 .
Closes #15314 .
Refs #14724 , #14927 .
2015-03-03 05:27:26 +01:00
Patryk Puszczyk
910f41daf5
[ Fixes #15976 ] Fix pagination link cut off border on hover
2015-03-02 18:16:31 +01:00
Bootstrap's Grunt bot
399658178d
automatic grunt dist
2015-03-02 14:51:23 +00:00
Patrick H. Lauke
91002717d9
Merge pull request #15974 from patrickhlauke/ios-click-fix-role-button2
...
Add upstream patch comment for #15947
2015-03-02 14:42:39 +00:00
Patrick H. Lauke
9bbc0d76f5
Add upstream patch comment
2015-03-02 14:36:36 +00:00
Bootstrap's Grunt bot
4311e09b04
automatic grunt dist
2015-03-02 12:41:16 +00:00
Patrick H. Lauke
8e6934c135
Merge pull request #15947 from patrickhlauke/ios-click-fix-role-button
...
iOS fix for role="button" elements; [fixes #15935 ]
2015-03-02 12:35:33 +00:00
Chris Rebert
46f5a8f478
Merge pull request #15970 from twbs/the-future-is-now-qunit
...
Disable deprecated QUnit global methods
2015-03-02 02:39:29 -08:00
XhmikosR
f8e34ff48b
Disable es3 for tests and customizer.js.
2015-03-02 11:16:06 +02:00
XhmikosR
ea3c7028bd
Run grunt.
2015-03-02 11:16:06 +02:00
Chris Rebert
c291c12cb1
Disable deprecated global QUnit method aliases to prevent backsliding on QUnit v2 readiness
2015-03-01 19:50:11 -08:00
Chris Rebert
c80872235f
Merge pull request #15955 from twbs/fixture-on-screen-ios
...
Unit tests: Only display fixture on-screen for iOS
2015-03-01 18:28:46 -08:00
Bootstrap's Grunt bot
de0722f989
automatic grunt dist
2015-03-02 00:11:14 +00:00
Chris Rebert
015e63f6df
Merge pull request #15593 from neoeno/handle_multiple_zero_offset_scrollspy_elements
...
Handle multiple zero-offset Scrollspy elements.
2015-03-01 16:04:04 -08:00
Caden Lovelace
a1aa0f8afd
Handle multiple zero-offset Scrollspy elements.
...
When the first two elements in a scrollspy content block have a document
offset of zero (i.e. they're hard against the top of the page),
Scrollspy would switch between them on every scroll event.
This could happen, for example, in a system of nested sections:
```
<section id="animals">
<section id="dogs">
Content
</section>
</section>
```
This ocurred because Scrollspy's check to see if it's at the end of the
array of sections uses `!arr[index]`. This misses the case where
`arr[index]` does exist and is zero.
This commit explicitly checks the array bounds.
2015-03-01 23:55:39 +00:00
Chris Rebert
08e0f23929
Merge pull request #15965 from kkirsche/fixURL
...
[Docs / README] Fix URL to match the plugin keyword recommendation
2015-03-01 14:32:31 -08:00
Chris Rebert
a15baba756
Merge pull request #15964 from kkirsche/addAccidentlyRemovedText
...
[Docs] Replace accidently removed tooltip / popover text
2015-03-01 14:27:04 -08:00
Kevin Kirsche
673cd67798
Fix URL to match the keyword
...
Fix URL to match the keyword
2015-03-01 16:44:13 -05:00
Kevin Kirsche
7b3e4d8423
Replace accidently removed text
...
X-Ref #15742
cc: @mdo
2015-03-01 16:24:12 -05:00
Heinrich Fenkart
fd35779f0e
Input group sizes: Properly position .form-control-feedback
...
Ref https://github.com/twbs/bootstrap/issues/12868#issuecomment-76291513
Ref 7733f24
2015-03-01 10:01:14 +01:00
Heinrich Fenkart
20fb55a840
Unit tests: Only display fixture on-screen for iOS
...
Since only on iOS tests fail when the fixture is displayed off-screen, see https://travis-ci.org/twbs/bootstrap/jobs/52605742
2015-03-01 09:49:59 +01:00
Heinrich Fenkart
1ba2630ccf
Merge pull request #15954 from twbs/sauce-hidepassed
...
Use different way to make failing test more visible in Sauce
2015-03-01 09:41:10 +01:00
Heinrich Fenkart
4345e24479
Use different way to make failing test more visible in Sauce
2015-03-01 09:20:00 +01:00
Patrick H. Lauke
3173efd9d9
Merge pull request #15929 from kkirsche/patch-5
...
[Fixes #15928 ] Encourage use of icons with form validation states for co...
2015-02-28 22:11:30 +00:00
Kevin Kirsche
94406bcae0
[ Fixes #15928 ] Encourage use of icons with form validation states for colorblind users
...
[Fixes #15928 ] Encourage use of icons with form validation states for colorblind users
Update text per @patrickhlauke's feedback
Update text per @patrickhlauke's feedback.
Fix stupid grammar mistake
2015-02-28 17:07:20 -05:00
Patrick H. Lauke
9c3e7e5861
iOS fix for role="button" elements; [ fixes #15935 ]
...
Fixes "clickability" issue (and more generally, the firing of events
such as focus as well) for traditionally non-focusable elements with
role="button" (see
https://developer.mozilla.org/en-US/docs/Web/Events/click#Safari_Mobile )
Fixes #15935
2015-02-28 15:41:55 +00:00
Kevin Kirsche
06cba30e2d
[ Fixes #15944 ] Add Z-Index to avoid border overlapping
...
[Fixes #15944 ] Add Z-Index to avoid border overlapping
2015-02-27 11:48:30 -05:00
Bootstrap's Grunt bot
ad379ffb4a
automatic grunt dist
2015-02-27 07:51:17 +00:00
Mark Otto
049e86f47e
Merge pull request #15826 from kkirsche/patch-19
...
[Fixes #15825 ] .initialism class should use mixin
2015-02-26 23:49:04 -08:00
Bootstrap's Grunt bot
fb3610c3af
automatic grunt dist
2015-02-27 04:11:09 +00:00
Chris Rebert
1623280f59
Merge pull request #15941 from twbs/ijcheung-collapse-update-all-triggers
...
Update all collapse triggers with .collapsed class and aria-expanded
2015-02-26 20:00:50 -08:00
Ivan Cheung
d5071b19f1
Update all collapse triggers with .collapsed class and aria-expanded
...
Fixes #15741
Closes #15751 by merging it.
2015-02-26 18:48:20 -08:00
Bootstrap's Grunt bot
984204c39e
automatic grunt dist
2015-02-26 14:21:13 +00:00
XhmikosR
05b444aee3
Run grunt.
2015-02-26 11:30:23 +02:00
Heinrich Fenkart
c65deddcce
Merge pull request #15933 from twbs/qunit-module-hooks
...
Unit tests: Use new names of module hooks
2015-02-26 08:36:17 +01:00
Chris Rebert
9afb61fffd
QUnit.jsDump => QUnit.dump
...
Refs http://qunitjs.com/upgrade-guide-2.x/#replace-qunit-jsdump-with-qunit-dump
2015-02-25 23:29:27 -08:00
Chris Rebert
4ff9c54cdd
Use QUnit.log(...) instead of QUnit.log = ...
...
Refs http://qunitjs.com/upgrade-guide-2.x/#replace-qunit-log-callback-with-qunit-log-callback-for-all-reporting-callbacks
2015-02-25 23:29:27 -08:00
Bootstrap's Grunt bot
4cb39987f0
automatic grunt dist
2015-02-26 07:21:21 +00:00
Heinrich Fenkart
3bb05b5fbb
Unit tests: Use new names of module hooks
...
Refs #15893
2015-02-26 08:20:42 +01:00
Heinrich Fenkart
442d2dd458
Merge pull request #15930 from twbs/modal-restore-inline-padding
...
Modal: Apply any preexisting body padding again after closing
2015-02-26 08:13:55 +01:00
nakupanda
142a9e4ae0
Modal: Apply any preexisting body padding again after closing
2015-02-26 08:02:06 +01:00
TJ
10c8dad848
Prevent collapsed navbar in Non-responsive Example
...
Closes #15291 by merging it.
2015-02-25 22:53:21 -08:00
Bootstrap's Grunt bot
033dbfd06c
automatic grunt dist
2015-02-26 06:01:15 +00:00
Quentin Spencer-Harper
acc5f65756
Tooltip: Avoid creating an unnecessary tooltip when Tooltip#hide is called
...
Fixed performance bug where a tooltip element is created and then immediately destroyed when tooltip.hide() is called and there is no existing tooltip element
Resolves #15557 by merging it.
2015-02-26 06:53:58 +01:00
Bootstrap's Grunt bot
f43c67b0c5
automatic grunt dist
2015-02-26 05:51:21 +00:00
vsn4ik
b395f3526e
Dropdowns: Skip .disabled instead of .divider on keydown event
...
Fixes #15147 .
Closes #15520 by merging it.
2015-02-26 06:42:09 +01:00
Bootstrap's Grunt bot
5debbec59f
automatic grunt dist
2015-02-26 05:01:07 +00:00
Heinrich Fenkart
cac6cfcd84
Merge pull request #15923 from kkirsche/useExplicitVariableDeclaration
...
[Ref #15881 ] Use Explicit JS Variable Declarations rather than Chained
2015-02-26 05:55:27 +01:00
Bootstrap's Grunt bot
1d34615758
automatic grunt dist
2015-02-26 03:51:28 +00:00
Chris Rebert
a339bfb0ac
Merge pull request #15693 from huang-x-h/patch-1
...
tip method in popover.js can be removed
2015-02-25 19:49:26 -08:00
Kevin Kirsche
238be65786
[Ref #15881 ] Use Explicit Values rather than Chain
...
[Ref #15881 ] Use Explicit Values for javascript variables rather than chained ones.
From https://github.com/twbs/bootstrap/pull/15881#discussion_r25330647
2015-02-25 12:19:11 -05:00
Chris Rebert
804457c474
fix 2 typos in modal unit test assertion messages
2015-02-24 23:49:08 -08:00
Mark Otto
dd1a31a7de
Merge pull request #15916 from kkirsche/patch-2
...
Add source code documentation of justified navbar for #15906
2015-02-24 21:16:55 -08:00
Mark Otto
8982de3482
Merge pull request #15914 from StevenBlack/docs.js.headings
...
docs > js > headings
2015-02-24 21:14:43 -08:00
Kevin Kirsche
3ed961e4c1
Document justified navbar for #15906
...
Document in the source code that the justified nav is meant for single line list items only. This should help prevent Issues like #15906 in the future.
2015-02-24 23:04:59 -05:00
Heinrich Fenkart
0553300a36
Follow-up to 769c27a19f: Add new section to nav
2015-02-25 03:30:58 +01:00
Kevin Kirsche
769c27a19f
Document how to properly handle modals with dynamic content height
...
Fixes #15106 .
Closes #15910 .
2015-02-25 03:23:02 +01:00
Heinrich Fenkart
c40c31a308
Dropdown unit tests: Tiny style changes
2015-02-25 02:53:39 +01:00
Steven Black
e9b29a3ef0
Accessibility changes to headings (transitions.html)
2015-02-24 20:19:00 -05:00
Steven Black
daccfc3c0f
Accessibility changes to headings (overview.html)
2015-02-24 20:17:14 -05:00
Bootstrap's Grunt bot
1d892ceef1
automatic grunt dist
2015-02-25 01:11:20 +00:00
Heinrich Fenkart
9ea98561df
Merge pull request #15913 from twbs/scrollspy-consistency
...
ScrollSpy: Small style consistency adjustments
2015-02-25 02:03:52 +01:00
Mark Otto
b7b69cd353
Merge branch 'master' of github.com:twbs/bootstrap
2015-02-24 16:43:22 -08:00
Mark Otto
05513c52c4
Fix #15911 : Clear the floats and move the padding to the header
2015-02-24 16:43:07 -08:00
Heinrich Fenkart
6e0c843223
ScrollSpy: Small style consistency adjustments
2015-02-25 01:37:13 +01:00
Mark Otto
be164f4d1a
Merge pull request #15900 from kkirsche/patch-5
...
[Docs—Fixes #15882 ]Use an ID as the example for Scrollspy
2015-02-24 16:30:49 -08:00
Mark Otto
7e594b4b03
Merge pull request #15903 from michael-k/patch-1
...
Updated license links
2015-02-24 16:28:36 -08:00
Mark Otto
2457b40eab
Merge pull request #15887 from StevenBlack/headings-labels
...
docs>components>labels headings
2015-02-24 16:27:36 -08:00
Mark Otto
7e0b801f4c
Merge pull request #15889 from StevenBlack/headings-progressbars
...
docs>components>progress bars headings
2015-02-24 16:27:24 -08:00
Chris Rebert
a415b91558
Merge pull request #15828 from kkirsche/patch-20
...
Add plugin package keyword recommendation
2015-02-24 16:26:39 -08:00
Mark Otto
13c690f992
Merge pull request #15891 from StevenBlack/headings-listgroup-panel-well
...
docs>components>(remaining components) headings
2015-02-24 16:26:17 -08:00
Mark Otto
7872ca69be
Merge pull request #15890 from StevenBlack/headings-media
...
docs>components>media object headings
2015-02-24 16:25:59 -08:00
Mark Otto
3c4a8ea61b
Merge pull request #15888 from StevenBlack/headings-thumbnails
...
docs>components>thumbnails headings
2015-02-24 16:24:49 -08:00
Mark Otto
0e12bb4947
Merge pull request #15886 from StevenBlack/headings-buttondropdowns
...
docs>components>button-dropdowns headings
2015-02-24 16:23:17 -08:00
Mark Otto
05d0e88dbb
Merge pull request #15885 from StevenBlack/headings-buttongroups
...
docs>components>button-groups headings
2015-02-24 16:22:52 -08:00
Mark Otto
212c114bb6
Merge pull request #15884 from StevenBlack/headings-dropdowns
...
docs>components>dropdowns.html headings
2015-02-24 16:22:24 -08:00
Chris Rebert
eefa0ada96
Merge pull request #15908 from kkirsche/bumpMarkdownIt
...
Bump markdown-it to ^3.0.7
2015-02-24 15:55:26 -08:00
Chris Rebert
a1fd86cdf9
Merge pull request #15907 from twbs/time-grunt
...
bump time-grunt to ^1.1.0
2015-02-24 14:27:21 -08:00
Kevin Kirsche
2aab06bbaa
Bump markdown it to 3.0.7
...
Bump markdown it to 3.0.7
3.0.7 / 2015-02-22
Match table columns count by header.
Added basic CLI support.
Added \v \f to valid whitespaces.
Use external package for unicode data (punctuation).
2015-02-24 17:20:29 -05:00
Chris Rebert
7f7c7901ae
bump time-grunt to ^1.1.0
2015-02-24 14:14:59 -08:00
Chris Rebert
2a6207c0c9
Merge pull request #15904 from kkirsche/patch-8
...
Closes #15904
2015-02-24 14:11:03 -08:00
Kevin Kirsche
696fc2e53c
Add unit test of aria-expanded to dropdown suite
...
Redo of #15876
2015-02-24 14:09:08 -08:00
Chris Rebert
19fc014397
Merge pull request #15905 from kkirsche/modalAriaTests
...
Add unit tests for aria-hidden to modal suite
2015-02-24 13:37:08 -08:00
Kevin Kirsche
30d8cdf639
Add tests for aria-hidden of modal
...
Add tests for `aria-hidden` of modal
Use strictEqual of 1 here instead of 2 asserts
2015-02-24 16:29:40 -05:00
Chris Rebert
ecd469ec16
Merge pull request #15893 from twbs/qunit-modern
...
Modernize QUnit usage by avoiding usage of global functions
2015-02-24 11:47:29 -08:00
Michael
3425489273
Updated license links
...
Added attributes rel and target.
2015-02-24 20:03:28 +01:00
Kevin Kirsche
ced312a90e
[Docs—Fixes #15882 ]Use an ID as the example for Scrollspy
...
Fixes #15882 — Use an ID as the example for Scrollspy so that it is more clear that this is for use with a single nav.
2015-02-24 09:14:50 -05:00
Patrick H. Lauke
feda77f127
Merge pull request #15898 from coliff/patch-3
...
Change CC link in footer to HTTPS
2015-02-24 13:55:31 +00:00
Christian
1ec651b3cd
Update footer.html
...
Update Creative Commons link to HTTPS.
2015-02-24 22:47:03 +09:00
Chris Rebert
9c75c855c6
JS unit tests: equal() => strictEqual()
...
[skip validator]
2015-02-23 22:43:17 -08:00
Chris Rebert
f4b734eebd
Merge pull request #15894 from twbs/bump-qunit
...
upgrade to QUnit v1.17.1
2015-02-23 22:25:09 -08:00
Chris Rebert
bda4fe87ca
upgrade to QUnit v1.17.1
...
[skip validator]
2015-02-23 22:18:51 -08:00
Chris Rebert
118b8c2695
JS unit tests: use QUnit.module() & QUnit.test() everywhere
...
[skip validator]
2015-02-23 22:14:11 -08:00
Chris Rebert
7c19fee3f1
JS unit tests: use modern QUnit assert object everywhere
2015-02-23 22:14:11 -08:00
Steven Black
79eb5854ea
docs>components>(remainder) headings
2015-02-23 22:14:50 -05:00
Steven Black
74b4f83434
docs>components>media object headings
2015-02-23 21:59:27 -05:00
Steven Black
8a64c684de
docs>components>progress bars headings
2015-02-23 21:51:10 -05:00
Steven Black
f8280e40a0
docs>components>thumbnails headings
2015-02-23 21:41:53 -05:00
Bootstrap's Grunt bot
1cbbeef47c
automatic grunt dist
2015-02-24 02:41:30 +00:00
Steven Black
3e2dee6bd5
Normalized the heading hierarchy in the documentation for the Labels component.
2015-02-23 21:35:37 -05:00
Heinrich Fenkart
16479e9051
Merge pull request #15378 from twbs/fix-ie-modal-scrollbar-for-realz
...
Modal: Work around IE scrollbars not taking up page width
2015-02-24 03:33:32 +01:00
Steven Black
106445aea8
Normalized the heading hierarchy in the documentation for the Button dropdowns component.
2015-02-23 21:23:50 -05:00
Steven Black
9159e44a7a
docs>components>button-groups headings
...
Normalized the heading hierarchy in the documentation for the Button groups component.
2015-02-23 21:16:02 -05:00
Steven Black
36fdaa8030
Docs>Components>Dropdowns headings
...
Normalized the heading hierarchy in the documentation for the Dropdowns component.
2015-02-23 21:01:54 -05:00
Kevin Kirsche
114d1cf76c
Add plugin package keyword recommendation
...
Related to #15823 , I would be interested in officially recommending a keyword such as `twbs-bootstrap` so that we can more easily showcase plugins and extensions for Bootstrap without requiring additional curation by the admins / collabs of TWBS
specificity
Add additional comment to docs
Fix capitalization
Update tag per @mdo's recommendation
2015-02-23 13:53:01 -05:00
Chris Rebert
68fef8c247
Merge pull request #15867 from twbs/sauce-ios
...
Use OS X 10.10 for Sauce iPhone simulator
2015-02-22 19:33:14 -08:00
Chris Rebert
9bdaf03607
Use OS X 10.10 for Sauce iPhone simulator
...
[skip validator]
2015-02-22 19:01:36 -08:00
Chris Rebert
de31b61e42
Merge pull request #15866 from twbs/bump-sauce
...
Bump grunt-saucelabs to ~8.6.0
2015-02-22 19:00:00 -08:00
Chris Rebert
d8ffd57b93
update shrinkwrap
...
[skip validator]
2015-02-22 18:47:00 -08:00
Chris Rebert
65d209e257
bump grunt-saucelabs to ~8.6.0
2015-02-22 18:42:23 -08:00
Chris Rebert
33d49f6324
Merge pull request #15862 from dante2008/contri-doc-typo
...
Fix a typo in the contributing doc.
2015-02-21 21:28:27 -08:00
dante2008
df2ea49c0a
Fix a typo in contributing doc.
2015-02-22 13:59:15 +09:00
Patrick H. Lauke
16a4a44a34
Merge pull request #15861 from patrickhlauke/id-fixup
...
Fix copy/pasta'd id on accessibility skiplink callout
2015-02-21 15:03:31 +00:00
Patrick H. Lauke
36d6af9bcd
Fix copy/pasta'd id on accessibility skiplink callout
2015-02-21 15:02:40 +00:00
Patrick H. Lauke
1194f0d481
Merge pull request #15860 from patrickhlauke/url-fixup
...
Typo in URL
2015-02-21 14:05:01 +00:00
Patrick H. Lauke
b9504feb80
Typo in URL
2015-02-21 14:00:04 +00:00
Bootstrap's Grunt bot
02f8cf9d0e
automatic grunt dist
2015-02-21 04:21:05 +00:00
Kevin Kirsche
b4a5f89ab3
Fix #15652 : Set position: relative on .{radio,checkbox}-inline
...
Closes #15656 by merging it.
2015-02-20 20:10:04 -08:00
Quy Ton
074419298e
Fix capitalization/singular of comments in helper class docs
...
Closes #15839 by merging a tweaked version of it.
2015-02-20 20:02:20 -08:00
Chris Rebert
690abbcc0c
Merge pull request #15857 from jonchretien/fix-typos-in-docs
...
fixed a few typos in the docs
2015-02-20 18:26:04 -08:00
Jon Chretien
7080e895d8
fixed a few typos in the docs
2015-02-20 17:07:14 -05:00
XhmikosR
89951a6608
Merge pull request #15851 from twbs/deps
...
Bump devDependencies
2015-02-20 22:24:52 +02:00
XhmikosR
e6dbaea97e
Run grunt.
2015-02-20 11:35:45 +02:00
XhmikosR
b8a0ea1224
Update dependencies.
2015-02-20 11:35:39 +02:00
Kevin Kirsche
504435e0b0
Fix #15712 : Add example of how to use grid system within a modal
...
Closes #15725 by merging a tweaked version of it.
2015-02-19 16:14:06 -08:00
Chris Rebert
e9afc74b01
Dropdown docs: Tweak .dropup copy
2015-02-19 16:01:04 -08:00
Chris Rebert
89455afe97
Affix docs: add MDN link for position: sticky
2015-02-19 15:55:33 -08:00
Chris Rebert
3748e44b2e
Merge pull request #15773 from kkirsche/patch-16
...
Fix #15766 : Clarify Affix plugin docs
2015-02-19 15:53:49 -08:00
Bootstrap's Grunt bot
9677d6685a
automatic grunt dist
2015-02-19 23:51:16 +00:00
Chris Rebert
2549b808a1
Merge pull request #15699 from kkirsche/patch-8
...
Fix #15691 : .form-control-static changes height when empty
2015-02-19 15:42:29 -08:00
Kevin Kirsche
0ee7602284
[ Fixes #15691 ] .form-control-static changes height when empty
...
[Fixes #15691 ] .form-control-static changes height when empty by setting the minimum height to the size it is when text is in the `.form-control-static`
JSFiddle: http://jsfiddle.net/4pdo4yzo/
Compute the minimum height
@line-height-computed = ~20px
@font-size-base = 14px
This should come to approx. 34px
Add min-height to from-group-* per @cvrebert
I had this wrong. The minimum height would depend on the font-size of that specific group, thus we need to declare it once for font-size-small and once also for font-size-large
2015-02-19 18:02:51 -05:00
Kevin Kirsche
744c3646f5
[ Fixes #15766 ] Need Clearer Affix plugin documentation
...
[Fixes #15766 ] Need Clearer Affix plugin documentation
Remove trailing whitespace
Update the documentation
2015-02-19 16:38:03 -05:00
Luca Mussi
90e7fc418b
Added package.js for Meteor integration
...
Closes #15716 by merging it.
2015-02-19 13:11:58 -08:00
Chris Rebert
d0ec850812
Merge pull request #15846 from twbs/doc-15832
...
Add Wall of Browser Bugs entries for #15832
2015-02-19 12:57:33 -08:00
Chris Rebert
9596a51f54
Add Wall of Browser Bugs entries for #15832
...
[skip sauce]
2015-02-19 12:53:00 -08:00
Chris Rebert
0b10c6b060
Merge pull request #15662 from kkirsche/patch-5
...
Fix issue #15597 — Mention dropup variation in dropdown docs
2015-02-19 11:29:24 -08:00
Bootstrap's Grunt bot
ed627ebcfb
automatic grunt dist
2015-02-19 04:21:09 +00:00
Bootstrap's Grunt bot
6e0009e18d
automatic grunt dist
2015-02-17 19:41:00 +00:00
Mark Otto
a7a6e7f8d6
Merge pull request #15703 from kkirsche/patch-9
...
[Fix Issue #15683 ] `readonly` input should not have a not-allowed cursor
2015-02-17 11:31:36 -08:00
Kevin Kirsche
02195d366b
[ Fixes #15825 ] .initialism class should use mixin
...
[Fixes #15825 ] .initialism class should use text-uppercase() LESS mixin.
2015-02-17 10:48:12 -05:00
Chris Rebert
0d7b85ece7
Merge pull request #15822 from vsn4ik/upd_npmjs_link
...
Use https://www.npmjs.com (new site).
2015-02-17 00:19:47 -08:00
vsn4ik
1bb3ef3e0b
Use https://www.npmjs.com (new site).
2015-02-17 10:01:58 +03:00
Chris Rebert
40961659ac
.gitattributes: treat source maps as binary files
2015-02-16 22:27:31 -08:00
Chris Rebert
75b311552e
Merge pull request #15778 from twbs/node-012
...
Travis: test against node.js 0.12.
2015-02-16 21:29:50 -08:00
XhmikosR
b9aad573f9
Travis: test against node.js 0.12.
2015-02-16 21:09:32 -08:00
Chris Rebert
fd7c69b30f
Merge pull request #15765 from twbs/docs.min.js
...
Cleanup usage of & add notes about docs.min.js in examples
2015-02-16 19:29:58 -08:00
Chris Rebert
a2c7233ac0
Use just holder.js instead of docs.min.js in examples when possible
...
And add explanatory comments to the Carousel & Dashboard examples regarding holder.js
[skip sauce]
2015-02-16 19:17:01 -08:00
Chris Rebert
d13e879042
Remove docs.min.js from Blog & Cover examples since it's unnecessary.
2015-02-16 11:40:42 +02:00
XhmikosR
7a4fadb7b8
Fix carousel example images after c08bf4ba8b.
...
The revert was incomplete.
2015-02-16 11:39:14 +02:00
XhmikosR
4131af8a67
Travis CI: Bump Rouge gem to 1.8.0.
2015-02-16 11:10:28 +02:00
XhmikosR
f60067f859
Merge pull request #15809 from twbs/packages.json-files
...
Specify the files to include in the npm package.
2015-02-16 10:58:48 +02:00
XhmikosR
101cf6b1c0
Specify the files to include in the npm package.
2015-02-15 11:43:36 +02:00
XhmikosR
3b783bd0b5
package.json: change the engine version to >= 0.10.1.
2015-02-14 14:32:16 +02:00
Mark Otto
d4ff583428
Merge pull request #15805 from aroben/patch-1
...
Include dist/ files in language stats on GitHub
2015-02-13 13:36:37 -08:00
Adam Roben
4fc6317b40
Include dist/ files in language stats on GitHub
...
GitHub considers Bootstrap files to be vendored files, and excludes them from
repository language statistics. This makes sense for most repositories, where
Bootstrap is indeed third-party code. This repository is the exception; it's
first-party code here, so should count toward the language statistics.
2015-02-13 16:30:07 -05:00
Chris Rebert
763f8293da
.text-hide docs: trivial indentation fix
2015-02-12 10:41:16 -08:00
Chris Rebert
0fe6ff9fca
browser-device-support.html: tweak indentation
2015-02-12 10:40:00 -08:00
Chris Rebert
19a6406ec4
fix indentation of highlighted code in Modal docs
2015-02-12 10:36:15 -08:00
Bootstrap's Grunt bot
6379674f35
automatic grunt dist
2015-02-12 06:41:05 +00:00
Chris Rebert
5f5b148e49
Fix oneskyapp translation links
...
Closes #15754
[skip sauce]
2015-02-11 16:25:51 -08:00
Chris Rebert
51b00ce737
Merge pull request #15788 from gianpaj/patch-1
...
Fix link to French translation
2015-02-11 16:24:02 -08:00
Gianfranco Palumbo
5af5d6fa7b
Fix link to French translation
2015-02-11 00:23:54 +00:00
Chris Rebert
c8b0f59fbd
Merge pull request #15784 from twbs/bump-grunt-html
...
Bump grunt-html to ~3.0.0
2015-02-10 13:05:43 -08:00
Chris Rebert
de90cd7a80
update shrinkwrap
2015-02-10 12:57:39 -08:00
Chris Rebert
0013483d94
bump grunt-html to ~3.0.0
2015-02-10 12:57:00 -08:00
Kevin Kirsche
d78d9dc5d9
Remove separate area for dropup's
...
Condense the dropup example
2015-02-10 08:57:56 -05:00
XhmikosR
81115cd089
Run grunt.
2015-02-10 10:50:57 +02:00
XhmikosR
c388870cef
Downgrade grunt-contrib-cssmin.
...
v0.12.0-v0.12.1 breaks paths in URL.
2015-02-10 10:49:59 +02:00
Bootstrap's Grunt bot
47c3c6a59f
automatic grunt dist
2015-02-10 07:21:10 +00:00
Chris Rebert
d0895faa0a
Merge pull request #15779 from twbs/deps
...
Bump devDependencies.
2015-02-09 23:17:46 -08:00
XhmikosR
a3419df829
Bump devDependencies.
2015-02-10 08:30:51 +02:00
Mark Otto
e0f2db23d7
Merge pull request #15772 from kkirsche/patch-15
...
Fixes #15653 — Add comment which explains that how a responsive im...
2015-02-09 16:28:18 -08:00
Kevin Kirsche
894ec6f714
Fixes #15653 — Add comment which explains that how a responsive image should be centered
...
Fixes #15653 — Add comment which explains that how a responsive image should be centered
Redo of #15657 which I couldn't get to rebase properly after all the merges were done last night.
2015-02-09 13:55:37 -05:00
Bootstrap's Grunt bot
3efa9c46a4
automatic grunt dist
2015-02-09 01:41:04 +00:00
Mark Otto
0cf14b3768
Merge pull request #15697 from kkirsche/patch-6
...
[Fix Issue #15682 ] .caret is smaller in Firefox than other browsers
2015-02-08 17:33:19 -08:00
Mark Otto
2fad6e8dd2
Merge pull request #15648 from Nikita240/master
...
Improve image layout in the carousel example.
2015-02-08 17:25:13 -08:00
Bootstrap's Grunt bot
7d4ce8104a
automatic grunt dist
2015-02-09 00:31:19 +00:00
Mark Otto
8ef21c73aa
Merge pull request #15728 from kkirsche/patch-11
...
[Fix Issue #15719 ] Add a variable for .form-group's margin-bottom
2015-02-08 16:27:52 -08:00
Chris Rebert
9e1e73f9dc
Merge pull request #15762 from twbs/twitter-handle
...
Update Twitter handle: @twbootstrap => @getbootstrap
2015-02-06 14:53:51 -08:00
Chris Rebert
e7de01eeed
Update Twitter handle: @twbootstrap => @getbootstrap
...
Refs https://github.com/twbs/bootstrap-blog/commit/1c94b7791f8a24a18f08aba40c38d519b873f2d0
CC: @mdo
2015-02-06 11:54:07 -08:00
Jitendra Vyas
7dd72d83fa
Removed visibility: hidden !important from .hidden class
...
This .hidden was taken from HTML 5 Boilerplate and yesterday we discussed on twitter that visibility: hidden !important can be removed now. https://twitter.com/jitendravyas/status/562940090553733121
2015-02-05 13:28:22 +05:30
Patrick H. Lauke
27677fab5b
Merge pull request #15714 from patrickhlauke/skip-link-fixes
...
Skip link workarounds for Chrome and IE
2015-02-04 15:38:17 +00:00
Chris Rebert
0e40c818d9
Merge pull request #15742 from kkirsche/patch-13
...
[Fix Issue #15701 ] [Docs] Tooltip/popover destroy docs and delegation
2015-02-03 13:12:24 -08:00
Kevin Kirsche
be2206edfc
[Fix Issue #15701 ] Tooltip/popover destroy docs don't explain the delegation case
...
[Fix Issue #15701 ] Tooltip/popover destroy docs don't explain the delegation case.
Add to popovers
2015-02-03 15:49:03 -05:00
Chris Rebert
012af29efc
Merge pull request #15740 from twbs/carousel-events-target
...
Clarify target of carousel events
2015-02-03 10:58:33 -08:00
Chris Rebert
377b220e69
Merge pull request #15739 from twbs/modal-events-target
...
Clarify target of modal events
2015-02-03 10:54:08 -08:00
Chris Rebert
ab99374a9c
Clarify target of carousel events
...
[skip sauce]
2015-02-03 10:53:33 -08:00
Chris Rebert
89ef0a5d34
Clarify target of modal events
2015-02-03 10:48:56 -08:00
Kevin Kirsche
2dfc58fa5c
[Fix Issue #15683 ] readonly input should not have a not-allowed cursor
...
[Fix Issue #15683 ] `readonly` input should not have a `not-allowed` cursor. Instead, this pull request displays a standard cursor and only displays the not-allowed cursor on disabled items.
Revise docs wording to clarify cursor display
2015-02-03 08:58:11 -05:00
XhmikosR
391054fa2d
Merge pull request #15658 from kkirsche/patch-3
...
Fix issue #15601 — Position of Charset, X-UA-Compatible, and Viewport Meta Tags
2015-02-03 07:22:45 +02:00
Bootstrap's Grunt bot
fa27dc13b6
automatic grunt dist
2015-02-03 02:11:42 +00:00
Chris Rebert
54bae8f021
Merge pull request #15726 from hkdobrev/fix-embed-responsive-code
...
Extract responsive embed nested classes
2015-02-02 18:09:53 -08:00
Kevin Kirsche
a380e30f7e
Fix issue #15601 — Position of X-UA-Compatible
...
Fix issue #15601 — Position of X-UA-Compatible, charset and viewport
Add comment to all examples
The non-responsive is correctly saying 2 instead of 3
2015-02-02 15:45:57 -05:00
Kevin Kirsche
8a9374325b
Use form-group margin variable
2015-02-02 15:16:26 -05:00
Chris Rebert
ccd859f3b1
Merge pull request #15611 from twbs/switch_html_validators
...
Use local HTML validator to improve performance
2015-02-02 12:13:51 -08:00
Kevin Kirsche
99fc85e8d0
[Fix issue #15719 ] Add a variable for .form-group's margin-bottom
...
[Fix issue #15719 ] Add a variable for .form-group's margin-bottom
2015-02-02 15:13:01 -05:00
Haralan Dobrev
b46dbef326
Extract responsive embed nested classes
...
I think this is the more common coding convention across Bootstrap.
Extract nested classes as first-class citizens and assume HTML would use both.
2015-02-02 19:26:30 +02:00
Patrick H. Lauke
214516da16
Expand/clean-up prose about skip links
2015-02-02 12:30:21 +00:00
Mark Otto
65a723b602
Update shrinkwrap.
2015-02-02 04:36:13 +02:00
Mark Otto
73b50769d8
Switch to grunt-html over grunt-html-validation.
2015-02-02 04:36:13 +02:00
XhmikosR
33d8fde67c
Merge pull request #15708 from twbs/customizer-libs
...
Update customizer libs
2015-02-02 03:52:19 +02:00
Patrick H. Lauke
c0892d1470
Skip link workarounds for Chrome and IE
...
Add tabindex="-1" to main #content to work around bug in Chrome (and old
WebKits) and IE
Update advice in accessibility section
Include patch in docs CSS to suppress outline when #content is focused
(particularly as Chrome sets focus as result of mouse click for
tabindex="-1" elements)
2015-01-31 13:09:57 +00:00
Patrick H. Lauke
a0a00b25ee
Merge pull request #15710 from patrickhlauke/master
...
License FAQ clarification
2015-01-30 16:07:53 +00:00
Patrick H. Lauke
4d4c7c4051
License FAQ clarification
2015-01-30 16:03:07 +00:00
XhmikosR
f674f8786b
Run grunt.
2015-01-30 15:26:31 +02:00
XhmikosR
2139f01a76
Update uglify.js to v2.4.16.
2015-01-30 15:25:55 +02:00
XhmikosR
8e18eb8c18
Update autoprefixer to v5.1.0.
2015-01-30 15:24:39 +02:00
XhmikosR
c918289b46
Bump FileSaver.js to v2015-01-04.
2015-01-30 15:22:56 +02:00
XhmikosR
feb0da4c2f
Bump Ruby gems.
2015-01-30 15:14:57 +02:00
XhmikosR
8fd5718e71
Run grunt.
2015-01-30 15:13:24 +02:00
XhmikosR
420088d316
Bump load-grunt-tasks.
2015-01-30 15:13:24 +02:00
Chris Rebert
97e5ac1c92
Fix #15688
...
Stability > Precision
2015-01-29 18:00:49 -08:00
Kevin Kirsche
119ce267a6
[Fix Issue #15682 ] .caret is smaller in Firefox than other browsers
...
[Fix Issue twbs/bootstrap#15682 ] .caret is smaller in Firefox than other browsers
2015-01-29 07:46:45 -05:00
dormouse
91b384399c
tip method in popover.js can be removed
...
Popover is extend Tooltip, the tip function can use tootltip's tip, so we can remove the tip function definition in popover to reduce the js filesize
tip function definition in tooltip.js https://github.com/tbs/bootstrap/blob/master/js/tooltip.js#L405-L407
2015-01-29 11:21:07 +08:00
Bootstrap's Grunt bot
a7747dedf2
automatic grunt dist
2015-01-28 19:10:59 +00:00
Chris Rebert
cd4467b194
Merge pull request #15496 from twbs/15484-alternative
...
Make $(document).tooltip({...}) without a `selector` throw an error
2015-01-28 11:05:40 -08:00
Bootstrap's Grunt bot
4ebfbad9c7
automatic grunt dist
2015-01-28 19:02:08 +00:00
Chris Rebert
af8fa54fcd
Merge pull request #15630 from twbs/tabs-cond-fix
...
Fix error in condition in Tab plugin
2015-01-28 10:59:51 -08:00
Kevin Kirsche
98d4464065
Update per @vsn4ik's requests
...
data-example-id not need be moved. Only change, because data-example-id="static-dropdown" already exists.
Remove whitespace after h3.
Variation not need capitalize.
2015-01-28 13:47:02 -05:00
Bootstrap's Grunt bot
cb939e2efe
automatic grunt dist
2015-01-28 01:02:34 +00:00
Chris Rebert
b258a1f5b0
Merge pull request #15681 from twbs/fix-replaceArrow
...
Fix name of Tooltip.replaceArrow() parameter
2015-01-27 16:59:24 -08:00
Kevin Kirsche
5688fc8d65
Complete @vsn4ik's requests
...
* Remove `<h3>Example</h3>;`
* Move `data-example-id=""` to `<h3>Dropup Variation</h3>` and change value;
2015-01-27 17:01:59 -05:00
Chris Rebert
ebedeaf2fe
Fix name of Tooltip.replaceArrow() parameter
...
isHorizontal => isVertical
2015-01-27 11:15:55 -08:00
Chris Rebert
592950cc22
Merge pull request #15678 from coliff/patch-1
...
Update non-responsive.css
2015-01-27 08:33:26 -08:00
Christian
37fbe1cf62
Update non-responsive.css
...
Fix typo on Utilize
2015-01-27 20:51:55 +09:00
XhmikosR
03e41b355c
Gruntfile.js: Remove now unneeded validator relaxError option.
2015-01-26 18:02:58 +02:00
XhmikosR
9f25895015
Fix validation errors.
...
Surprisingly those weren't reported by the validator; only in the grunt-contrib-htmlmin branch they were reported, so after digging into it, I saw they were indeed errors...
2015-01-26 17:58:09 +02:00
Kevin Kirsche
dc50153c93
Fix issue #15597 — Mention dropup variation in dropdown docs
...
Fix issue #15597 — Mention dropup variation in dropdown docs
Other pull request was so messed up I sincerely have no clue how to save it. The recommended command doesn't work, can't believe rebasing is so problematic...
2015-01-23 21:48:33 -05:00
Chris Rebert
c015fec325
Merge pull request #15660 from twbs/bump-dev-deps
...
update devDependencies
2015-01-23 16:14:11 -08:00
Chris Rebert
6a84b5a090
update shrinkwrap
2015-01-23 16:03:23 -08:00
Chris Rebert
50a3e579ae
update devDependencies
...
upgrade grunt-contrib-jshint to ~0.11.0
upgrade load-grunt-tasks to ~3.0.0
2015-01-23 15:59:37 -08:00
Chris Rebert
972a361e98
Merge pull request #15651 from sebnow/bower-woff2
...
Add woff2 font file to bower main files
2015-01-23 08:06:55 -08:00
Sebastian Nowicki
767f3c87bc
Add woff2 font file to bower main files
...
If Bootstrap is installed through bower, the woff2 font file may not be
copied over as it's not in the "main" files. The LESS files still
reference the font file which results in errors.
2015-01-23 14:24:27 +01:00
Nikita Rushmanov
6e782ed42d
Add a warning in images.html about text-align
...
People normally center images using text-align. However, the `.img-responsive`
class changes the display type to block. As a result you can no longer align the
image with text-align. You must instead do it with margin: auto. There was no
note about this on the web page, and no mention about setting the display to
block. Users were left on a frustrating journey to figure out why they can't center
images anymore!
2015-01-23 03:16:07 -08:00
Nikita Rushmanov
d41f114e9b
Fix image order in carousel example
...
When the screen is shrunk below the md threshold, all the featurette columns stack.
However, since the second featurette is "backwards", when stacked the second featurette
looked awkward as the image came before the heading.
2015-01-23 02:14:12 -08:00
Nikita Rushmanov
ca0fb736c7
Center images in carousel example
...
In order to see the changes, you must shrink the browser to below the md threshold.
2015-01-23 02:02:21 -08:00
Mark Otto
efd7792488
Merge branch 'master' of github.com:twbs/bootstrap
2015-01-21 21:06:28 -08:00
Mark Otto
c08bf4ba8b
keep the base64
2015-01-21 21:06:11 -08:00
Mark Otto
a3890a72cf
Merge branch 'master' into move-inline-css
...
Conflicts:
docs/assets/css/docs.min.css
2015-01-21 20:16:08 -08:00
Mark Otto
8ec708870c
Merge pull request #15299 from SpectrumPixel/patch-2
...
Remove "Separated link" in example where it's not
2015-01-21 19:58:03 -08:00
Mark Otto
c64c863637
Merge branch 'master' of github.com:twbs/bootstrap
2015-01-21 19:20:59 -08:00
Mark Otto
af9c7151b3
Merge branch 'docs-anchors'
2015-01-21 19:20:21 -08:00
Mark Otto
84e41378e6
style changes
2015-01-21 19:20:16 -08:00
Bootstrap's Grunt bot
5e26ad4921
automatic grunt dist
2015-01-22 03:01:38 +00:00
Mark Otto
2641ba6f0f
Merge pull request #15628 from kkirsche/patch-1
...
[Fix Issue #15561 ] Fix badges not being resized inside .btn-group-xs if .btn-xs is not applied
2015-01-21 18:50:33 -08:00
Chris Rebert
426e8e12cd
Fix error in condition in Tab plugin
...
Refs #15186
2015-01-21 14:13:26 -08:00
Kevin Kirsche
4c5d1faa35
Fix having multiple selectors on a single line.
2015-01-21 16:38:58 -05:00
Bootstrap's Grunt bot
c8be2a063a
automatic grunt dist
2015-01-21 21:20:51 +00:00
Chris Rebert
22a4d96e9a
Merge pull request #15620 from twbs/iso-4217
...
Add .glyphicon-* aliases for other ISO 4217-ish currency codes
2015-01-21 13:16:57 -08:00
Kevin Kirsche
848701a1b3
Fix issue twbs/bootstrap#15561
...
Fix issue twbs/bootstrap#15561 regarding badges not shrinking to fit inside of .btn-group-xs
2015-01-21 12:01:25 -05:00
Chris Rebert
1ce502dc4d
Merge pull request #15621 from twbs/fix-12832
...
Document sticky :hover on mobile browsers
2015-01-21 00:02:09 -08:00
XhmikosR
53d2abff92
Carousel example: move the Base64 images outside of the HTML.
...
Use a simple blank.gif and change the background color instead of duplicating stuff.
2015-01-21 09:51:12 +02:00
XhmikosR
a6f3bdb71f
Move inline CSS to docs.css.
2015-01-21 09:51:12 +02:00
XhmikosR
3f512c927b
Add AnchorJS for docs anchors.
2015-01-21 09:50:51 +02:00
Chris Rebert
d5a2b27e16
Merge pull request #15503 from twbs/qunit
...
Update QUnit to v1.17.0.
2015-01-20 20:23:34 -08:00
Chris Rebert
1652efc3f6
tweak 'close reopened modal' unit test to work under new QUnit API
2015-01-20 20:18:33 -08:00
Chris Rebert
df73535a2d
fix bug in tab show/shown relatedTarget unit test
2015-01-20 20:16:42 -08:00
Chris Rebert
b56d97f210
update JS unit tests to future-proof QUnit 1.16.0 API
...
[skip validator]
2015-01-20 19:57:51 -08:00
Chris Rebert
2e20e67dc1
Document sticky :hover on mobile browsers; fixes #12832
2015-01-20 19:22:20 -08:00
Chris Rebert
07a3ea5f54
Add .glyphicon-* aliases for other ISO 4217-ish currency codes
...
Fixes #15617 .
2015-01-20 16:24:48 -08:00
Chris Rebert
d9f437f4ec
Merge pull request #15619 from twbs/markdown
...
Change markdown library
2015-01-20 13:25:24 -08:00
Chris Rebert
92b267f357
update shrinkwrap
2015-01-20 13:05:58 -08:00
Chris Rebert
30b74105dd
remarkable -> markdown-it
2015-01-20 13:04:55 -08:00
Chris Rebert
136058b562
Merge pull request #15618 from twbs/update-sauce
...
update grunt-saucelabs to ~8.5.0
2015-01-20 13:04:17 -08:00
Chris Rebert
0b7f6b941a
update shrinkwrap
2015-01-20 12:49:46 -08:00
Chris Rebert
429809c9cc
update grunt-saucelabs to ~8.5.0
2015-01-20 12:49:08 -08:00
Bootstrap's Grunt bot
c643a3d331
automatic grunt dist
2015-01-19 23:20:54 +00:00
Mark Otto
b6c0007f21
Merge pull request #15606 from tagliala/trim-whitespaces
...
Trim whitespaces
2015-01-19 15:13:16 -08:00
Geremia Taglialatela
e90f98dd0c
Trim whitespaces
2015-01-19 21:26:01 +01:00
XhmikosR
a8139a0392
Update QUnit to v1.17.0.
2015-01-19 20:10:34 +02:00
XhmikosR
4fd01b7ac1
Merge pull request #15605 from twbs/deps
...
Update devDependencies.
2015-01-19 19:54:43 +02:00
XhmikosR
fbc220defd
Update devDependencies.
2015-01-19 19:20:13 +02:00
Mark Otto
24aad4fe3a
customizer typo
2015-01-19 09:19:09 -08:00
Mark Otto
bcf7dd38b5
Merge pull request #15604 from twbs/ship_v3.3.2
...
Ship v3.3.2
2015-01-19 09:03:09 -08:00
Mark Otto
fa47de717e
grunt
2015-01-19 08:33:33 -08:00
Mark Otto
c683e7dea7
bump versions
2015-01-19 08:32:13 -08:00
Mark Otto
ce29def7a6
grunt
2015-01-19 08:27:15 -08:00
Mark Otto
4ed95f5fa2
fixes #15497 : increase decimals on line-height-large from 1.33 to 1.3333333 to fix button sizing in Win 8.1 Chrome
2015-01-18 15:03:14 -08:00
Mark Otto
06c00d5591
Merge branch 'master' of github.com:twbs/bootstrap
2015-01-18 13:39:50 -08:00
Mark Otto
db8eeaa17a
Fixes #15142 : Add position: relative; to .dropup for proper placement of menus
2015-01-18 13:39:40 -08:00
Chris Rebert
161eac4fd7
rm dummy href from dismiss-on-next-click popover example; fixes #15277
2015-01-18 12:51:47 -08:00
Mark Otto
1bf1ba7103
Merge branch 'master' into pr/15278
...
Conflicts:
dist/css/bootstrap.css.map
dist/css/bootstrap.min.css
docs/assets/js/customize.min.js
docs/assets/js/raw-files.min.js
docs/dist/css/bootstrap.css.map
docs/dist/css/bootstrap.min.css
2015-01-18 12:24:29 -08:00
Mark Otto
22b79dae3c
grunt
2015-01-18 12:22:43 -08:00
Mark Otto
bf69fbdf1f
Merge pull request #15594 from twbs/fix_15493
...
Fixes #15493 : inherit color on small/.small in .panel-title
2015-01-17 21:51:03 -08:00
Mark Otto
de491e914a
fixes #15493 : inherit color on small/.small in .panel-title
2015-01-17 21:35:55 -08:00
Bootstrap's Grunt bot
c020669b07
automatic grunt dist
2015-01-18 05:11:01 +00:00
Mark Otto
e39b5b5b25
Merge pull request #15551 from lee101/master
...
Fix table-striped to work with bootstraps tooltips on rows
2015-01-17 21:07:13 -08:00
Chris Rebert
8a1efe91df
#15576 errata: #15298 also reproduces on Linux
...
See https://github.com/twbs/bootstrap/issues/15298#issuecomment-69216754
2015-01-16 15:16:52 -08:00
Bootstrap's Grunt bot
46710efba4
automatic grunt dist
2015-01-16 21:41:05 +00:00
Mark Otto
b1daf3803e
Merge pull request #15589 from KevinJannis/patch-3
...
Added blank line between selectors in badges
2015-01-16 13:31:52 -08:00
Kevin Jannis
be8eafd76b
Added blank line between selectors in badges
2015-01-16 21:44:27 +01:00
Bootstrap's Grunt bot
2a1adb5f94
automatic grunt dist
2015-01-16 19:11:06 +00:00
Chris Rebert
85a6595a71
.form-control: add note about <select> & border-radius
...
Refs #15340
2015-01-16 11:02:51 -08:00
Bootstrap's Grunt bot
b7c332f183
automatic grunt dist
2015-01-16 16:41:05 +00:00
XhmikosR
f6a96e7824
Merge pull request #15583 from twbs/deps
...
Update devDependencies.
2015-01-16 18:38:52 +02:00
Chris Rebert
2eaa7e0e1c
Merge pull request #15581 from twbs/inline-form-with-visible-labels
...
Add example of using .form-inline with visible <label>s
2015-01-16 08:20:41 -08:00
XhmikosR
0481ce973f
Fix bogus JSCS warning.
2015-01-16 17:50:05 +02:00
XhmikosR
0e79fe1a9f
Update JSCS config for the new version.
2015-01-16 17:49:58 +02:00
XhmikosR
f5a5621af2
Update devDependencies.
2015-01-16 17:49:58 +02:00
Mark Otto
f9ef6d2471
Merge pull request #15585 from dancourse/patch-1
...
12 items of *fewer* as it's a countable item
2015-01-16 03:03:28 -08:00
Bootstrap's Grunt bot
e0da137158
automatic grunt dist
2015-01-16 10:51:20 +00:00
Mark Otto
02921b4d75
Merge pull request #15584 from KevinJannis/patch-2
...
Added blank lines between selectors for alerts
2015-01-16 02:41:11 -08:00
Dan Course
21f7254e10
12 items of *fewer* as it's a countable item
...
http://www.oxforddictionaries.com/words/less-or-fewer
2015-01-16 10:36:46 +00:00
Kevin Jannis
1c131fb95d
Added blank lines between selectors for alerts
2015-01-16 10:06:35 +01:00
Chris Rebert
ca2c1e1576
custom widths not always required for inline form fields
...
[skip sauce]
2015-01-15 17:52:02 -08:00
Chris Rebert
2fa70f37da
Add example of using .form-inline with visible <label>s
...
Refs #15410
[skip sauce]
2015-01-15 17:47:22 -08:00
Chris Rebert
cd31bef5ce
Merge pull request #15580 from twbs/tooltip-async-docs
...
Document that tooltip+popover show+hide methods are async
2015-01-15 17:22:14 -08:00
Chris Rebert
63f3136450
Document that tooltip+popover show+hide methods are async; fixes #15500
...
[skip sauce]
2015-01-15 17:18:00 -08:00
Mark Otto
dbffb0b47f
Fixes #15536 , #15559 : Add .form-group sizing support to .form-control-static
2015-01-15 16:03:13 -08:00
Mark Otto
ec2ccf4219
Merge branch 'master' of github.com:twbs/bootstrap
2015-01-15 15:51:12 -08:00
Mark Otto
d4f1331e51
grunt
2015-01-15 15:51:02 -08:00
Chris Rebert
499f71d27f
Merge pull request #15498 from twbs/fix-15332
...
Add examples of using feedback icons with .input-group
2015-01-15 15:49:46 -08:00
Bootstrap's Grunt bot
149dac0a58
automatic grunt dist
2015-01-15 23:41:25 +00:00
Mark Otto
6bf8636a91
Merge pull request #15567 from twbs/fix-15565
...
Use @link-hover-decoration for .btn-link too; fixes #15565
2015-01-15 15:36:19 -08:00
Mark Otto
619843472a
Merge pull request #15482 from liias/patch-1
...
Add .disabled class styling for .btn-styles in theme
2015-01-15 15:34:34 -08:00
Bootstrap's Grunt bot
f31f6b9b25
automatic grunt dist
2015-01-15 23:31:25 +00:00
Mark Otto
d8acd5f2a6
Merge pull request #15577 from KevinJannis/patch-1
...
Added blank line between selectors in jumbotron
2015-01-15 15:28:38 -08:00
Chris Rebert
86d368eb6d
Merge pull request #15578 from twbs/licensing-contributing
...
Clarify in CONTRIBUTING docs that CC-BY 3.0 License applies to Bootstrap's docs
2015-01-15 15:01:40 -08:00
Chris Rebert
6ccf46a56b
Merge pull request #15576 from twbs/chrome-bug-449180
...
Add Wall of Browser Bugs entry for #15298
2015-01-15 14:07:37 -08:00
Chris Rebert
16089d92de
Clarify in CONTRIBUTING docs that CC-BY 3.0 License applies to Bootstrap's docs
...
[ci skip]
2015-01-15 11:25:05 -08:00
Kevin Jannis
bb479b8f47
Added blank line between selectors in jumbotron
2015-01-15 20:17:02 +01:00
Chris Rebert
7164d84953
Add Wall of Browser Bugs entry for #15298
...
[skip sauce]
2015-01-15 11:10:02 -08:00
Chris Rebert
f1cb639c34
Docs: add missing "http://"
2015-01-15 10:46:58 -08:00
Chris Rebert
47ec330473
Merge pull request #15560 from twbs/fix-15555
...
Document that .form-inline & .form-horizontal work fine on non-<form>s too
2015-01-14 21:07:26 -08:00
Chris Rebert
e10dbcd02e
Merge pull request #15569 from twbs/fix-15127
...
Document usage of npm package
2015-01-14 18:52:17 -08:00
Chris Rebert
ccc3eb5cc6
document usage of npm package; fixes #15127
...
[skip sauce]
2015-01-14 18:43:08 -08:00
Chris Rebert
65721f5315
Use @link-hover-decoration for .btn-link too; fixes #15565
...
[skip sauce]
[skip validator]
2015-01-14 14:43:21 -08:00
Chris Rebert
7b84705286
Document that .form-inline & .form-horizontal work fine on non-<form>s too
...
Fixes #15555
[skip sauce]
2015-01-13 17:36:37 -08:00
Chris Rebert
fb6622a7d4
Document that calling tooltip/popover .show()/.hide() qualifies as manual triggering
...
Fixes #15465
[skip sauce]
2015-01-13 17:06:31 -08:00
Bootstrap's Grunt bot
9fdf7a26e1
automatic grunt dist
2015-01-13 20:31:25 +00:00
Chris Rebert
0dc8395590
use strict mode for jqueryVersionCheck; fixes #15535
2015-01-13 12:21:32 -08:00
Lee Penkman
0c8cb3f2dc
Fix table-striped to work with bootstraps tooltips on rows
2015-01-13 14:18:52 +13:00
Chris Rebert
82d786b5fe
Filed http://openradar.appspot.com/19435018
...
Refs #14868
2015-01-09 19:39:33 -08:00
Chris Rebert
dbe38e89d0
Filed http://openradar.appspot.com/19434933
...
Refs #15205
2015-01-09 19:16:06 -08:00
Chris Rebert
4576dbae95
Filed http://openradar.appspot.com/19434878
...
Refs #11266 , #13098
2015-01-09 19:04:42 -08:00
Chris Rebert
72a91b0205
Merge pull request #15533 from twbs/crbug-377346-fixed
...
Remove #13892 's entry from the Wall of Browser Bugs
2015-01-09 15:07:52 -08:00
Chris Rebert
aa62f1b944
http://crbug.com/377346 is claimed to be fixed in Chrome 41
...
So remove its entry from the Wall of Browser Bugs.
Refs #13892 , #14037
[skip sauce]
2015-01-09 15:04:59 -08:00
Chris Rebert
c56219d223
Merge pull request #15524 from twbs/masonry
...
Add pointer to Masonry (& similar) in the Thumbnail docs
2015-01-08 17:13:49 -08:00
Chris Rebert
901ece7996
add pointer to Masonry in the thumbnail docs
2015-01-08 13:35:05 -08:00
Bootstrap's Grunt bot
e213bc0ccc
automatic grunt dist
2015-01-08 02:01:51 +00:00
Chris Rebert
259245113a
Merge pull request #15463 from twbs/bump-less
...
Bump grunt-contrib-less to ~1.0.0
2015-01-07 17:51:32 -08:00
Chris Rebert
050babda0d
update shrinkwrap
2015-01-07 17:44:16 -08:00
Chris Rebert
b24e6cf2ed
bump grunt-contrib-less to ~1.0.0
2015-01-07 17:43:19 -08:00
XhmikosR
e16e11fc43
Merge pull request #15504 from twbs/jquery
...
Update jQuery to v1.11.2.
2015-01-07 01:13:59 +02:00
XhmikosR
9db1de2a3a
Update jQuery to v1.11.2.
2015-01-07 00:31:18 +02:00
Chris Rebert
9e01e308ca
Merge pull request #15507 from twbs/shrinkwrap
...
update shrinkwrap
2015-01-06 14:17:04 -08:00
Chris Rebert
b3b7ece174
update shrinkwrap
2015-01-06 14:13:07 -08:00
Chris Rebert
4d15438c4e
Merge pull request #15499 from twbs/bumps
...
Update devDependencies
2015-01-05 16:40:05 -08:00
Chris Rebert
796634eb95
update shrinkwrap
...
[skip sauce]
2015-01-05 16:33:43 -08:00
Chris Rebert
7f65b71cc3
bump grunt-banner to ~0.3.0
2015-01-05 16:29:52 -08:00
Chris Rebert
e0b5de6ab1
bump grunt-autoprefixer to ~2.1.0
2015-01-05 16:29:17 -08:00
Chris Rebert
be6dc3a3c9
Add example of using feedback icons with .input-group ; fixes #15332
2015-01-05 16:19:56 -08:00
Chris Rebert
34f88e94fc
window.Document doesn't exist in IE8
2015-01-05 14:47:33 -08:00
Chris Rebert
f6a837cbf1
Make $(document).tooltip({...}) without a selector throw an error
...
Closes #15484
2015-01-05 14:22:49 -08:00
Chris Rebert
0841028009
Merge pull request #15495 from twbs/sauce-maxPollRetries
...
Sauce testing: set maxPollRetries to 4 for increased robustness
2015-01-05 12:48:21 -08:00
Chris Rebert
9d0f6c05f4
Sauce testing: set maxPollRetries to 4 for increased robustness
2015-01-05 12:40:43 -08:00
Chris Rebert
19222bfe89
overview.html: add missing <p>
2015-01-03 22:05:49 -08:00
liias
ba8a40e788
Add .disabled class styling for .btn-styles
...
Bootstrap itself has .btn-default.disabled styled. IE8 with angularjs has some weird behaviour if anchor has disabled attribute set, so I use disabled class as a workaround and assume the .disabled class styles the buttons the same as disabled attribute would.
2015-01-02 11:28:09 +02:00
Bootstrap's Grunt bot
57260f16b3
automatic grunt dist
2015-01-01 19:02:43 +00:00
Mark Otto
401889a8dc
Merge pull request #15477 from ZDroid/2015
...
Happy New Year
2015-01-01 10:35:19 -08:00
Bootstrap's Grunt bot
548d46eb8b
automatic grunt dist
2015-01-01 03:01:40 +00:00
Zlatan Vasović
576230b92a
Happy New Year 🎅
2015-01-01 01:23:48 +01:00
Chris Rebert
df38cdad32
Merge pull request #15472 from twbs/address-15288
...
Document that responsive tables use `overflow-y: hidden`
2014-12-31 16:12:38 -08:00
Chris Rebert
c328b6254f
Merge pull request #15473 from twbs/autoprefixer-docs
...
Document that Autoprefixer is required
2014-12-31 16:11:42 -08:00
Chris Rebert
45f5841785
Merge pull request #15464 from twbs/address-15419
...
Address #15419
2014-12-31 16:11:04 -08:00
Bootstrap's Grunt bot
6c383c5102
automatic grunt dist
2015-01-01 00:02:16 +00:00
XhmikosR
1b8f00b389
Merge pull request #15292 from twbs/customize-icon
...
Use a glyphicon instead of the unicode character.
2014-12-31 19:17:46 +02:00
Mark Otto
b4ac87c901
Merge pull request #15474 from NateEag/patch-1
...
Remove extra word from disabling-responsiveness.html
2014-12-31 09:15:36 -08:00
Nate Eagleson
1b375420fa
Remove extra word from disabling-responsiveness.html
2014-12-30 21:48:34 -05:00
Chris Rebert
4f1000d772
Document that Autoprefixer is required
...
Closes #14937
[skip sauce]
2014-12-30 18:34:48 -08:00
Chris Rebert
511f37dc04
Document that responsive tables use overflow-y: hidden
...
Closes #15288
[skip sauce]
2014-12-30 18:17:09 -08:00
Chris Rebert
714cd6b608
Merge pull request #15470 from twbs/document-version
...
Document the VERSION property of the jQuery plugins;
2014-12-30 13:32:44 -08:00
Chris Rebert
5ccfd98c31
Document the VERSION property of the jQuery plugins; fixes #15202
...
[skip sauce]
2014-12-30 13:32:28 -08:00
Heinrich Fenkart
c3e6111eef
Switch to shields.io for badges in README
...
Closes #15380
[ci skip]
2014-12-30 11:48:08 -08:00
Bootstrap's Grunt bot
5a35555a72
automatic grunt dist
2014-12-30 12:31:08 +00:00
Chris Rebert
2166f238d7
Merge pull request #15456 from twbs/bump-clean-css
...
Bump grunt-contrib-cssmin to ~0.11.0
2014-12-30 00:12:38 -08:00
XhmikosR
13d7cc7d4c
Use a glyphicon instead of the unicode character.
2014-12-30 09:56:24 +02:00
Chris Rebert
b0437f8ea9
Merge pull request #15466 from twbs/revert-14189
...
Revert #14189 to fix #15168
2014-12-29 20:43:13 -08:00
Chris Rebert
adaabab81b
Revert "Allow multiple delegated tooltip selectors on a node"
...
This reverts commit 1b3237629a .
This reverts PR #14189 because it caused major regressions.
Fixes #15168 .
We'll try to revisit #14167 's feature request in Bootstrap v4.
[skip validator]
2014-12-29 20:08:22 -08:00
Chris Rebert
32cb071594
Remove semicolons from #15425 because fat
2014-12-29 18:34:35 -08:00
Chris Rebert
35073fc128
grunt build-glyphicons-data
2014-12-29 17:01:05 -08:00
Chris Rebert
57a64be749
Minor fix to Glyphicons data generator
2014-12-29 17:00:44 -08:00
Chris Rebert
96e108f2b2
Revert "remove Glyphicons docs autogeneration from Grunt"
...
This reverts commit 36b5308926 .
This reverts PR #14065 .
Turns out Glyphicons is more active than we'd thought.
2014-12-29 16:54:29 -08:00
Chris Rebert
ad138ed885
Disable .glyphicon-door & .glyphicon-key for the time being
...
Closes #15419
Refs #10106
2014-12-29 16:44:33 -08:00
Chris Rebert
9dc3cf7f19
Merge pull request #15425 from twbs/regression-test-14244
...
Add regression test for #14244 .
2014-12-29 16:22:37 -08:00
Chris Rebert
27bfef5b35
Add regression test for #14244 .
...
Special thanks to @programcsharp
[skip validator]
2014-12-29 16:09:37 -08:00
Chris Rebert
e4c7a92c76
Merge pull request #15462 from twbs/bump-jscs
...
bump grunt-jscs to ~1.1.0
2014-12-29 12:11:51 -08:00
Chris Rebert
2ae4c0b03f
JSCS: enable requireSpaceBetweenArguments
...
New rule added in JSCS v1.9.0
Our JS already complies with this.
2014-12-29 12:02:33 -08:00
Chris Rebert
9e66526766
update shrinkwrap
2014-12-29 12:00:47 -08:00
Chris Rebert
995c768330
bump grunt-jscs to ~1.1.0
2014-12-29 11:57:56 -08:00
Chris Rebert
c14ff80f01
update shrinkwrap
...
[skip sauce]
[skip validator]
2014-12-28 20:29:42 -08:00
Chris Rebert
f91071bc1b
Bump grunt-contrib-cssmin to ~0.11.0
2014-12-28 19:58:29 -08:00
Chris Rebert
f149e4309a
Merge pull request #15455 from twbs/bump-uglify
...
bump grunt-contrib-uglify to ~0.7.0
2014-12-28 19:53:35 -08:00
Chris Rebert
d6ab6731e6
update shrinkwrap
...
[skip sauce]
[skip validator]
2014-12-28 19:49:12 -08:00
Chris Rebert
139226157e
bump grunt-contrib-uglify to ~0.7.0
2014-12-28 19:47:46 -08:00
Chris Rebert
ac78d16e41
Merge pull request #15454 from twbs/bump-compress
...
bump grunt-contrib-compress to ~0.13.0
2014-12-28 19:46:23 -08:00
Chris Rebert
a462676075
update shrinkwrap
...
[skip sauce]
[skip validator]
2014-12-28 19:37:16 -08:00
Chris Rebert
f5dad0fa39
bump grunt-contrib-compress to ~0.13.0
2014-12-28 18:59:49 -08:00
Chris Rebert
120b1f164b
Merge pull request #15453 from twbs/bump-jade
...
bump grunt-contrib-jade to ~0.14.0
2014-12-28 18:58:36 -08:00
Chris Rebert
109e4c7c16
update shrinkwrap
...
[skip sauce]
2014-12-28 18:55:50 -08:00
Chris Rebert
b282e8a01f
bump grunt-contrib-jade to ~0.14.0
2014-12-28 18:53:55 -08:00
Chris Rebert
4484700d10
Merge pull request #15452 from twbs/bump-load-grunt-tasks
...
bump load-grunt-tasks to ~2.0.0
2014-12-28 18:50:51 -08:00
Chris Rebert
6099bfdea8
update shrinkwrap
...
[skip sauce]
[skip validator]
2014-12-28 18:45:56 -08:00
Chris Rebert
93cd02cd29
bump load-grunt-tasks to ~2.0.0
2014-12-28 18:43:47 -08:00
Chris Rebert
688780eb07
Merge pull request #15451 from twbs/bump-remarkable
...
bump remarkable to ~1.6.0
2014-12-28 18:40:44 -08:00
Chris Rebert
952f7e9a4e
update shrinkwrap
2014-12-28 18:32:02 -08:00
Chris Rebert
2879049163
bump remarkable to ~1.6.0
2014-12-28 18:25:49 -08:00
Mark Otto
977646d7a0
grunt
2014-12-22 19:48:48 -08:00
Mark Otto
b615bd938b
Merge branch 'master' of https://github.com/twbs/bootstrap
...
Conflicts:
dist/css/bootstrap.css.map
2014-12-22 19:30:51 -08:00
Mark Otto
c41970c579
Fixes #15422 : Alternate fix for temporal input sizing in input groups
2014-12-22 19:28:29 -08:00
Bootstrap's Grunt bot
3668bde098
automatic grunt dist
2014-12-23 03:20:44 +00:00
Mark Otto
c4a23cc040
grunt
2014-12-22 19:18:26 -08:00
Chris Rebert
5e8dd7d438
Merge pull request #15428 from twbs/browser-bugs
...
add/update/summarize browser bug refs in Less comments
2014-12-22 19:10:23 -08:00
Mark Otto
fa08c932cd
Merge pull request #15426 from twbs/hide-holder
...
Remove holder.js references from syntax-highlighted example HTML
2014-12-22 19:03:28 -08:00
Chris Rebert
75ec7393ec
Add summary of #11526 to explanatory Less comment
...
[skip sauce]
[skip validator]
2014-12-22 17:24:37 -08:00
Chris Rebert
d84f726da4
IE11 & current Firefox are still affected.
...
Refs #11623
2014-12-22 17:24:26 -08:00
Chris Rebert
15c9c3aef7
add more refs to browser-related bugs in Less comments
2014-12-22 17:24:26 -08:00
Bootstrap's Grunt bot
b61e4dd671
automatic grunt dist
2014-12-22 23:10:45 +00:00
Chris Rebert
e5051e76fe
Reference iOS Safari temporal input bug in explanatory Less comment
...
Refs #11266 , #13098 , #15415
[skip sauce]
[skip validator]
2014-12-22 15:03:48 -08:00
Chris Rebert
f2a0a78b17
Merge pull request #15427 from twbs/defunct-bug-1969
...
Remove reference to old fixed WebKit bug in Less comment.
2014-12-22 14:59:35 -08:00
Chris Rebert
c275850982
Remove reference to old fixed WebKit bug in Less comment.
...
Per https://github.com/twbs/bootstrap/issues/1969#issuecomment-36971094
[skip sauce]
[skip validator]
2014-12-22 14:58:44 -08:00
Chris Rebert
3406a5c97a
Remove holder.js references from syntax-highlighted example HTML
...
Our use of Holder.js in the docs is a mere implementation detail.
Don't want to confuse people into thinking Holder.js
is somehow required by the Thumbnail component.
[skip sauce]
2014-12-22 14:55:41 -08:00
Chris Rebert
bb9118f03a
Merge pull request #15424 from twbs/chrome-438064-fixed
...
Remove #14972 's entry from Wall of Browser bugs
2014-12-22 12:28:26 -08:00
Chris Rebert
dc7ab34cc9
http://crbug.com/438064 has been fixed
...
Refs #14972
[skip sauce]
[skip validator]
2014-12-22 12:15:44 -08:00
Mark Otto
28d847a1e0
grunt
2014-12-20 23:05:23 -08:00
Bootstrap's Grunt bot
9c526bf519
automatic grunt dist
2014-12-21 06:20:46 +00:00
Mark Otto
4d2f68c437
Merge pull request #15391 from stubbornella/master
...
Fixes #14990 : Media bodies take up full width
2014-12-20 22:15:15 -08:00
Mark Otto
8777803acf
Merge pull request #15307 from vsn4ik/part_of_15148
...
Fix part of #15148 .
2014-12-20 22:12:47 -08:00
Bootstrap's Grunt bot
acef81d900
automatic grunt dist
2014-12-20 02:20:44 +00:00
Chris Rebert
b8844f639f
fix "propertes" typos in comments
2014-12-19 18:19:18 -08:00
Chris Rebert
cde3093351
Merge pull request #15415 from twbs/webkit-bug-139848
...
Add Wall of Browser Bugs entry for #11266 , #13098
2014-12-19 17:16:17 -08:00
Chris Rebert
43b3c9d0a8
Add Wall of Browser Bugs entry for #11266 , #13098
...
[skip sauce]
2014-12-19 17:15:14 -08:00
Chris Rebert
46e059e9d7
Merge pull request #15407 from twbs/close-15205
...
Add Wall of Browser Bugs entry for #15205
2014-12-18 18:30:08 -08:00
Chris Rebert
e1484cc65d
Add Wall of Browser Bugs entry for #15205
...
Closes #15205
2014-12-18 18:28:15 -08:00
Chris Rebert
caed2c0303
group Safari browser bugs by OS
2014-12-18 18:24:02 -08:00
Heinrich Fenkart
32f62bc565
Modal: Work around IE scrollbars not taking up page width
...
Fixes #15353 .
2014-12-18 07:29:34 +01:00
Chris Rebert
6fe9cd9fef
Merge pull request #15395 from twbs/firefox-customizer-warning
...
Add warning to Customizer about Firefox bug
2014-12-17 13:14:14 -08:00
Chris Rebert
f73b341639
Add warning to Customizer about Firefox bug; refs #15016
...
[skip sauce]
2014-12-17 13:13:23 -08:00
Nicole Sullivan
7551723054
Fixes #14990 : Media bodies take up full width
...
Signed-off-by: Beatrice Peng <bpeng@pivotal.io >
2014-12-17 11:19:06 -05:00
Chris Rebert
8deda6116f
Port c66e3029df over from hosted docs
2014-12-15 16:25:43 -08:00
Chris Rebert
e41127efe4
Merge pull request #15373 from twbs/doc-15340
...
Add docs for #15340
2014-12-15 13:19:35 -08:00
Mark Otto
d6a95b72a0
Merge branch 'master' of https://github.com/twbs/bootstrap
2014-12-15 12:44:04 -08:00
Chris Rebert
e674ea553d
Add docs for #15340
...
border-radius CSS property doesn't affect <select>s in some browsers.
Hence, @input-border-radius doesn't affect <select class="form-control"> in some browsers.
Closes #15340 .
[skip sauce]
[skip validator]
2014-12-15 11:58:55 -08:00
Chris Rebert
35bced0308
Merge pull request #15369 from bastienmoulia/woff2
...
Add woff2 font in readme.md
2014-12-15 08:35:21 -08:00
Bastien
9e5697a14f
Add woff2 font in readme.md
2014-12-15 10:00:19 +01:00
Mark Otto
4945e370f0
fixes #15340 : mention in docs that most selects can't change border-radius
2014-12-14 16:59:47 -08:00
Bootstrap's Grunt bot
181f4aebea
automatic grunt dist
2014-12-15 00:30:39 +00:00
Mark Otto
b7be72c86c
Merge pull request #15348 from bastienmoulia/master
...
Correction in the documentation, add the brand-primary true color in comment and woff2 glyphicons
2014-12-14 16:28:53 -08:00
Patrick H. Lauke
c187f77e65
Merge pull request #15363 from patrickhlauke/docs-nicer-skip-link
...
Make skip link look less "bare bones"
2014-12-14 23:30:37 +00:00
Patrick H. Lauke
2d41894ce5
Expand/clarify advice about skip links
2014-12-14 21:27:58 +00:00
Patrick H. Lauke
d5647e1f62
Make skip link look less "bare bones"
...
Additional markup for the skip link (to ensure it has the same effective
width as the main content, and to provide an outline around just the
link text) plus some basic styles...make it look a bit more in keeping
with the overall look and feel of the docs.
2014-12-14 21:27:58 +00:00
Chris Rebert
f11a3a31f1
Merge pull request #15357 from twbs/update-saucelabs
...
bump grunt-saucelabs to ~8.4.0
2014-12-12 14:31:30 -08:00
Chris Rebert
8be858aac4
update shrinkwrap
...
[skip validator]
2014-12-12 14:19:42 -08:00
Chris Rebert
33cbf2142b
bump grunt-saucelabs to ~8.4.0
...
[skip validator]
2014-12-12 14:18:25 -08:00
Chris Rebert
ae579b4b75
Merge pull request #15356 from twbs/remarkable
...
bump remarkable to ~1.5.0
2014-12-12 14:16:55 -08:00
Chris Rebert
0d413c5c08
update shrinkwrap
...
[skip sauce]
[skip validator]
2014-12-12 14:08:03 -08:00
Chris Rebert
74df3175b9
bump remarkable to ~1.5.0
2014-12-12 13:42:43 -08:00
Chris Rebert
79af63aac9
Merge pull request #15355 from twbs/fix-15279
...
use npm-shrinkwrap ^200.0.0
2014-12-12 13:39:04 -08:00
Chris Rebert
5f41801083
update shrinkwrap
2014-12-12 13:22:09 -08:00
Chris Rebert
f2ecc77562
use npm-shrinkwrap ^200.0.0 ; fixes #15279
2014-12-12 13:21:49 -08:00
Bootstrap's Grunt bot
f9db33d7db
automatic grunt dist
2014-12-12 19:30:34 +00:00
Julian Thilo
b12e24e7a1
Merge pull request #15351 from twbs/revert-15350-patch-1
...
Revert "fix typo in carousel doc"
2014-12-12 14:28:40 +01:00
Julian Thilo
a940e1fdd6
Revert "fix typo in carousel doc"
2014-12-12 14:24:50 +01:00
Bastien
c8855a7ad1
Add glyphicons fonts in woff2
2014-12-12 14:22:41 +01:00
Patrick H. Lauke
7e3ca05692
Merge pull request #15350 from emmanuelgautier/patch-1
...
fix typo in carousel doc
2014-12-12 12:08:56 +00:00
Emmanuel Gautier
f0be5e0409
fix typo
2014-12-12 12:53:50 +01:00
Bastien
bc36e31280
Add new brand-primary color in the doc and the true color in comment
2014-12-12 11:07:16 +01:00
Bastien
5b8ba0cb4d
200 to 260 glyphicons in the doc
2014-12-12 10:58:21 +01:00
Chris Rebert
cb4c3a0eae
glyphicons.less: lowercase F in codepoint number for consistency
2014-12-11 11:45:33 -08:00
XhmikosR
4e27c48248
Run grunt.
2014-12-11 08:24:31 +02:00
XhmikosR
aa1e3e7325
Tweak colors to improve accessibility.
2014-12-11 08:14:07 +02:00
XhmikosR
46b0e94e25
Specify img dimensions in the HTML.
2014-12-11 08:14:07 +02:00
Patrick H. Lauke
2665605856
Merge pull request #15337 from twbs/patrickhlauke
...
Add @patrickhlauke to Core Team list on the About page
2014-12-10 22:12:50 +00:00
Patrick H. Lauke
69332cbb68
Merge pull request #15334 from patrickhlauke/progress-low-percentages
...
Fix/merge advice on low percentage progress bars
2014-12-10 20:59:41 +00:00
Chris Rebert
edba4a386c
Add @patrickhlauke to Core Team list on the About page
...
[skip sauce]
[skip validator]
2014-12-10 12:21:05 -08:00
Chris Rebert
a9d92a5e41
Filed http://openradar.appspot.com/19208483 for #12536
2014-12-10 12:13:21 -08:00
Patrick H. Lauke
d9c3e5f3ad
Fix/merge advice on low percentage progress bars
...
- actually add the ``min-width`` extra style (and use ``em`` rather than
``px``) to the 0% and 2% example
- remove the unnecessarily redundant sentence in the "With labels"
section
- remove the unnecessary heading/section specifically for low percentage
case, make it flow naturally as part of the "With labels" section
2014-12-10 16:50:21 +00:00
Patrick H. Lauke
7c228b3cfa
Merge pull request #15330 from patrickhlauke/customizer-variables-help-block
...
Tie help block to input with aria-describedby
2014-12-09 10:02:20 +00:00
Patrick H. Lauke
4529a9e7b7
Tie help block to input with aria-describedby
2014-12-09 09:57:35 +00:00
XhmikosR
762acc826f
Merge pull request #15293 from twbs/grunt-contrib-compress
...
Add grunt-contrib-compress.
2014-12-09 10:19:05 +02:00
XhmikosR
afa46515d0
Update glob.
2014-12-09 07:59:57 +02:00
XhmikosR
71f6dd25fc
Add grunt-contrib-compress.
...
Now, the zip file is created when running `grunt prep-release`.
[ci skip]
2014-12-09 07:53:11 +02:00
Chris Rebert
f932eaa525
tweak browser bug list order so Chrome bugs are contiguous
2014-12-08 17:59:29 -08:00
Chris Rebert
3ed0d586b7
tweak browser bug list order so Safari bugs are contiguous
2014-12-08 17:57:55 -08:00
Patrick H. Lauke
7cff5bb84f
Merge pull request #15327 from patrickhlauke/docs-accessibility-tweaks2
...
More docs accessibility tweaks
2014-12-08 23:19:32 +00:00
Chris Rebert
1f6f95a245
grunt-saucelabs now uses throttled instead of concurrency
...
[skip validator]
2014-12-08 14:58:06 -08:00
Patrick H. Lauke
285ec70493
Make main segmented button keyboard-focusable
...
unless there's a reason why ``tabindex="-1"`` was dropped in there...
2014-12-08 22:29:34 +00:00
Patrick H. Lauke
24bc102664
Use aria-label for pagination prev/next
...
Cleaner alternative to using ``<span class="sr-only">``
2014-12-08 22:29:33 +00:00
Patrick H. Lauke
eee275762f
Callout for labelling of input groups
...
plus a few suggested approaches (in some cases, elided, as the actual
content of the label - being a generic example - is not important)
2014-12-08 22:29:33 +00:00
Patrick H. Lauke
c918127e68
Split out/clarify `<select> and multiple`
2014-12-08 12:05:42 +00:00
Patrick H. Lauke
52e4b87b5a
Expand advice for optional icons with hidden labels
...
to clarify/hint that a ``<label class="sr-only">`` is not the only way
to do it
2014-12-08 10:36:26 +00:00
Chris Rebert
deffd946ef
Merge pull request #15323 from BBosman/for
...
Re-add missing "to" in docs
2014-12-08 00:46:55 -08:00
Bas Bosman
e9dca8df52
Add missing to
2014-12-08 09:41:44 +01:00
Mark Otto
e11c634be9
fixes #15311 : mention in docs requirement for .btn-group-* sizing on immediate .btn-group
2014-12-07 22:26:19 -08:00
Patrick H. Lauke
255e5d6875
Merge pull request #15320 from patrickhlauke/docs-accessibility-tweaks
...
Docs accessibility tweaks: use ``aria-label`` for close ``<button>``, expand advice for ``<abbr>``, form control labels, make sidebar navigation a ``<nav>``
2014-12-07 22:46:20 +00:00
Patrick H. Lauke
202f1f8d69
`<abbr>` with title also useful for AT
...
...and remove the redundant paragraph for basic abbreviation, which
simply repeats what was just said above.
2014-12-07 20:56:38 +00:00
Patrick H. Lauke
353d8395ae
Expand advice about adding labels
...
Harmonizing this with same advice given for CSS inline forms
2014-12-07 20:56:37 +00:00
Patrick H. Lauke
8af8f7d540
Make sidebar navigation actual `<nav>`
2014-12-07 20:56:29 +00:00
Patrick H. Lauke
c609272ac1
`aria-label="close" instead of sr-only span`
...
shorter, neater, well supported
2014-12-07 14:29:03 +00:00
Chris Rebert
08f388679b
tweak grid docs copy
...
[skip sauce]
2014-12-06 13:55:31 -08:00
Chris Rebert
f1102430ec
Merge pull request #15309 from twbs/fix-customizer-compile-err-reporting
...
Catch and properly report compile errors that Less.js's toCSS() can throw
2014-12-05 13:20:44 -08:00
Chris Rebert
37183edfd5
Customizer: Catch and properly report compile errors that Less.js's toCSS() can throw.
...
Currently these errors are only reported in the JavaScript console, not in the Customizer UI.
Refs #15296
[skip sauce]
[skip validator]
2014-12-05 13:06:01 -08:00
vsn4ik
d7d6384d39
Fix margin-bottom on dropdown (navbar-fixed-bottom).
2014-12-05 23:30:30 +03:00
Chris Rebert
7e758f60fc
Repeat warning comment about keeping "What's included" sections in sync
...
Refs #15238
[skip sauce]
2014-12-05 11:50:55 -08:00
Chris Rebert
1dd665c3ab
Merge pull request #15306 from vsn4ik/whats_included_readme
...
Update source maps info in README.md.
2014-12-05 11:47:45 -08:00
Chris Rebert
c40fe68f23
Merge pull request #15305 from vsn4ik/fix_fonts_permission
...
Remove execute permission on fonts.
2014-12-05 09:17:21 -08:00
vsn4ik
215fc93096
Update source maps info in README.md.
2014-12-05 20:00:19 +03:00
vsn4ik
add44cae03
Remove execute permission on fonts.
2014-12-05 19:52:23 +03:00
Chris Rebert
0c5a5563b2
Merge pull request #15214 from twbs/example-ids
...
Give all embedded live docs examples data-example-id attrs
[skip sauce]
2014-12-04 19:18:29 -08:00
TJ
f837a3f775
Remove "Separated link" in example where it's not
...
Removed "Separated link" in example where it's not separated. This may confuse people to think that it is separated.
I don't want to sound nitpick, but I've been working with a client maintaining a custom internal Bootstrap installation with customized docs, so I've been getting a lot of feedback from client developers using the docs.
2014-12-04 19:00:31 -05:00
Matt Smith
dbe4765416
Nested button groups with only one child now have rounded corners (Iss.#15270)
2014-12-03 11:44:35 -05:00
Bootstrap's Grunt bot
ac49a09906
automatic grunt dist
2014-12-03 07:20:27 +00:00
Chris Rebert
66217e4a85
Temporarily revert "automatic grunt dist" so Grunt bot will run again.
...
This reverts commit 2c1c885ed4 .
2014-12-02 23:02:46 -08:00
Bootstrap's Grunt bot
2c1c885ed4
automatic grunt dist
2014-12-03 00:51:08 +00:00
Chris Rebert
5cb0d933c9
Merge pull request #15269 from twbs/role-separator
...
Whitelist <li role="separator">...</li>
[skip sauce]
2014-12-02 15:16:34 -06:00
Chris Rebert
a527aaa114
Whitelist <li role="separator">...</li>
...
Refs https://www.w3.org/Bugs/Public/show_bug.cgi?id=27120
Refs #15263
[skip sauce]
2014-12-02 12:56:30 -08:00
Chris Rebert
0445f23b72
Update Wall of Browser Bugs entry for #14972
...
http://crbug.com/175502 is fixed in Chrome 40 and has been closed.
But Windows is still broken due to http://crbug.com/438064 ,
which is open and currently targeting Chrome 41.
2014-12-02 12:31:55 -08:00
Mark Otto
a17f23c022
nuke the other incomplete example per @ianw
2014-12-01 01:39:31 -08:00
Mark Otto
0eb2c922d8
Merge branch 'master' of github.com:twbs/bootstrap
2014-11-30 17:11:24 -08:00
Mark Otto
88ec5152da
clarify collapse example with link and button triggers; also mention classes
2014-11-30 17:10:13 -08:00
Mark Otto
ced63b0a02
Merge pull request #15244 from zalog/patch-2
...
Center .icon-prev and .icon-next in carousel
2014-11-30 14:20:21 -08:00
Mark Otto
20ddded9f8
Merge pull request #15258 from Quy/media-object
...
Add .media-object in docs
2014-11-30 12:38:01 -08:00
Quy Ton
a6950ce276
Add .media-object in docs
2014-11-30 07:44:14 -08:00
XhmikosR
2a1a3e6806
Example: minor image compression improvements.
...
[ci skip]
2014-11-30 13:16:27 +02:00
XhmikosR
d5a4db48cc
Merge pull request #15183 from twbs/deps
...
Update devDependencies
2014-11-30 12:51:49 +02:00
XhmikosR
61bbe74df1
Update devDependencies.
2014-11-30 12:51:16 +02:00
XhmikosR
4e2db80cbf
Merge pull request #15134 from twbs/docs-gh
...
Add a target to generate the gh-pages files.
2014-11-30 12:50:24 +02:00
Mark Otto
e6fc081c91
Merge branch 'master' of github.com:twbs/bootstrap
2014-11-30 01:32:03 -08:00
Mark Otto
bcb90ef3a0
Bump Glyphicons to v1.9
2014-11-30 01:31:49 -08:00
Mark Otto
d74fd9af2f
Fixes #15096 : Fix navbar forms in the non-responsive example
2014-11-30 00:54:43 -08:00
Mark Otto
65f72ff095
Merge pull request #15133 from patrickhlauke/docs-table-fixes
...
Fixes to scope
2014-11-29 23:17:36 -08:00
Mark Otto
9928144dc4
Fixes #15241 : Add simple example to docs for collapse plugin
2014-11-29 23:03:47 -08:00
Mark Otto
23bdfc45eb
grunt
2014-11-29 21:40:04 -08:00
Mark Otto
7e27e749d1
Fixes #15140 : Restore more missing .media styles from shipping #14801
2014-11-29 21:36:57 -08:00
Mark Otto
149f32d9d3
Alternate fix for #15250 with a more descriptive theme jumbotron
2014-11-29 21:18:05 -08:00
Mark Otto
9c049c99e2
grunt
2014-11-29 20:58:14 -08:00
Mark Otto
7c71b4874b
Fixes #15074 : Fix the nesting problem with form control size variants
2014-11-29 20:57:04 -08:00
Mark Otto
80d7be1126
grunt
2014-11-29 18:36:21 -08:00
Mark Otto
c2d868cfbe
Fixes #15124 : Restore .media-object
2014-11-29 18:33:20 -08:00
Mark Otto
c22b8dca14
Fixes #15148 : make the dropdown and dropup menus have the same margins
2014-11-29 18:31:09 -08:00
Mark Otto
1de638f830
fixes #15164 : wrap disable pagination spans in another span
2014-11-29 18:27:51 -08:00
Mark Otto
c9289691ba
fix the run-on
2014-11-29 16:53:37 -08:00
Mark Otto
a35ee9d218
Merge pull request #15238 from peterblazejewicz/docs/dist-update
...
Add CSS source maps reference to docs. Closes #15211
2014-11-29 16:51:38 -08:00
Mark Otto
01fa32e879
Merge pull request #15167 from vsn4ik/rem_blob_master_from_links
...
Remove redundant .../blob/master/ prefix in markdown.
2014-11-29 14:25:12 -08:00
Chris Rebert
b38e284e18
Merge pull request #15249 from dandv/patch-1
...
Fix copy/paste error
2014-11-28 12:54:21 -06:00
Dan Dascalescu
2c64fc2c4d
Fix copy/paste error
2014-11-28 04:30:04 -08:00
Peter Blazejewicz
c1885ef58b
Add CSS source maps reference to docs. Closes #15211
...
- update distribution file list with relevant files
- add a short reference to CSS source map purpose
- add link to Google Chrome developer network article
2014-11-27 22:03:32 +01:00
Catalin Zalog
8770f55f1e
Center .icon-prev and .icon-next
...
Center .icon-prev and .icon-next the same way .glyphicon icon are.
And this is the html markup:
<a class="left carousel-control" href="#carousel-main-menu" role="button" data-slide="prev">
<span class="icon-prev" aria-hidden="true"></span>
</a>
2014-11-27 13:06:42 +02:00
Chris Rebert
d763e0e2a0
Merge pull request #15215 from twbs/input-date-chrome
...
Remove #12548 's entry from the Wall of Browser Bugs
[skip sauce]
2014-11-25 11:12:43 -08:00
Chris Rebert
c97d4d648f
Remove #12548 's entry from the Wall of Browser Bugs
...
Since https://crbug.com/346051 has been closed as WontFix.
Bug is now documented in MDN:
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/Input$compare?locale=en-US&to=698785&from=693137
Refs #12548
[skip sauce]
2014-11-24 18:38:01 -08:00
Chris Rebert
44447eeefe
Give all embedded live docs examples data-example-id attrs
...
Refs #11410
2014-11-24 17:09:32 -08:00
Julian Thilo
c022d88ac5
Merge pull request #15108 from zacechola/irc_room
...
corrects IRC room
2014-11-24 15:46:14 +01:00
XhmikosR
7ea49019b8
Run grunt.
2014-11-24 09:53:42 +02:00
Julian Thilo
33c4a2f1d7
Merge pull request #15198 from twbs/fix-15194
...
Fix #15194 : Shrink media link area
2014-11-24 01:46:59 +01:00
Chris Rebert
ede9cf0037
Merge pull request #15200 from twbs/mdn
...
add documenting in MDN as a step in browser bug handling process
2014-11-23 16:28:06 -08:00
vsn4ik
992644ee34
Update links (.../blob/master prefix) in markdown.
2014-11-23 14:50:09 +03:00
Chris Rebert
8a4757dfb0
add documenting in MDN as a step in browser bug handling process
...
[skip sauce]
[skip validator]
2014-11-22 18:33:08 -08:00
Chris Rebert
6e9d4e6907
add Apple Safari Radar entry for #8350
2014-11-22 17:48:49 -08:00
Julian Thilo
7bf002d63d
Fix #15194 : Shrink media link area
2014-11-22 13:45:32 +01:00
Chris Rebert
bc5a753b67
fix affix-top unit test to properly clean up after itself
2014-11-20 23:26:37 -08:00
Chris Rebert
7527ce93c9
Merge pull request #15187 from twbs/doc-savage-contributing
...
Document Savage cross-browser JS pull request tester bot
[skip sauce]
2014-11-20 11:00:34 -08:00
Chris Rebert
7711c9d60d
Document Savage cross-browser JS pull request tester bot
...
Refs #12352 , which is now implemented & deployed.
More info: https://github.com/twbs/savage
[skip sauce]
2014-11-20 10:59:16 -08:00
Chris Rebert
44735c83bf
Update Wall of Browser Bugs entry for #14972
...
http://crbug.com/429604 has been merged into http://crbug.com/175502
2014-11-20 10:15:43 -08:00
Chris Rebert
cab74e3238
fix typo in CONTRIBUTING.md
2014-11-20 09:49:10 -08:00
XhmikosR
0c816d910d
Merge pull request #15159 from twbs/docs-muted
...
Clean up old `muted` references and switch to `text-muted`.
2014-11-20 10:27:42 +02:00
Chris Rebert
af77842ce7
Merge pull request #15111 from twbs/events-tables-wrapping
...
Don't line wrap event names in JS plugin docs
2014-11-20 00:06:33 -08:00
XhmikosR
a1b8aa351e
Clean up old muted references and switch to text-muted.
2014-11-20 08:02:25 +02:00
XhmikosR
cb29c9a41d
Add a target to generate the gh-pages files.
...
It sets `github: true` for us.
2014-11-20 08:02:05 +02:00
Chris Rebert
e7818e979f
Merge pull request #15182 from twbs/sauce-sub-account
...
Switch to using sub-account of main Sauce account for Savage
2014-11-19 19:47:25 -08:00
Chris Rebert
8318227709
Switch to using sub-account of main Sauce account for Savage
...
Refs commit 6cfd811fcc .
2014-11-19 19:43:23 -08:00
Chris Rebert
8bb59abf40
Merge pull request #15090 from twbs/dropdowns-events
...
consolidate relatedTarget docs in dropdown event docs
2014-11-19 17:33:17 -08:00
Chris Rebert
324fd0d754
Merge pull request #15177 from twbs/savage-sauce
...
Adjust build scripts for Savage
2014-11-19 17:03:02 -08:00
Chris Rebert
6575755dc4
Savage builds should not update the S3 cache
2014-11-19 16:01:20 -08:00
Chris Rebert
a1c170ed37
grant Savage access to the S3 cache
2014-11-19 16:01:03 -08:00
Chris Rebert
db95e0bd01
disable core tests for Savage builds
2014-11-19 16:00:46 -08:00
Chris Rebert
aaffe4b498
skip HTML validator for Savage builds
2014-11-19 16:00:28 -08:00
Chris Rebert
6cfd811fcc
enable Sauce access for Savage
2014-11-19 16:00:03 -08:00
Chris Rebert
34a7518b19
Merge pull request #15176 from twbs/savage-travis
...
Setup Travis event notification webhook for Savage
[skip sauce]
[skip validator]
2014-11-19 14:50:20 -08:00
Chris Rebert
3cd88866c6
Setup Travis event notification webhook for Savage
2014-11-19 14:43:45 -08:00
Chris Rebert
dcd86a8a91
grunt dist
2014-11-19 11:01:04 -08:00
Julian Thilo
4fc8da4afd
Merge pull request #15166 from vsn4ik/upd_npm_and_core_team
...
Use npm instead NPM and update twbs team link.
2014-11-18 17:08:54 +01:00
vsn4ik
e2520b8bd9
Use npm instead NPM and update twbs team link.
2014-11-18 18:46:28 +03:00
Chris Rebert
4037990237
Merge pull request #15154 from nickyod/affix-top-bug
2014-11-17 18:19:55 -08:00
Nick O'Donoghue
36b4f90f25
Fixes affix-top class not applying
...
Use scrollTop instead of colliderTop which uses the elements
offset().top, as the offset top does not account for padding.
This issue can be replicated by using a navbar-fixed-top and applying
relevant padding to the body. (A navbar-static-top with no padding on
the body does not encounter this issue)
Fixes #15078
Closes #15154 by merging it
2014-11-17 18:17:42 -08:00
Nick O'Donoghue
da79ab9488
add unit test for affix-top for padding issue
2014-11-17 18:17:40 -08:00
Chris Rebert
423825f506
Merge pull request #15161 from twbs/travis-lint
...
fix travis.yml lint errors
2014-11-17 15:49:07 -08:00
Chris Rebert
881f5fd5ca
fix travis.yml lint errors
2014-11-17 15:38:03 -08:00
Heinrich Fenkart
c2abfc0a44
grunt
2014-11-17 18:57:02 +01:00
Heinrich Fenkart
6503cb0822
Revert "Follow-up to #13074 : use spec syntax instead of deprecated mixins"
...
This reverts commit b10b373c60 .
Resolves #14937 .
2014-11-17 18:54:55 +01:00
Chris Rebert
c04f95032d
Merge pull request #15156 from Quy/master
...
Fix spelling of necolas' last name
2014-11-17 08:31:51 -08:00
Quy Ton
347ad61010
Fix name spelling
2014-11-17 08:05:26 -08:00
Chris Rebert
03f35d2dab
Since Safari has released new fixed versions, we're unlikely to take any further action on this.
2014-11-17 03:19:05 -08:00
Chris Rebert
450a9ece10
Merge pull request #15125 from patrickhlauke/docs-clean-up
...
Docs clean up - unnecessary role attributes, callout clarifications
2014-11-17 02:13:21 -08:00
Chris Rebert
8df9298b1e
Merge pull request #15152 from twbs/fix-15144
...
honor wrap option in Carousel.getItemForDirection
[skip validator]
2014-11-17 01:43:22 -08:00
XhmikosR
d782eed426
Merge pull request #15129 from twbs/examples-img-alt
...
Specify `img` alternative text.
2014-11-17 11:31:21 +02:00
Chris Rebert
7876ebd2ed
rm redundant role="button" from <button>
2014-11-16 16:34:28 -08:00
XhmikosR
1a2baf4873
Merge pull request #15139 from patrickhlauke/docs-button-section-restructure
...
Docs button section restructure
2014-11-16 17:42:33 +02:00
XhmikosR
5245bafb92
Merge pull request #15135 from hillai/patch-1
...
Add modal autofocus example
2014-11-16 17:42:05 +02:00
hillai
0ada807ce6
Add modal autofocus example
2014-11-16 16:48:08 +02:00
Chris Rebert
b7398bc9c4
honor wrap option in Carousel.getItemForDirection; fixes #15144
2014-11-15 22:43:20 -08:00
Chris Rebert
8008fe707e
add unit tests for Carousel's 'wrap' option
2014-11-15 22:37:55 -08:00
Chris Rebert
939e759f69
Merge pull request #15150 from twbs/ios-8.1
...
upgrade iOS tests to 8.1
2014-11-15 21:33:02 -08:00
Chris Rebert
a7ae8c91f2
upgrade iOS tests to 8.1
...
[skip validator]
2014-11-15 21:28:11 -08:00
Chris Rebert
378f9d43ec
Merge pull request #15149 from twbs/yosemite
...
upgrade OS X tests to Yosemite
2014-11-15 21:25:37 -08:00
Chris Rebert
eb93b5db5f
upgrade OS X tests to Yosemite
...
[skip validator]
2014-11-15 21:20:45 -08:00
Patrick H. Lauke
cb8581580c
Move button-tags section to start of button section
2014-11-15 00:26:22 +00:00
Patrick H. Lauke
25ef6ad625
Move context-specific callout to general tag usage
2014-11-15 00:25:13 +00:00
Chris Rebert
0c15270108
Merge pull request #15137 from twbs/split-inline-form
...
split .form-inline .input-group into separate docs example
[skip sauce]
2014-11-14 16:16:08 -08:00
Chris Rebert
61c6e186a9
Filed http://openradar.appspot.com/18987206
...
Refs #9774
2014-11-14 14:13:25 -08:00
Chris Rebert
729a115c88
split .form-inline .input-group into separate docs example
2014-11-14 12:03:54 -08:00
Heinrich Fenkart
a577f1922e
Collapse: Use $.fn.children instead of > in selector
...
Fixes #15131 .
2014-11-14 15:18:34 +01:00
Patrick H. Lauke
db4e5efb8f
Fixes to scope
...
as discssued in
https://github.com/twbs/bootstrap/issues/15117#issuecomment-63029993
- added ``scope="row"`` to row headers
- made sure row headers are actual ``<th>`` elements
- removed ``scope="col"`` where it was redundant
- simplified table examples with (to me) unnecessary
``rowspan``/``colspan`` (unless you really want complex tables, in which
case we would need full-on ``id`` and ``headers`` attributes to make
sure each table cell has an explicit association with the related header
cells - overkill, in my opinion)
- one table (in typography) left header-less, as it's more or less presentational (though its structure is still important, hence not adding ``role="presentation"``)
2014-11-14 13:40:09 +00:00
Patrick H. Lauke
bab36220c9
Redundant role="navigation" on <nav>s
...
plus one example that still used the old <div role="navigation"> and a
fix-up of the callout as per
https://github.com/twbs/bootstrap/issues/15109
2014-11-14 10:52:57 +00:00
Patrick H. Lauke
25cac1ea9a
Redundant role="form" on <form>s
2014-11-14 10:52:56 +00:00
Patrick H. Lauke
27d9d35ffd
Expand caveat for disabled fieldsets and links
2014-11-14 10:52:56 +00:00
XhmikosR
4d2fb67050
Specify img alternative text.
2014-11-14 11:28:17 +02:00
Julian Thilo
14857bd4a2
Merge pull request #15126 from Quy/master
...
Fix link
2014-11-14 08:33:21 +01:00
Quy Ton
cd03436379
Fix link
2014-11-13 22:20:30 -08:00
Chris Rebert
7bdc307b70
clarify that Bower is one among several installation methods
2014-11-13 15:18:55 -08:00
Chris Rebert
b26eb44305
Merge pull request #15122 from twbs/bump-remarkable
...
bump remarkable devDependency to ~1.4.1
2014-11-13 13:54:40 -08:00
Chris Rebert
a7682e3fde
bump remarkable devDependency to ~1.4.1
...
[skip sauce]
2014-11-13 13:53:40 -08:00
Chris Rebert
3a96a80a1b
Merge pull request #15093 from twbs/id-callouts
...
Give all docs callouts IDs
[skip sauce]
2014-11-13 12:24:03 -08:00
XhmikosR
101940b452
Merge pull request #15121 from twbs/npm-shrinkwrap@5.0.0
...
Pin npm-shrinkwrap to v5.0.0 so that it works with npm 2.x.
2014-11-13 22:19:06 +02:00
XhmikosR
6ce4ca75a2
Fix a small grammar mistake.
...
[ci skip]
2014-11-13 22:18:02 +02:00
Chris Rebert
ea407666ce
give all docs callouts IDs
...
[skip sauce]
2014-11-13 12:16:03 -08:00
XhmikosR
5660be42fa
Use a 40x40 image for the navbar brand image example.
...
Saves 3.4KB.
2014-11-13 22:09:38 +02:00
Chris Rebert
20ba8ad6f0
Merge pull request #15120 from twbs/fix-forms-doc
...
Fix .form-inline docs example
2014-11-13 12:07:38 -08:00
XhmikosR
13d2a03379
Pin npm-shrinkwrap to v5.0.0 so that it works with npm 2.x.
...
Fixes #15105 .
2014-11-13 22:01:12 +02:00
Chris Rebert
e5c888f4a2
Fix .form-inline docs example
...
Make sample code match live example
Move <label> out of .input-group into .form-group instead
Change field from Email to Username to make it less redundant, slightly more realistic
Add <label> for Username field for consistency
Fixes #15118
2014-11-13 11:32:33 -08:00
Zac Echola
bf43c9cf9f
escaped uri
2014-11-13 09:12:31 -06:00
Chris Rebert
806490499a
Merge pull request #15110 from twbs/ios-clickability
...
add link to MDN docs regarding iOS Safari element clickability
2014-11-12 17:27:38 -08:00
Chris Rebert
ddf39cc2e7
Don't line wrap event names in JS plugin docs
2014-11-12 16:32:51 -08:00
Chris Rebert
82eaefcd43
add link to MDN docs regarding iOS Safari element clickability
2014-11-12 16:16:10 -08:00
Zac Echola
75dfed7f8f
corrects IRC room
2014-11-12 15:31:36 -06:00
Chris Rebert
856d31b373
Merge pull request #15089 from twbs/data-attrib-callout
...
move data attributes callout into data attributes doc subsection
2014-11-12 10:07:22 -08:00
Chris Rebert
84dcd226df
Merge pull request #15094 from twbs/js-navs
...
JS docs: add Options, Methods, Events subsections to nav sidebar
2014-11-12 10:06:07 -08:00
Mark Otto
9a7e365c2c
bump version to v3.3.1
2014-11-12 09:03:16 -08:00
Mark Otto
143c4a2f8f
grunt
2014-11-12 08:51:35 -08:00
XhmikosR
07c1881bc2
Update npm-shrinkwrap.
2014-11-12 09:51:28 +02:00
XhmikosR
542c1040aa
Merge pull request #15095 from gitaeks/master
...
Fixed a typo in Sign-in page example
2014-11-12 09:29:44 +02:00
gitaeks
f94cb5817a
Fixed a typo in Sign-in page example
...
Fixed a typo in Sign-in page example
http://getbootstrap.com/examples/signin/
2014-11-12 15:52:32 +09:00
Chris Rebert
b87370c28f
navbar callouts cleanup
...
Move all callouts to be adjacent to each other
Combine JS-related callouts into a single callout
2014-11-11 21:22:30 -08:00
Chris Rebert
1211a8155e
JS docs: add Options, Methods, Events subsections to nav sidebar
2014-11-11 21:16:34 -08:00
Mark Otto
ff386147ce
grunt
2014-11-11 20:25:09 -08:00
Chris Rebert
c672ed3fb0
Merge pull request #15092 from twbs/scrollspy-callouts
...
move scrollspy callouts so they're all adjacent to each other
[skip sauce]
2014-11-11 19:56:28 -08:00
Chris Rebert
cb9531f378
Merge pull request #15091 from twbs/popovers-heading
...
move popover examples heading to directly before the actual examples
2014-11-11 19:53:49 -08:00
Chris Rebert
125945eb90
add missing dots to .sr-only class mentions, for consistency w/ rest of docs
2014-11-11 19:51:10 -08:00
Chris Rebert
69d42cef14
move scrollspy callouts so they're all adjacent to each other
2014-11-11 19:42:29 -08:00
Chris Rebert
e2e9613f83
move popover examples heading to directly before the actual examples
2014-11-11 19:40:47 -08:00
Chris Rebert
d79e898d67
consolidate relatedTarget docs in dropdown event docs
2014-11-11 19:38:06 -08:00
Chris Rebert
ab1a9d4fac
move data attributes callout into data attributes doc subsection
2014-11-11 19:35:08 -08:00
Mark Otto
ba2b3a0136
Merge pull request #14900 from twbs/labels-readme
...
Add labels explanation to readme
2014-11-11 19:30:54 -08:00
Chris Rebert
5ba5200195
move carousel accessibility callout next to rest of callouts
2014-11-11 19:29:56 -08:00
Chris Rebert
3b2d1570fa
move single-toggle button plugin callout before example for consistency
2014-11-11 19:26:10 -08:00
Mark Otto
647d30aa04
move to the contributing guidelines
2014-11-11 19:25:54 -08:00
Mark Otto
1e268ddfc3
Merge branch 'master' into labels-readme
2014-11-11 19:25:16 -08:00
Heinrich Fenkart
001d5e00c5
Merge pull request #15088 from twbs/dropdown-keydown-ignores
...
Dropdown: ignore keydown events coming from `input`s and `textarea`s
2014-11-12 02:23:34 +01:00
Heinrich Fenkart
1d55ada581
Dropdown: ignore keydown events coming from inputs and textareas
...
Fixes #15084 .
2014-11-12 02:01:25 +01:00
Heinrich Fenkart
56f4156126
Merge pull request #15087 from patrickhlauke/dropdown-accessibility-tweaks
...
Wash-up of some stray dropdown examples
2014-11-12 01:19:39 +01:00
Patrick H. Lauke
0681971c8a
Wash-up of some stray dropdown examples
...
adding explicit aria-expanded="false" initial state (so they're
correctly announced by AT as being collapsed), and - in the case of
old-school use of <a> - role="button"
2014-11-11 23:52:52 +00:00
Mark Otto
03d7512cc0
Merge pull request #15086 from twbs/btn_group_focus
...
Don't remove focus outline from buttons in button groups
2014-11-11 15:51:54 -08:00
Mark Otto
2006a435d9
Merge pull request #15077 from jayanthkoushik/issue-15076-fix
...
Fix Issue #15076 .
2014-11-11 15:47:01 -08:00
Mark Otto
857aab0a1c
Fixes #14939 : Don't remove focus outline from buttons in button groups
2014-11-11 15:43:00 -08:00
Heinrich Fenkart
a4497c8a83
Merge pull request #15085 from patrickhlauke/glyphicons-in-forms-tweak
...
Glyphicon tweaks
2014-11-12 00:41:28 +01:00
Patrick H. Lauke
9391ef207f
aria-hidden added to some stray glyphicons
...
plus minor tweak to customizer's generated alerts
2014-11-11 22:41:21 +00:00
Patrick H. Lauke
eb580f739c
Improved accessible glyphicon advice/use
...
...to actually make it consistent with what I said in the glyphicon docs
section...
2014-11-11 22:13:25 +00:00
Jayanth Koushik
917decab6c
Fix Issue #15076 .
...
This commit adds documentation explaining the need to have an initial
.active element in carousels.
2014-11-11 15:28:21 +05:30
Patrick H. Lauke
bb89657bcb
Assorted accessibility (and some consistency) fixes for documentation
...
Closes #14951 by merging it.
2014-11-11 07:46:14 +01:00
Chris Rebert
99919c0364
Merge pull request #15073 from twbs/15072-more
...
Remove X-UA-Compatible caveat from Validators docs
2014-11-10 13:40:29 -08:00
Chris Rebert
c513f58c6a
Remove X-UA-Compatible caveat from Validators docs
...
Refs #15072
2014-11-10 13:14:33 -08:00
Heinrich Fenkart
eaf3b53e44
Merge pull request #15072 from twbs/html-validator-x-ua-compatible
...
HTML validation: No longer relax the `X-UA-Compatible` error
2014-11-10 20:23:58 +01:00
Heinrich Fenkart
ff5f9db68e
HTML validation: No longer relax the X-UA-Compatible error
...
The validator no longer complains about it unless the value is different from `content=IE=edge`, see https://www.w3.org/Bugs/Public/show_bug.cgi?id=27091
2014-11-10 20:02:06 +01:00
XhmikosR
bf4a331f1a
Run grunt.
2014-11-10 12:55:26 +02:00
XhmikosR
7047f9df14
Update devDependencies.
2014-11-10 12:54:23 +02:00
XhmikosR
5339f7c8d5
Merge pull request #15009 from patrickhlauke/glyphicon-accessibility-tweaks
...
Glyphicon accessibility tweaks
2014-11-10 12:30:34 +02:00
Patrick H. Lauke
19520d4620
Add aria-hidden to icons in about page
2014-11-10 08:55:59 +00:00
Patrick H. Lauke
1786942d33
Meaningful icons in about page
2014-11-10 08:55:58 +00:00
Patrick H. Lauke
eb74d8c863
Accessibility tweaks and explanation for glyphicons
...
- add aria-hidden="true" to avoid SRs unintentionally reading out the
Unicode character (see
http://www.filamentgroup.com/lab/bulletproof_icon_fonts.html )
- callout with advice on accessible icon usage
- replaced sr-only text in examples with (in the case of button) cleaner
aria-label
- additional example of icon used to convey meaning (in a
non-interactive control)
2014-11-10 08:55:58 +00:00
Mark Otto
c4847c8f6b
Merge branch 'master' of github.com:twbs/bootstrap
2014-11-09 23:12:02 -08:00
Mark Otto
eb74a8cbf3
darken primary blue for accessibility contrast on link colors
2014-11-09 23:11:28 -08:00
XhmikosR
1764c6e509
Bump Jekyll to v2.5.1.
2014-11-10 08:06:45 +02:00
Mark Otto
d1278efcc5
grunt
2014-11-09 18:04:00 -08:00
Mark Otto
99148166c5
Merge pull request #15052 from twbs/badge-in-non-anchor-list-group-item
...
Badges: fix active styles when in non-anchor `.list-group-item`
2014-11-09 15:05:40 -08:00
Mark Otto
5670dd8930
comment and formatting
2014-11-09 15:04:32 -08:00
Mark Otto
46d1bf8eef
Fixes #14234 again
...
- Rather than override and hack for IE8-10 and then IE11, scope to just Safari.
- Drops the IE hacks for a media query Webkit hack
2014-11-09 15:03:33 -08:00
Heinrich Fenkart
a05f07528a
Badges: fix active styles when in non-anchor .list-group-item
2014-11-08 11:00:37 +01:00
Mark Otto
df28b7e25f
Fixes #14965 : Reset top border-radii on dropdown menus in fixed bottom navbars
2014-11-08 00:13:19 -08:00
Mark Otto
852eef9689
grunt
2014-11-08 00:10:53 -08:00
Mark Otto
39f8c8183b
Merge pull request #15018 from twbs/fix-theme-active-items
...
Theme: Correctly override active dropdown items in collapsed navbars
2014-11-08 00:07:39 -08:00
Mark Otto
8fbb2bbbd1
Fixes #14979 : Override .jumbotron padding within .container-fluid to match .container
2014-11-07 23:01:20 -08:00
Mark Otto
2862c30320
Fixes #15046 : Add full font overrides for popovers and tooltips
2014-11-07 22:17:39 -08:00
Chris Rebert
d904429e05
Merge pull request #14986 from twbs/safari-broken-printing-doc
...
Add #14868 to the compatibility docs
2014-11-05 14:59:24 -08:00
Heinrich Fenkart
f85c5921dd
grunt
2014-11-05 20:11:46 +01:00
Heinrich Fenkart
1342c63893
Merge pull request #15031 from twbs/customizer-remove-file-type-check
...
Customizer: Remove file type check from config import
2014-11-05 20:09:17 +01:00
Heinrich Fenkart
d77546963b
Customizer: Remove file type check from config import
...
Fixes #14978 .
2014-11-05 19:14:52 +01:00
Heinrich Fenkart
0383486665
Merge pull request #15030 from twbs/config-bridge-jekyll-plugin
...
Use a Jekyll plugin instead of the `copy:configBridge` grunt task
2014-11-05 18:52:09 +01:00
Heinrich Fenkart
0d851e8b8a
Theme: Correctly override active dropdown items in collapsed navbars
2014-11-05 18:36:53 +01:00
Heinrich Fenkart
30df201abc
Use a Jekyll plugin instead of the copy:configBridge grunt task
2014-11-05 18:35:13 +01:00
Heinrich Fenkart
e27dc5d71e
grunt
2014-11-05 01:56:18 +01:00
Heinrich Fenkart
00fa64650a
Merge pull request #14921 from bassjobsen/patch-3
...
Update grid-framework.less
2014-11-05 01:54:13 +01:00
Chris Rebert
21644321e4
Merge pull request #14993 from twbs/fix-14991
...
Have Carousel ignore keyboard events from <input>s or <textarea>s
2014-11-04 16:50:36 -08:00
Heinrich Fenkart
db90ff6df7
grunt
2014-11-05 01:45:16 +01:00
Heinrich Fenkart
72ad89b077
Merge pull request #14933 from twbs/center-modal-at-all-times
...
Center modal at all times
2014-11-05 01:39:46 +01:00
Heinrich Fenkart
da74fba490
Center modal dialog at all times
2014-11-05 01:37:44 +01:00
Chris Rebert
469dc3ab1f
Have Carousel ignore keyboard events from <input>s or <textarea>s; fixes #14991
2014-11-04 16:23:44 -08:00
Heinrich Fenkart
425a985491
Update head of all visual tests to use our basic template
2014-11-05 01:18:11 +01:00
Heinrich Fenkart
6020bb06f2
grunt
2014-11-05 00:36:52 +01:00
Julian Thilo
0018723cce
Merge pull request #15019 from twbs/whoomp_there_it_was
...
Deprecate diagonal tooltip classes
2014-11-05 00:33:04 +01:00
Heinrich Fenkart
e62a1264b9
Merge pull request #14927 from twbs/fix-modal-backdrop-above-scrollbar
...
Fix modal backdrop overlaying the modal's scrollbar
2014-11-05 00:15:52 +01:00
Julian Thilo
da3870feac
Deprecate diagonal tooltip classes
2014-11-05 00:09:56 +01:00
Julian Thilo
3a988c3588
Merge pull request #14938 from twbs/oh_arrow_where_art_thou
...
Fix #14936 : Use correct left/right and margin on tooltip arrows
2014-11-04 23:21:59 +01:00
Heinrich Fenkart
14e5fb04e9
Fix modal backdrop overlaying the modal's scrollbar
...
Fixes #14916 .
2014-11-04 23:17:55 +01:00
Jayanth Koushik
e55feacf5b
Add initialization examples to tooltip and popover "Opt-in functionality" callouts
...
Fixes #14950 .
Closes #15015 by merging it.
2014-11-04 20:00:08 +01:00
Heinrich Fenkart
0d291e8623
HTTPS for Apple Safari Radar in bugify filter
2014-11-04 19:40:39 +01:00
Heinrich Fenkart
1a833e75d5
Merge pull request #14987 from twbs/overengineer-wall-of-browser-bugs
...
Use Jekyll data for Wall of Browser Bugs
2014-11-04 19:38:04 +01:00
Heinrich Fenkart
d6a99cb955
Merge pull request #14980 from twbs/customizer-autoprefixer
...
Use autoprefixer for Customizer builds
2014-11-04 19:35:34 +01:00
Heinrich Fenkart
1582039193
Use autoprefixer for Customizer builds
2014-11-04 19:34:29 +01:00
Heinrich Fenkart
9dea306097
Merge pull request #14982 from twbs/grunt-customizer-share-common
...
Remove duplicate code from Customizer/Gruntfile by sharing it
2014-11-04 19:30:13 +01:00
Heinrich Fenkart
d107004278
Remove duplicate code from Customizer/Gruntfile by sharing it
2014-11-04 12:35:38 +01:00
Chris Rebert
203912b9c5
Merge pull request #14989 from twbs/modal-relatedTarget-data-example
...
Add event.relatedTarget + `data-*` example to Modal docs
2014-11-03 23:37:38 -08:00
Heinrich Fenkart
069488dea3
Use Jekyll data for Wall of Browser Bugs
2014-11-04 07:25:52 +01:00
Chris Rebert
594831f4f3
Add event.relatedTarget + data-* example to Modal docs
...
Fixes #14245
2014-11-03 13:37:27 -08:00
Chris Rebert
f0d8894d54
Add #14868 to the compatibility docs
2014-11-03 10:56:30 -08:00
Heinrich Fenkart
deab673d43
Merge pull request #14985 from twbs/14972-wall
...
Add Wall of Browser Bugs entry for #14972
2014-11-03 18:21:15 +01:00
Heinrich Fenkart
17a6b5e843
Add Wall of Browser Bugs entry for #14972
2014-11-03 18:17:35 +01:00
Chris Rebert
ab6f79c472
Merge pull request #14967 from aaron-coding/patch-1
...
Fix typo
2014-11-01 17:49:22 -07:00
Aaron Cordovez
f412979287
Fix typo
...
Corrected spelling of the word "elements"
2014-11-01 17:46:33 -07:00
XhmikosR
947aa1f7e4
Merge pull request #14966 from krautcomputing/whitespace_fix
...
fix whitespace in js dropdown docs
2014-11-01 17:01:14 +02:00
Manuel Meurer
1f64aac6b9
fix whitespace in js dropdown docs
2014-11-01 11:51:11 +01:00
XhmikosR
7d8bacb817
Merge pull request #14746 from twbs/gems-bump
...
Update Jekyll to v2.4.0 and rouge to v1.7.2.
2014-11-01 10:02:16 +02:00
XhmikosR
15faedd834
Merge pull request #14917 from twbs/examples-footer
...
Examples: Make use of the `footer` tag instead of a class.
2014-11-01 08:55:03 +02:00
Chris Rebert
9a37a937a6
Merge pull request #14959 from twbs/contrib-pitfalls
...
Cover common contributor mistakes in CONTRIBUTING.md
2014-10-31 23:51:43 -07:00
Chris Rebert
7c0f873659
Cover common contributor mistakes in CONTRIBUTING.md
...
Based on https://github.com/twbs/rorschach/tree/master/docs
2014-10-31 17:33:20 -07:00
Chris Rebert
4613b36631
Merge pull request #14958 from twbs/chrome-css-animation-mem-leak
...
Add Wall of Browser Bugs entry for #14409
2014-10-31 17:11:37 -07:00
Chris Rebert
08b0c373b5
Add Wall of Browser Bugs entry for #14409
...
Closes #14409 .
[skip sauce]
2014-10-31 17:08:28 -07:00
Chris Rebert
2da290189e
Merge pull request #14949 from twbs/bots-in-contributing
...
Explain issue/PR bots in CONTRIBUTING.md
2014-10-31 16:15:32 -07:00
Heinrich Fenkart
a2c0bb49b1
grunt
2014-10-31 11:09:01 +01:00
Heinrich Fenkart
a7222a531a
Merge pull request #14954 from twbs/customizer-use-change-event
...
Customizer: listen to the right event for manual file selection in import
2014-10-31 11:04:26 +01:00
Heinrich Fenkart
12b3ba7278
Customizer: listen to the right event for manual file selection in import
2014-10-31 10:58:03 +01:00
Heinrich Fenkart
b91474e538
grunt
2014-10-31 10:31:56 +01:00
Chris Rebert
505171ef5d
Revert "Use jsDelivr CDN until BootstrapCDN gets updated"
...
This reverts commit ea23969150 .
BootstrapCDN has now uploaded Bootstrap v3.3.0
2014-10-30 17:38:40 -07:00
Chris Rebert
3711abf936
Merge pull request #14945 from twbs/media-pulls-docs
...
Replace deprecated uses of .pull-left & .pull-right in .media docs
2014-10-30 17:37:06 -07:00
Chris Rebert
5f3a980950
Explain issue/PR bots in CONTRIBUTING.md
...
[skip sauce]
[skip validator]
2014-10-30 17:06:54 -07:00
Chris Rebert
88dfd954fa
Replace deprecated uses of .pull-left & .pull-right in .media docs
...
Refs https://github.com/twbs/bootlint/pull/153
[skip sauce]
2014-10-30 11:36:24 -07:00
hillai
1339ab7a13
Replace v3.2.1 reference with v3.3.0 since there wasn't a v3.2.1
...
Closes #14941
2014-10-30 10:20:54 -07:00
Julian Thilo
87edaf295c
Fix #14936 : Use correct left/right and margin on tooltip arrows
2014-10-30 16:33:14 +01:00
Chris Rebert
4102a67f33
fix typo in comment
2014-10-30 01:47:48 -07:00
Heinrich Fenkart
25ab1539a9
Merge pull request #14931 from twbs/fix-ios-unit-test-failures
...
Fix the iOS 8 unit test failures
2014-10-30 09:46:49 +01:00
Heinrich Fenkart
cf482dbb0b
Fix the iOS 8 unit test failures
...
Resolves #14919 .
2014-10-30 09:35:53 +01:00
Heinrich Fenkart
c5fdea1b51
Merge pull request #14930 from twbs/use-jsdelivr-cdn-urls
...
Use jsDelivr CDN until BootstrapCDN gets updated
2014-10-30 08:07:55 +01:00
Heinrich Fenkart
ea23969150
Use jsDelivr CDN until BootstrapCDN gets updated
2014-10-30 07:20:41 +01:00
XhmikosR
6b7d6565de
Examples: Make use of the footer tag instead of a div.
2014-10-30 08:08:06 +02:00
Heinrich Fenkart
b8c3c5c19b
grunt
2014-10-30 04:45:04 +01:00
Heinrich Fenkart
4b165332be
Merge pull request #14925 from twbs/button-focus-use-regexp
...
Use RegExp for button plugin's focus shim
2014-10-30 04:42:18 +01:00
Heinrich Fenkart
5178d8b8ba
Use RegExp for button plugin's focus shim
...
Fixes #14923 .
2014-10-30 03:46:49 +01:00
Chris Rebert
33e78ed937
Merge pull request #14922 from twbs/ios-cursor-scroll
...
Add Wall of Browser Bugs entry for #14708
2014-10-29 18:03:15 -07:00
Chris Rebert
be7402f0d0
Add Wall of Browser Bugs entry for #14708
...
Closes #14708
2014-10-29 18:00:52 -07:00
Bass Jobsen
b8dbb545ac
Update grid-framework.less
...
The `when (@index = 1)` guards are not needed cause the mixins already only match on arity.
2014-10-30 01:20:35 +01:00
Chris Rebert
a41827377b
Merge pull request #14920 from twbs/safari-print-font-size
...
Add Wall of Browser Bugs entry for #14868
2014-10-29 16:12:19 -07:00
Chris Rebert
850a9a0250
Add Wall of Browser Bugs entry for #14868
...
Closes #14868
2014-10-29 16:11:42 -07:00
Mark Otto
16dbdbd7a2
Merge branch 'master' into v3.3.0
...
Conflicts:
docs/assets/js/customize.min.js
docs/assets/js/raw-files.min.js
2014-10-29 11:56:48 -07:00
Mark Otto
15d668dd15
grunt
2014-10-29 11:13:25 -07:00
XhmikosR
5a83be362a
Update shrinkwrap.
2014-10-29 19:44:14 +02:00
Mark Otto
5429e71401
fixes #14913 : badges in list group shouldn't have text shadow
2014-10-29 10:27:18 -07:00
Mark Otto
aa85e762ea
new homepage images
2014-10-29 10:02:51 -07:00
Mark Otto
e07d741088
grunt
2014-10-29 09:54:43 -07:00
Mark Otto
34c2f46c8b
Merge branch 'master' into v3.3.0
2014-10-29 09:45:09 -07:00
Mark Otto
22baa8153b
fixes #14911 : bump dependencies to fix customizer text from being cut shor
2014-10-29 09:42:00 -07:00
Mark Otto
22f9c8fc0a
grunt
2014-10-29 08:58:51 -07:00
Mark Otto
94b59b57d6
version bump
2014-10-29 08:56:20 -07:00
Mark Otto
a369a0a729
grunt
2014-10-29 08:51:05 -07:00
Chris Rebert
0a56bf7bf2
Merge pull request #14907 from twbs/justified-nav-wall
...
Add WebKit bug for #9774 to Wall of Browser Bugs
2014-10-28 23:22:46 -07:00
Chris Rebert
3fe6a04b90
Add WebKit bug for #9774 to Wall of Browser Bugs
...
[skip sauce]
2014-10-28 23:20:51 -07:00
Mark Otto
a75c6d84e1
grunt
2014-10-28 23:08:42 -07:00
Mark Otto
2d20bba307
Merge pull request #14891 from twbs/cursor_var
...
Add variable for default cursor
2014-10-28 23:04:49 -07:00
Mark Otto
aad0f00887
indentation and comment
2014-10-28 23:04:25 -07:00
Mark Otto
c0c1588402
Merge pull request #14904 from twbs/customize-min-files
...
Customizer: include the minified files only on GitHub pages.
2014-10-28 23:02:48 -07:00
Mark Otto
e528daf6d0
change back to not allowed cursor
2014-10-28 22:57:56 -07:00
Mark Otto
c4b053a013
Merge branch 'master' into cursor_var
2014-10-28 22:57:26 -07:00
Mark Otto
45b59f4307
Reverts #14848 , the overflow scrolling in the docs sidebar /cc @hnrch02
2014-10-28 22:57:16 -07:00
XhmikosR
a515191afd
Customizer: include the minified files only on GitHub pages.
2014-10-29 07:30:57 +02:00
XhmikosR
97ed62361e
Merge pull request #14903 from twbs/fix-#14750
...
Fix customizer download with Firefox.
2014-10-29 07:13:48 +02:00
Heinrich Fenkart
cf88a65f30
Fix customizer download with Firefox.
2014-10-29 06:48:00 +02:00
Chris Rebert
4e3ffa5629
Merge pull request #14902 from twbs/safari-justified-nav
...
Safari v8.0 still suffers from Justified Nav rendering bug
2014-10-28 21:26:00 -07:00
Chris Rebert
c897f9d5f0
Safari v8.0 still suffers from Justified Nav rendering bug
2014-10-28 21:24:45 -07:00
Heinrich Fenkart
bf2ad00ee0
grunt
2014-10-29 04:56:02 +01:00
Ben-Russell
68b771a057
Independently delegate data-api selectors
...
Fixes #14462 .
Closes #14463 by merging it.
2014-10-29 04:54:53 +01:00
Heinrich Fenkart
94b544c229
grunt
2014-10-29 04:44:52 +01:00
Heinrich Fenkart
36e3d07c12
Merge pull request #14686 from twbs/collapsed-class-manual-invocation
...
Handle `collapsed` class on triggers even when manually invoked
2014-10-29 04:42:38 +01:00
Heinrich Fenkart
ed3a65f084
Handle collapsed class on triggers even when manually invoked
...
Fixes #13636 .
2014-10-29 04:34:05 +01:00
Heinrich Fenkart
a7f58a8356
grunt
2014-10-29 04:30:31 +01:00
Heinrich Fenkart
e851b8685a
Merge pull request #14457 from hnrch02/button-set-val-after-event-loop
...
Change value of stateful button after event loop
2014-10-29 04:28:22 +01:00
Chris Rebert
2aac61ed17
Merge pull request #14901 from twbs/translate3d-ios-bug
...
Add `transform: translate3d(0, 0, 0)` iOS Safari bug to the Wall
2014-10-28 18:01:20 -07:00
Chris Rebert
a7fd40950b
Add transform: translate3d(0, 0, 0) iOS Safari bug to the Wall
...
Closes #14603 (again)
[skip sauce]
2014-10-28 17:54:59 -07:00
Mark Otto
4f6aeaa634
Add labels explanation to readme
2014-10-28 17:41:25 -07:00
Mark Otto
2758cfecd8
Merge pull request #14885 from twbs/remove-baseurl
...
Remove `baseurl` as it doesn't serve any real purpose.
2014-10-28 17:21:04 -07:00
Chris Rebert
ca63e387b9
Merge pull request #14899 from twbs/a-href-s
...
add missing hrefs to <a>s in docs+examples
2014-10-28 17:05:52 -07:00
Chris Rebert
d87a636ff9
add missing href="#" to .btn-group-justified example
...
[skip sauce]
2014-10-28 16:10:43 -07:00
Chris Rebert
3eec86e2e5
add missing hrefs to <a>s in docs+examples
2014-10-28 16:05:32 -07:00
Chris Rebert
780c9b05fe
reads more smoothly
...
For @XhmikosR
2014-10-28 13:11:35 -07:00
Chris Rebert
5589a82e80
update shrinkwrap
2014-10-28 11:35:21 -07:00
Chris Rebert
223d9b4b6b
Merge branch 'master' into jonschlinkert/master
2014-10-28 11:10:51 -07:00
Mark Otto
bf3be5a456
swap cursor not-allow for default, and use a variable for all disabled elements
2014-10-27 20:45:46 -07:00
Mark Otto
a5497da5be
grunt
2014-10-27 20:37:17 -07:00
Mark Otto
892f6e35b8
Merge branch 'master' of github.com:twbs/bootstrap
2014-10-27 20:30:02 -07:00
Chris Rebert
de62dcaf53
Merge pull request #14886 from twbs/customizer-clearfix
...
Customizer: add clearfixes to rows and simplify .bs-customizer-input to .col-xs-4
2014-10-27 16:36:03 -07:00
Chris Rebert
5e1af10ecb
Merge pull request #14888 from twbs/fix-14851
...
Increase timeouts in tooltip unit tests to avoid spurious Sauce failures
2014-10-27 16:29:31 -07:00
Chris Rebert
22e1f94b52
Increase timeouts in tooltip unit tests to avoid spurious Sauce failures
...
Fixes #14851
2014-10-27 15:53:43 -07:00
Chris Rebert
ea86605203
Merge pull request #14887 from twbs/ios-8-sauce
...
Update Sauce iOS Safari test to iOS 8.0
[skip validator]
2014-10-27 15:41:08 -07:00
Mark Otto
0723060b89
Merge branch 'master' of github.com:twbs/bootstrap
2014-10-27 15:36:26 -07:00
Chris Rebert
0b9f69b9c8
Update Sauce iOS Safari test to iOS 8.0
...
[skip validator]
2014-10-27 15:26:55 -07:00
Chris Rebert
96801605a4
tweak banner of autogenerated CommonJS module
2014-10-27 15:20:55 -07:00
Chris Rebert
a43d4767ba
.bs-customizer-input => .col-xs-4
2014-10-27 15:02:21 -07:00
Chris Rebert
032a5ab72f
add clearfix divs to customizer input rows
2014-10-27 15:00:30 -07:00
Chris Rebert
af70ac8ae1
Tweak parser to ignore empty Less section docstrings; fixes #14878
2014-10-27 13:50:45 -07:00
XhmikosR
3908235e0f
Remove baseurl as it doesn't serve any real purpose.
2014-10-27 19:35:59 +02:00
Mark Otto
dcee894a8c
grunt
2014-10-26 22:57:38 -07:00
Mark Otto
c672f9e079
Merge pull request #14881 from bhamodi/white-space-optimization
...
Removed unnecessary new lines that were inconsistent with the current formatting style.
2014-10-26 22:56:35 -07:00
Baraa
f0fd6df63a
Removed unnecessary new lines that were inconsistent with current style.
2014-10-26 22:33:55 -07:00
Mark Otto
66bb0b4fc9
Merge branch 'master' into need-to-activate-animated-progressbar
2014-10-26 14:43:32 -07:00
Mark Otto
05c785bfae
grunt
2014-10-26 14:42:06 -07:00
Mark Otto
657ff31c74
Merge branch 'need-to-activate-animated-progressbar' of github.com:twbs/bootstrap into need-to-activate-animated-progressbar
...
Conflicts:
docs/_includes/components/progress-bars.html
docs/assets/js/src/application.js
2014-10-26 14:17:14 -07:00
XhmikosR
554568a184
Merge pull request #14876 from twbs/fix-14875
...
bs-commonjs-generator.js: always use forward slashes in the require path.
2014-10-26 22:13:54 +02:00
Heinrich Fenkart
66e140db82
Docs: progress bars' animation now needs to be manually toggled
...
Refs #14409
2014-10-26 20:43:41 +01:00
Julian Thilo
d40288b0c0
Merge pull request #14880 from danieljuhl/patch-2
...
Added link to danish translation of docs
2014-10-26 15:45:26 +01:00
Daniel Juhl
b171451d77
Added link to danish translation of docs
2014-10-26 15:04:37 +01:00
jonschlinkert
3e9b461766
Replaces markdown.js with [remarkable]( https://github.com/jonschlinkert/remarkable ).
...
- remarkable has 100% support for [commonmark](http://jgm.github.io/CommonMark/spec.html )
- [faster](https://github.com/jonschlinkert/remarkable/tree/master/benchmark )
- easier to monkeypatch. this is a goal of ours, might be useful to you at some point given the custom tokenizing/parsing you're doing for documentation.
2014-10-26 06:38:10 -04:00
XhmikosR
37facee922
bs-commonjs-generator.js: always use forward slashes in the require path.
...
Since `path.resolve` is using backslashes on Windows, we ended up with different files. Just replace those with forward slashes.
2014-10-26 09:35:14 +02:00
XhmikosR
bab3679d10
Losslessly compress apple-touch-icon.png.
...
6314 -> 6140 bytes
[ci skip]
2014-10-26 08:08:33 +02:00
Mark Otto
743aaf6100
fix clipboard button and examples
2014-10-25 22:39:01 -07:00
Heinrich Fenkart
97b4364452
Docs: progress bars' animation now needs to be manually toggled
...
Refs #14409
2014-10-26 06:17:05 +01:00
Mark Otto
5eb08f5d8d
Merge pull request #14748 from twbs/apple-touch-icon
...
Docs: Use a 180x180 apple-touch-icon-precomposed.png.
2014-10-25 21:02:08 -07:00
Heinrich Fenkart
007fbdb66d
Remove faulty unit test from 9740d8b
...
This would only work with transitions but since we disable them for unit tests, this delivers unreliably results.
2014-10-26 04:56:52 +01:00
Mark Otto
af2fe1d76b
new icon
2014-10-25 20:49:10 -07:00
Heinrich Fenkart
5da85f8e8b
Follow-up to 9740d8b: fix small typo
2014-10-26 04:41:47 +01:00
Heinrich Fenkart
2cbb1d9374
grunt
2014-10-26 04:39:49 +01:00
Phil Hughes
9740d8bb69
Fix tooltip occasionally not hiding when using a hide delay
...
Fixes #14375 .
Closes #14519 by merging it.
2014-10-26 04:38:18 +01:00
Mark Otto
783eced7ab
follow up fix for #14837 /cc @hnrch02
2014-10-25 20:20:24 -07:00
Heinrich Fenkart
5f2e6fa58b
grunt
2014-10-26 03:53:10 +01:00
Andrew S. Brown
1b3237629a
Allow multiple delegated tooltip selectors on a node
...
Fixes #14167 .
Closes #14189 by merging it.
2014-10-26 03:51:55 +01:00
Mark Otto
0521913a99
Merge pull request #13824 from jsdf/node-requirable
...
Allow npm package to be resolved via node module resolution
2014-10-25 19:43:05 -07:00
Heinrich Fenkart
44cc763229
grunt
2014-10-26 03:17:19 +01:00
Heinrich Fenkart
0e991ccba2
Follow-up to e8af21c: rm unused variable in unit test
2014-10-26 03:16:05 +01:00
Tadeu Zagallo
e8af21cc9d
Clear scrollspy selection above first section
...
Closes #13563 by merging it.
2014-10-26 03:14:08 +01:00
Mark Otto
2c2564faef
Fixes #14736 : Reverts the remaining progress bar min value overrides from #12848
2014-10-25 19:10:03 -07:00
Mark Otto
3fcd65af41
Fixes #14806 : reset the text-shadow in the themed buttons
2014-10-25 18:57:27 -07:00
Mark Otto
dbef67f198
fix validation
2014-10-25 18:53:43 -07:00
Mark Otto
e795ea1084
Fixes #14791 : document dropdown dividers
2014-10-25 18:44:55 -07:00
Mark Otto
9bf9aab132
grunt
2014-10-25 18:29:15 -07:00
Mark Otto
75620dadcc
Merge branch 'master' of github.com:twbs/bootstrap
2014-10-25 18:28:07 -07:00
Mark Otto
41a26ced24
Fixes #14814 : Use the link active bg variables for theme navbar gradients
2014-10-25 18:27:40 -07:00
Cameron Little
0755d529c6
Tabs plugin accessibility
...
Added support for `aria-expanded` toggling via JavaScript. Added
`aria-controls`, `aria-expanded`, `aria-labelledby` to tabs docs.
Added `aria-expanded` unit test for the tabs plugin.
See also #13554 .
Closes #14154 by merging it.
2014-10-26 02:25:47 +01:00
Mark Otto
38217ee405
Merge branch 'pr/14801'
...
Conflicts:
dist/css/bootstrap.css.map
dist/css/bootstrap.min.css
docs/assets/js/customize.min.js
docs/assets/js/raw-files.min.js
docs/dist/css/bootstrap.css.map
docs/dist/css/bootstrap.min.css
2014-10-25 18:16:40 -07:00
Mark Otto
6e3c55a115
grunt
2014-10-25 18:13:50 -07:00
Mark Otto
42c2918372
Fix up margins and unnest code
2014-10-25 18:13:35 -07:00
Mark Otto
a0e6bd96de
grunt
2014-10-25 17:54:06 -07:00
Mark Otto
57b60e3a04
Merge pull request #14869 from lipis/glyphicon-eur
...
Added alias for euro -> eur
2014-10-25 17:50:08 -07:00
Mark Otto
018c1c0b6e
Merge pull request #14871 from twbs/fix-#14810
...
Move "Copy" button in `code`.
2014-10-25 17:49:13 -07:00
Heinrich Fenkart
e9d6f256c2
grunt
2014-10-26 01:59:25 +02:00
Heinrich Fenkart
1403748907
Merge pull request #14873 from twbs/revert-14569-scrollspy-ignore-invisible-targets
...
Revert "Scrollspy: ignore invisible list items"
2014-10-26 01:56:08 +02:00
Heinrich Fenkart
c1f669e83b
Revert "Scrollspy: ignore invisible list items"
2014-10-26 01:50:38 +02:00
XhmikosR
db550a9235
Run grunt.
2014-10-25 14:12:21 +03:00
XhmikosR
0ad97ab446
Update node dependencies.
2014-10-25 14:12:20 +03:00
Panayiotis Lipiridis
49bcdcb0a8
Added alias for euro -> eur
2014-10-25 01:15:04 +02:00
XhmikosR
0ba39d45b4
Move "Copy" button in code.
2014-10-25 01:48:02 +03:00
Mark Otto
a92aea5127
Merge pull request #14786 from andy-saint/links
...
Added link hover decoration variable
2014-10-24 13:28:46 -07:00
Mark Otto
80aca8c17e
grunt
2014-10-24 13:27:28 -07:00
Mark Otto
79b38361ab
20px from bottom because the final frontier
2014-10-24 13:26:05 -07:00
Mark Otto
1979a311d4
Merge branch 'master' of github.com:twbs/bootstrap
2014-10-24 13:24:34 -07:00
Mark Otto
23e3995cec
guhrunt
2014-10-24 13:24:28 -07:00
Mark Otto
e631b721ec
Merge pull request #14848 from knownasilya/patch-1
...
Make the docs' nav sidebar scrollable
2014-10-24 13:24:14 -07:00
Mark Otto
dbd45f2f6c
Merge pull request #14857 from twbs/fix-14856
...
Fix #14856
2014-10-24 12:09:44 -07:00
Jenn Dodd
e8643ed8b3
Remove .media-object from docs.
...
Signed-off-by: Geoff Pleiss <gpleiss@pivotal.io >
2014-10-23 18:48:50 -04:00
Nicole Sullivan
919b4ccb15
Fixes #14799 : Add vertical alignment of image in media component
...
Signed-off-by: Jenn Dodd <jedodd@pivotal.io >
2014-10-23 18:48:18 -04:00
Chris Rebert
3bea2a45ef
Merge pull request #14847 from twbs/node-deps
...
Update node dependencies.
2014-10-23 13:53:35 -07:00
Chris Rebert
16a5f874d0
grunt update-shrinkwrap
...
[skip sauce]
2014-10-23 13:26:48 -07:00
XhmikosR
d59b235242
Update node dependencies.
2014-10-23 13:26:48 -07:00
XhmikosR
2df585ad6b
Merge pull request #14860 from twbs/comment-typo
...
Fix a small typo in comment.
2014-10-23 09:19:03 +03:00
XhmikosR
c6d1aa76fc
Update Jekyll to v2.4.0 and rouge to v1.7.2.
2014-10-23 09:17:54 +03:00
XhmikosR
f33ed634fc
Docs: Use a 180x180 apple-touch-icon.png.
...
Refs:
https://github.com/h5bp/html5-boilerplate/commit/1c4fcf32142e888946db579df0efbb52542e0ed1
https://github.com/h5bp/html5-boilerplate/commit/345925f04384b59929d8d39ba428cef548921408
[ci skip]
2014-10-23 09:17:27 +03:00
XhmikosR
41dbc53b9b
Fix a small typo in comment.
...
[ci skip]
2014-10-23 09:11:12 +03:00
Heinrich Fenkart
51f1f58be8
grunt
2014-10-23 06:39:51 +02:00
Heinrich Fenkart
9814256736
Merge pull request #14852 from twbs/jquery-version-check
...
Add jQuery version check to existing jQuery presence check
2014-10-23 06:15:36 +02:00
Heinrich Fenkart
fe51148434
Merge pull request #14669 from vsn4ik/dropdown_event_target
...
Use e.target instead :focus selector.
2014-10-23 06:13:46 +02:00
Heinrich Fenkart
1604af041b
Add jQuery version check to existing jQuery presence check
...
Fixes #14809 .
Closes #14825 .
2014-10-23 05:57:15 +02:00
Heinrich Fenkart
e0cea19cbc
grunt
2014-10-23 05:23:29 +02:00
Chris Rebert
57e4b58782
Merge pull request #14859 from twbs/fix-14853
...
Clarify order of tabs events
2014-10-22 18:57:43 -07:00
Chris Rebert
5c18722453
Merge pull request #14858 from twbs/fix-14802
...
Document .alert-dismissible .close restrictions
2014-10-22 18:40:43 -07:00
Chris Rebert
b421dc9490
Clarify order of tabs events; fixes #14853
...
[skip sauce]
2014-10-22 18:38:18 -07:00
Chris Rebert
8d806b0ae5
Document .alert-dismissible .close restrictions; fixes #14802
...
[skip sauce]
2014-10-22 18:05:42 -07:00
Chris Rebert
58143b128b
Fix #14856
...
[skip sauce]
2014-10-22 17:53:59 -07:00
Heinrich Fenkart
3c98dd35ba
Fix IE8 unit test breakage introduced by #14767
2014-10-22 22:09:58 +02:00
Phil Hughes
ab8dbc214e
Implement hide and hidden events for tabs
...
Closes #14772 .
2014-10-22 21:42:35 +02:00
Heinrich Fenkart
40c309b39a
grunt
2014-10-22 21:39:37 +02:00
Heinrich Fenkart
95e0f48e3a
Follow-up to e2cfbd5: Fix spaces in placement calculation
2014-10-22 21:38:34 +02:00
saranya.r
e2cfbd5f2d
Fixes tooltip misplacements in scrollable viewports with auto positioning
...
Fixes #14756 .
Closes #14767 .
2014-10-22 21:35:44 +02:00
Heinrich Fenkart
2bc5277b44
grunt
2014-10-22 21:04:18 +02:00
Patrick H. Lauke
e1d40f7633
Add aria-pressed to single toggle buttons
...
also includes tiny fix/clarification to two existing unit tests for the
.active class, adding data-toggle=“button” explicitly to the tested
buttons
Closes #14819 .
2014-10-22 21:02:19 +02:00
Heinrich Fenkart
60bb69acd5
Merge pull request #14829 from lipis/blank-lines
...
Added/removed blank lines in the docs for consitency
2014-10-22 19:46:40 +02:00
Ilya Radchenko
fb70b13dc3
Allow to scroll the nav
...
Basically it's impossible to use the navigation if it's expanded. This will allow it to be scrollable so that the menus are accessable.
2014-10-22 11:56:12 -04:00
XhmikosR
b2385016ec
Merge pull request #14794 from twbs/docs-libs
...
Update customizer libraries
2014-10-22 18:52:05 +03:00
Chris Rebert
3a7d2691be
Merge pull request #14830 from lipis/sort
...
Sorted various lines using atom/sort-lines
2014-10-22 08:45:02 -07:00
Chris Rebert
fece552ce0
Merge pull request #14841 from twbs/role-button
...
add role="button" to a couple more dummy-anchor btns
2014-10-22 08:31:35 -07:00
Panayiotis Lipiridis
aa8269cfb6
Sorted various lines using atom/sort-lines
2014-10-22 14:06:09 +02:00
Panayiotis Lipiridis
a4f93895be
Added/removed blank lines in the docs for consitency
2014-10-22 13:52:49 +02:00
XhmikosR
27478b966b
Run grunt.
...
[ci skip]
2014-10-22 14:18:18 +03:00
XhmikosR
961ed36f01
Update Holder.js to v2.4.1.
...
[ci skip]
2014-10-22 14:18:13 +03:00
XhmikosR
40ce5670e7
Update JSZip to v2.4.0.
...
[ci skip]
2014-10-22 14:17:48 +03:00
XhmikosR
908190a6c5
Replace the unicode ellipsis symbol with 3 dots.
...
[ci skip]
2014-10-22 13:49:24 +03:00
Chris Rebert
fc0eee7d47
Merge pull request #14838 from twbs/ie9-bizarre-table-hover-bug
...
Add min-height: 0% to .table-responsive; fixes #14837
2014-10-22 01:55:26 -07:00
Heinrich Fenkart
930c422f22
grunt
2014-10-22 04:28:16 +02:00
Heinrich Fenkart
e811a24118
Don't fire show event if show is prevented because other element is still transitioning
...
Fixes #14844 .
Closes #14845 .
2014-10-22 04:25:05 +02:00
Chris Rebert
f26dde085f
add role="button" to a couple more dummy-anchor btns
2014-10-20 20:16:09 -07:00
Chris Rebert
15236f517f
Add min-height: 0% to .table-responsive; Fixes #14837
2014-10-20 17:35:36 -07:00
Chris Rebert
a096c3f6f6
Merge pull request #14836 from lipis/double
...
Removed double parentheses from expressions
2014-10-20 13:26:42 -07:00
Panayiotis Lipiridis
b43a7a932e
Removed double parentheses from expressions
2014-10-20 21:43:03 +02:00
Chris Rebert
8a6a253355
clarify that "build & test everything" Grunt task requires Jekyll
...
Refs #13131 .
2014-10-14 11:41:30 -07:00
XhmikosR
87c1665528
Merge pull request #14790 from twbs/print
...
Print style updates
2014-10-13 20:39:50 +03:00
XhmikosR
9f82f27b9d
Update less/print.less to the latest html5 bp version.
...
Also, keep the html5 boilerplate link in the built CSS.
2014-10-13 13:32:39 +03:00
Andrew Saint
86eac52cce
Added link hover decoration variable
2014-10-12 10:40:10 +01:00
Heinrich Fenkart
4a89fd02b7
grunt
2014-10-10 08:35:56 +02:00
Jacob
42311c86c1
Merge pull request #14724 from twbs/fat-13816
...
fixes #13816 Modal dialog closes when dragging and releasing mouse button outside dialog
2014-10-09 20:56:21 -07:00
fat
4bbe80658a
fixes #13816 Modal dialog closes when dragging and releasing mouse button outside dialog
2014-10-09 20:01:51 -07:00
XhmikosR
9299f5dfa2
Run grunt.
...
[ci skip]
2014-10-09 08:17:56 +03:00
XhmikosR
a1a2dfebb5
Update less.js to v1.7.5.
2014-10-09 08:16:32 +03:00
XhmikosR
924c68f8bb
Update FileSaver.js v2014-08-29.
2014-10-09 08:16:32 +03:00
XhmikosR
7ded2d185d
Update Blob.js to v2014-07-24.
2014-10-09 08:16:31 +03:00
XhmikosR
07f1d89dd2
Run grunt.
2014-10-07 19:57:01 +03:00
XhmikosR
3bdafb1fa5
Merge pull request #14745 from twbs/twitter-https
...
Change Twitter links to use `https`.
2014-10-07 15:59:26 +03:00
XhmikosR
909a178362
Change Twitter links to use https.
2014-10-07 15:28:41 +03:00
XhmikosR
b93ebeaa9c
Merge pull request #14743 from twbs/normalize-302
...
Update normalize.css to v3.0.2.
2014-10-07 11:38:23 +03:00
XhmikosR
0ca71396b5
Update normalize.css to v3.0.2.
2014-10-07 11:29:59 +03:00
Heinrich Fenkart
61705d35fa
Small clean-up in scrollspy unit test
2014-10-07 06:57:46 +02:00
Chris Rebert
7af7a5eadb
Merge pull request #14728 from twbs/browser-bug-reporting
...
Add browser bug reporting links to CONTRIBUTING docs
2014-10-03 20:39:12 -07:00
Chris Rebert
d361470487
tooltip unit tests: fix typo in test description
2014-10-03 16:26:53 -07:00
Chris Rebert
00b381ed9b
Add browser bug reporting links to CONTRIBUTING docs; refs #13974
2014-10-03 15:16:46 -07:00
Maarten Van Hoof
44894a40e5
Add missing collapse JS files to dropdown visual test
...
Closes #14726 .
2014-10-03 19:55:13 +02:00
Heinrich Fenkart
5bb08c50fa
grunt
2014-10-03 08:17:49 +02:00
Jacob
2c562d2386
Merge pull request #14590 from twbs/carousel-keyboard-option
...
Add `keyboard` option to carousel
2014-10-02 23:11:14 -07:00
Mark Otto
f75fc32462
grunt
2014-10-02 22:21:02 -07:00
Mark Otto
0f28bbf732
Merge branch 'master' of github.com:twbs/bootstrap
2014-10-02 22:18:46 -07:00
Mark Otto
82eaf3cdce
Fixes #14251 : Don't use hidden screen reader content in docs table so that Safari doesn't screw up overflow: hidden; content
2014-10-02 22:18:39 -07:00
Jacob
62344098af
Merge pull request #14723 from twbs/fat-fix-14254
...
fix #14254 Modal Sometimes Does Not Appear after Multiple Displays in S...
2014-10-02 22:03:55 -07:00
fat
582bb7dcdc
fix #14254 Modal Sometimes Does Not Appear after Multiple Displays in Safari
2014-10-02 21:52:53 -07:00
Jacob
3fda099f5c
Merge pull request #14722 from twbs/fat-14646
...
Escape key should only close Dropdown
2014-10-02 21:26:38 -07:00
Mark Otto
76268c4b96
more grunt
2014-10-02 21:21:49 -07:00
Mark Otto
f579b66b80
Merge branch 'master' of github.com:twbs/bootstrap
...
Conflicts:
docs/assets/js/raw-files.min.js
2014-10-02 21:19:43 -07:00
Mark Otto
12091b9567
Fixes #14711 : Account for list groups in collapsing panels
2014-10-02 21:19:20 -07:00
fat
e5fc22ccfa
Escape key should only close Dropdown
2014-10-02 21:11:17 -07:00
Heinrich Fenkart
68b80836cf
grunt
2014-10-03 05:20:23 +02:00
Heinrich Fenkart
038a63b0eb
Add keyboard option to carousel
...
Also adds unit tests for keyboard events.
Fixes #14468 .
2014-10-03 05:16:31 +02:00
Mark Otto
e7b5c4c18b
Merge branch 'master' of github.com:twbs/bootstrap
2014-10-02 20:10:19 -07:00
Mark Otto
2aedd274f2
fixes #14714 : don't use specific value in buttons docs
2014-10-02 20:09:23 -07:00
Jacob
b702889613
Merge pull request #14626 from twbs/carousel-pause-hover-non-mobile
...
Only enable `pause: hover` for non-touch browsers
2014-10-02 20:09:20 -07:00
Chris Rebert
64a74e9354
Merge pull request #14716 from blankmaker/docs/fix-12563
...
Fix #12563 : Elaborate that popover('show') checks title/content
2014-10-02 10:48:36 -07:00
David Nguyen
6fa7495333
Fix #12563 : Reiterate that empty tooltips+popovers do not get displayed
2014-10-02 10:44:20 -07:00
Chris Rebert
33afb8a37b
Merge pull request #14715 from watilde/update/grunt-contrib-jade
...
Update grunt-contrib-jade@0.13 .0
2014-10-01 22:02:22 -07:00
Daijiro Wachi
2b70f94b15
Update grunt-contrib-jade version
2014-10-02 13:30:36 +09:00
Heinrich Fenkart
32162b16cb
grunt
2014-10-01 21:10:33 +02:00
Chris Rebert
91581e8c6c
Filed WebKit bug for #8350
2014-10-01 09:38:09 -07:00
Chris Rebert
89a873e204
Chromium bug #329574 seems to have been fixed
2014-10-01 09:19:29 -07:00
Chris Rebert
0e236586aa
Chromium bug #282918 seems to have been fixed.
2014-09-30 19:38:00 -07:00
Nicole Bartelt
8f912a76cd
Merge pull request #14709 from twbs/add-collapsed-default-class-to-accordion-toggle-example
...
Added default collapsed class to accordion
2014-09-30 18:05:11 -07:00
Nicole Bartelt
7398e1904b
Added default collapsed class to the collapsed accordion html code example in the docs
2014-09-30 17:54:34 -07:00
Nicole Bartelt
d8c02c7d29
Added default collapsed class to the collapsed accordion examples in the docs
2014-09-30 17:10:51 -07:00
Chris Rebert
ef6378b9e8
Chromium bug #337668 seems to have been fixed.
2014-09-30 13:50:46 -07:00
Mark Otto
121b204b14
grunt
2014-09-26 13:48:31 -07:00
Mark Otto
36fdd29413
Fixes #14682 : Remove quotes reset on blockquote elements as it causes rendering bugs
2014-09-26 13:47:26 -07:00
Mark Otto
8e25695d09
Fixes #14687 : Include video element in responsive embed
2014-09-26 13:45:28 -07:00
Heinrich Fenkart
4e17a9be18
Merge pull request #14691 from Quy/master
...
Fix anchor link
2014-09-26 17:36:58 +02:00
Quy Ton
ebe85270d9
Fix anchor link
2014-09-26 08:27:55 -07:00
Heinrich Fenkart
a332c18c87
Add type to buttons in tooltip-viewport example
2014-09-26 00:14:48 +02:00
Heinrich Fenkart
0d04dcaebd
grunt
2014-09-26 00:10:41 +02:00
Chris Rebert
89d437deda
rm redundant grid column classes from responsive utilities demos
2014-09-25 09:09:19 -07:00
XhmikosR
e26fcf470f
Update dependencies.
...
Close #14664 .
2014-09-25 18:39:42 +03:00
Chris Rebert
443a1b11ee
tooltip.js: fix alignment
2014-09-24 21:27:56 -07:00
Chris Rebert
c15fffc73b
Merge pull request #14623 from twbs/fix-14561
...
Use container instead of parent for tooltip/popover auto-placement calcs
2014-09-24 21:13:25 -07:00
Chris Rebert
4d9890ea2e
Use container instead of parent for tooltip/popover auto-placement calcs
...
Fixes #14561 . Big thanks to @wickstargazer.
[skip validator]
2014-09-24 20:46:49 -07:00
Heinrich Fenkart
7ce6824748
grunt
2014-09-25 02:23:48 +02:00
Heinrich Fenkart
61a4fee626
Merge pull request #14599 from twbs/tooltip-outerDims-only-when-body
...
Tooltip: Rely on `getBoundingClientRect` for `width` and `height`
2014-09-25 02:08:30 +02:00
Heinrich Fenkart
24ae068f21
Tooltip: Rely on getBoundingClientRect for width and height
...
Fixes #14553 .
2014-09-25 01:35:51 +02:00
Chris Rebert
e70fc61eff
fix typo in Tools section of Getting Started docs
2014-09-24 11:10:18 -07:00
Mark Otto
2858208038
Merge pull request #14673 from twbs/restore_sr_friendly_collapse
...
More screenreader friendly Collapse, Take 2
2014-09-24 10:38:01 -07:00
Mark Otto
73117814ea
Merge pull request #14677 from twbs/bootlint-docs
...
Mention Bootlint in Getting Started docs under new Tools section
2014-09-23 22:03:35 -07:00
Mark Otto
6eb633775b
Merge pull request #14674 from twbs/fix-14478
...
Document that the autofocus attribute doesn't work in modals.
2014-09-23 22:03:13 -07:00
Mark Otto
e4f8684d16
Merge pull request #14675 from twbs/bug-report-guidelines
...
Mention HTML5 validator and Bootlint as part of troubleshooting steps
2014-09-23 22:02:36 -07:00
Mark Otto
bfdd6d7683
Merge pull request #14676 from twbs/mention-14598-more
...
Also mention the "no justified navbars" limitation in the Nav docs
2014-09-23 22:02:11 -07:00
Chris Rebert
afde59ef87
Mention Bootlint in Getting Started docs under new Tools section
...
[skip sauce]
2014-09-23 18:24:37 -07:00
Chris Rebert
f334a15e9e
Also mention the "no justified navbars" limitation in the Nav docs
...
Refs #14598
[skip sauce]
2014-09-23 18:06:39 -07:00
Chris Rebert
93f4426fed
linkify reference to Nav component in Scrollspy docs
2014-09-23 17:18:15 -07:00
Chris Rebert
a28e5a3024
Mention HTML5 validator and Bootlint as part of troubleshooting steps
...
Fixes https://github.com/twbs/bootlint/issues/67
2014-09-23 17:14:13 -07:00
Chris Rebert
d6903e4239
Document that the autofocus attribute doesn't work in modals.
...
Closes #14478 .
2014-09-23 16:53:09 -07:00
Heinrich Fenkart
c37c1a6743
Only enable pause: hover for non-touch browsers
...
Fixes #11967 .
2014-09-23 23:34:58 +02:00
Mark Otto
5d051736a4
Add brief note about justified navs being unsupported to fix #14598
2014-09-23 14:29:48 -07:00
Mark Otto
6cfd176ac3
Reverts 0ec05da0ee to bring back #14444 to fix #14348 (again)
2014-09-23 13:29:19 -07:00
vsn4ik
bd66b12a94
Use e.target instead :focus selector.
2014-09-23 13:19:15 +04:00
Mark Otto
ccecb7cde4
fixes #14654 : callout for scrollspy-nav link
2014-09-22 20:27:23 -07:00
Mark Otto
5cba9ba564
Merge pull request #14667 from twbs/remove_translate3d
...
Remove translate3d
2014-09-22 14:56:35 -07:00
Mark Otto
4969c2055d
grunt
2014-09-22 14:27:13 -07:00
Mark Otto
cfa4f4db23
Merge branch 'master' into remove_translate3d
2014-09-22 14:25:52 -07:00
Mark Otto
f540569e87
Fixes #14227 , #14603 : Drop translate3d for translate on navbars to avoid iOS rendering problems and ensure a more predictable base styling
2014-09-22 14:17:54 -07:00
Chris Rebert
27484b415f
Merge pull request #14666 from twbs/fix-14663
...
Update docs to reflect that Safari percentages were fixed in v7.1 & iOS 8.0
2014-09-22 13:52:48 -07:00
Chris Rebert
be79bef527
Safari percentages were fixed in v7.1 & iOS 8.0; fixes #14663
2014-09-22 13:48:05 -07:00
Chris Rebert
4a3931d4c5
document S3Cachefile.json
2014-09-22 13:22:34 -07:00
Heinrich Fenkart
36ebec5e76
grunt
2014-09-22 21:47:24 +02:00
Heinrich Fenkart
acf3c0bf48
Merge pull request #14570 from twbs/remove-modal-open-after-backdrop-closed
...
Remove `.modal-open` class after backdrop is hidden
2014-09-22 21:44:39 +02:00
Chris Rebert
7441d3f4c5
Remove #8702 entry from Wall of browser bugs
...
A fix is shipping in Firefox 35: https://bugzilla.mozilla.org/show_bug.cgi?id=763671
2014-09-22 10:59:38 -07:00
Chris Rebert
7f415e20e7
Remove Safari percent rounding bug entry from Wall of browser bugs
...
Bug is fixed in OS X Safari v7.1
Refs #14663
2014-09-22 10:16:25 -07:00
Chris Rebert
1f329f8f17
the justified nav bug is still present in Safari v7.1
2014-09-21 15:34:57 -07:00
Mark Otto
e33922eb06
grunt
2014-09-18 19:11:47 -07:00
Mark Otto
9ed65ab444
Fixes #14592 : Add new variable for progress border radius
2014-09-18 19:09:51 -07:00
Mark Otto
98b745a06b
grunt
2014-09-18 19:00:30 -07:00
Mark Otto
642fbf7e36
Fixes #14642 : Add docs mention for blank checkboxes and radios
2014-09-18 19:00:26 -07:00
Mark Otto
75204aeafa
grunt
2014-09-18 18:33:52 -07:00
Chris Rebert
0a5ba4aab2
Merge pull request #14641 from twbs/hide-passing
...
Make it easier to see failing tests in Sauce screencasts
2014-09-18 00:45:45 -07:00
Chris Rebert
6f6466330d
Make it easier to see failing tests in Sauce screencasts
...
...by hiding passing tests in the list of tests.
2014-09-17 18:33:39 -07:00
Chris Rebert
3a1bf02ebf
tweak grunt docs description
2014-09-17 17:48:40 -07:00
Chris Rebert
0013f12989
fix #14609
2014-09-17 17:36:07 -07:00
Heinrich Fenkart
3beeb32bb0
Follow-up to #14581 : Use div instead of HTML5 section for IE8
2014-09-17 23:33:22 +02:00
saranya.r
db9e8ee813
Fix tooltip misplacement with "auto top"
...
Fixes #14322 .
Closes #14581 .
2014-09-17 23:11:04 +02:00
Mark Otto
c5c67d0f54
Fixes #14628 , #14629 : Add note to docs about grunt docs command
2014-09-17 11:28:24 -07:00
Heinrich Fenkart
c4f431d262
Remove .modal-open class after backdrop is hidden
...
Fixes #14274 .
Fixes #14632 .
2014-09-17 09:21:09 +02:00
Chris Rebert
48c67095b0
Merge pull request #14577 from twbs/pagination-role-nav
...
Wrap .pagination & .pager in <nav> to improve accessibility
2014-09-16 13:01:00 -07:00
Heinrich Fenkart
5a5cf224e1
grunt
2014-09-16 05:59:09 +02:00
Heinrich Fenkart
152d9dfe2e
Merge pull request #14610 from twbs/axe-tooltip-validate
...
Remove unused Tooltip#validate method
2014-09-16 05:41:17 +02:00
Heinrich Fenkart
16f9529ed1
grunt
2014-09-16 05:40:03 +02:00
Chris Rebert
0e18ee643b
Merge pull request #14625 from twbs/svg-tooltip-test-fix
...
Must explicitly destroy tooltip in SVG unit test since its container is body
2014-09-15 20:05:24 -07:00
Chris Rebert
73e3db0a2f
Must explicitly destroy tooltip in SVG unit test since its container is body.
...
Leaking tooltips across tests leads to confusion and sadness.
2014-09-15 20:01:06 -07:00
Chris Rebert
1783c70727
Merge pull request #14624 from twbs/type-button
...
modal docs: ensure all <button>s have an explicit `type` attribute
2014-09-15 15:49:22 -07:00
Chris Rebert
ad00ad85fe
modal docs: ensure all <button>s have an explicit type attribute
...
[skip sauce]
2014-09-15 15:43:34 -07:00
Chris Rebert
4f983bbaca
Merge pull request #14611 from vsn4ik/add_install_with_npm
...
Add npm install info.
2014-09-15 11:55:54 -07:00
Chris Rebert
060c277c8d
Merge pull request #14612 from vsn4ik/update_docs_links
...
Update github links in footer.
2014-09-13 10:37:29 -07:00
vsn4ik
73224f6564
Update github links in footer.
2014-09-13 12:59:42 +04:00
vsn4ik
ca7c75d978
README.md: Add npm install info.
2014-09-13 12:50:36 +04:00
Heinrich Fenkart
e094d470d4
Remove unused Tooltip#validate method
2014-09-13 09:39:15 +02:00
Heinrich Fenkart
d0f76e416c
grunt
2014-09-13 04:46:31 +02:00
Peter West
4c98507010
Correctly selects arrow placement for a tooltip
...
Fixes #13696 .
Fixes #13696 .
Fixes #14197 .
Closes #13718 .
2014-09-13 04:25:34 +02:00
Heinrich Fenkart
0a4c39dc40
Teh grunt
...
https://www.youtube.com/watch?v=L-4VxEtWyRo
2014-09-13 03:15:04 +02:00
Heinrich Fenkart
a3a04bfe53
Merge pull request #14571 from twbs/properly-hide-tooltip-on-destroy
...
Properly fire hidden event when tooltip is destroyed
2014-09-13 03:11:03 +02:00
Heinrich Fenkart
76762169c3
Properly fire hidden event when tooltip is destroyed
...
Fixes #13031 .
2014-09-13 03:07:32 +02:00
Chris Rebert
0fe48a78c1
Merge pull request #14578 from twbs/accordion-panel-labelledby
...
add aria-labelledby to accordion example to improve accessibility
2014-09-12 17:52:42 -07:00
Heinrich Fenkart
0cf94b82ee
grunt
2014-09-13 02:42:18 +02:00
Chris Rebert
4849ec1cea
add aria-labelledby to accordion example to improve accessibility
2014-09-12 17:40:44 -07:00
Heinrich Fenkart
a97db64881
Merge pull request #14569 from twbs/scrollspy-ignore-invisible-targets
...
Scrollspy: ignore invisible list items
2014-09-13 02:29:28 +02:00
Heinrich Fenkart
40f889df2a
Merge pull request #14353 from hnrch02/collapse-count-collapsing-as-active
...
Collapse: count `.collapsing` elements as actives; closes #13447
2014-09-13 02:28:25 +02:00
Chris Rebert
60164bc4ba
Merge pull request #14579 from twbs/accordion-heading-role-tab
...
add role="tab" to .panel-heading-s in accordion example to improve accessibility
2014-09-12 17:23:23 -07:00
Heinrich Fenkart
cabace78da
G R U N T
2014-09-11 23:43:27 +02:00
Heinrich Fenkart
6e206f5e8f
Merge pull request #14492 from twbs/ie8-getBoundingClientRect
...
Handle lack of .width and .height from getBoundingClientRect() in IE8
2014-09-11 23:11:45 +02:00
Chris Rebert
56c8c1bb55
add role="tab" to .panel-heading-s in accordion example to improve accessibility
2014-09-08 23:33:26 -07:00
Chris Rebert
b2088366a3
Wrap .pagination & .pager in <nav> to improve accessibility
2014-09-08 20:52:07 -07:00
Heinrich Fenkart
97027a2f6f
Merge pull request #14573 from twbs/indom-check-cross-doc
...
Make inDom check of tooltip cross document compatible
2014-09-09 03:14:12 +02:00
Heinrich Fenkart
759a95b0fe
Make inDom check of tooltip cross document compatible
...
Fixes #14483
2014-09-09 03:03:14 +02:00
James Friend
3440074bb7
code style improvement
2014-09-09 08:50:35 +08:00
James Friend
4ba4b7c3cf
added banner about generated file
2014-09-09 08:47:23 +08:00
samme
e29c75041e
Make affix accept 0 as offsetTop or offsetBottom
...
Fixes #12815 .
Closes #14363 .
2014-09-09 01:32:42 +02:00
Heinrich Fenkart
9b9e2f5d13
grunt and missing new line
2014-09-09 01:23:48 +02:00
Patrick H. Lauke
fb1ca10b99
ARIA support for collapse
...
Added handling of aria-expanded=true/false to collapse.js, updated
documentation to include advice on making expand/collapse controls
accessible, updated examples and javascript documentation to use
aria-expanded and aria-controls (when targetting single collapsible
element, using ID rather than class selector)
Closes #14147 .
Closes #14153 .
2014-09-09 01:19:20 +02:00
Heinrich Fenkart
d15444d15e
Scrollspy: ignore invisible list items
...
Fixes #13071
2014-09-09 00:18:18 +02:00
Heinrich Fenkart
9702579aeb
run grunt
2014-09-09 00:12:33 +02:00
Heinrich Fenkart
859ddc11fb
Merge pull request #14242 from hnrch02/remove-aria-describedby-later
...
Remove `aria-describedby` attribute later
2014-09-08 23:14:50 +02:00
Heinrich Fenkart
e4b55ded5c
Merge pull request #13928 from SGinTech/sgit_collapseEventOrder
...
Ensure that hidden event is sent when content is really hidden (collapsi...
2014-09-08 23:12:27 +02:00
Heinrich Fenkart
c9602c29c3
grunt
2014-09-08 22:41:45 +02:00
Chris Rebert
f6264b444a
Merge branch 'collinanderson/whitespace'
2014-09-08 13:36:11 -07:00
Chris Rebert
1e6849dd58
clean whitespace
...
Thanks to @collinanderson
Closes #14567
2014-09-08 13:35:07 -07:00
Heinrich Fenkart
787404e090
Merge pull request #14287 from hnrch02/revert-13855-modal-mousedown
...
Revert #13855 due to #14263
2014-09-08 22:23:43 +02:00
Mark Otto
6cec0399d0
grunt
2014-09-08 11:40:23 -07:00
Heinrich Fenkart
285feb4dd7
Merge pull request #14559 from hnrch02/properly-hide-btngroup-checkbox-n-radio
...
Properly hide checkbox and radio inputs in button groups
2014-09-08 20:32:20 +02:00
Chris Rebert
cd3c54d281
Merge pull request #14565 from twbs/hnrch02
...
Add @hnrch02 to Core Team members list
2014-09-08 11:09:15 -07:00
Mark Otto
a3b8189927
Merge pull request #14566 from twbs/fixes_14542
...
Cleaned up fix for #14511 (input border-radii variables)
2014-09-08 11:08:35 -07:00
Chris Rebert
28f4632e6c
Add @hnrch02 to Core Team members list
2014-09-08 11:05:32 -07:00
Mark Otto
c12928abdb
grunt
2014-09-08 11:04:47 -07:00
Marat Abdullin
0d8f5fffa5
Variables for large and small input border radiuses
2014-09-08 11:04:12 -07:00
Mark Otto
994d0b20aa
Merge pull request #14564 from twbs/fixes_14557
...
Fixes #14557 : .form-group margin in .navbar-form
2014-09-08 11:03:00 -07:00
Mark Otto
c6d7d71549
Fixes #14557 : Reset the bottom margin on .form-group:last-child in .navbar-form to prevent extra spacing
2014-09-08 10:57:50 -07:00
Mark Otto
5578733238
Merge pull request #14563 from twbs/fixes_14319
...
Fixes #14319 : Jumbotron reflow
2014-09-08 10:45:18 -07:00
Chris Rebert
8bb1a3fc75
customizer: minor cleanup of IE8 error messaging code
...
[skip sauce]
2014-09-08 10:44:28 -07:00
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
Mark Otto
f5890adb17
grunt
2014-08-27 22:25:24 -07:00
James Friend
2bc417732c
code style fixes
2014-08-28 09:54:51 +08:00
James Friend
015ee2ed74
pulled output path out to gruntfile
2014-08-28 09:39:41 +08:00
James Friend
9aeaf19b1d
Merge remote-tracking branch 'upstream/master' into node-requirable
...
Conflicts:
Gruntfile.js
2014-08-28 09:32:08 +08:00
James Friend
e7991a9a1e
generate commonjs/npm entrypoint module via grunt task
2014-08-28 09:24:23 +08:00
Guo Du
57c152e8ff
fix nav links to end with / to avoid 301 redirect
2014-08-27 21:37:55 +01:00
Jaume Alemany
3ce160754c
Make popover-arrow-color default to popover-bg
2014-08-27 14:20:49 +02:00
XhmikosR
35f09315ed
Merge pull request #14453 from vsn4ik/less_empty_lines
...
Less: Remove empty lines and blanks.
2014-08-26 19:07:00 +03:00
XhmikosR
4372d49911
Merge pull request #14458 from twbs/npm-deps
...
Update dev dependencies.
2014-08-26 19:04:46 +03:00
XhmikosR
ac132da789
Update Ruby dependencies.
2014-08-26 13:54:22 +03:00
XhmikosR
701c27e22e
Update dev dependencies.
2014-08-26 13:51:05 +03:00
XhmikosR
b1bb57360c
Specify cursor: pointer for #import-manual-trigger.
2014-08-26 13:12:54 +03:00
Heinrich Fenkart
c207b5b66b
Change value of stateful button after event loop
...
Fixes #14450
2014-08-26 03:02:29 +02:00
vsn4ik
a03d269287
Less: Remove empty lines and blanks.
2014-08-26 02:24:09 +04:00
vsn4ik
4c15fa8642
Update print.less from source (html5-boilerplate). Simplyfy table style.
2014-08-26 02:04:34 +04:00
Chris Rebert
55dd964690
Merge pull request #14451 from Siecje/patch-1
...
Updating IRC channel
2014-08-25 12:38:53 -07:00
Siecje
22edcc8d50
Updating IRC channel
2014-08-25 12:14:11 -04:00
Julian Thilo
1517bea4e2
Update link to Run Jekyll on Windows guide
2014-08-25 02:18:58 +02:00
Mark Otto
0140198699
grunt
2014-08-23 13:46:28 -07:00
Mark Otto
a9cd2ce4c9
Merge branch 'master' of github.com:twbs/bootstrap
2014-08-23 13:44:41 -07:00
Mark Otto
32a6d9b404
Full grunt
2014-08-23 13:43:41 -07:00
Mark Otto
56bb92ac4f
Fixes #14386 : Reset font, text, and line-height properties in popovers
2014-08-23 13:42:45 -07:00
Mark Otto
7e8f10fd1a
Merge pull request #14408 from vsn4ik/dropdown_menu_disabled_style
...
Refactor dropdown.less. Optimize ".dropdown-menu > .disabled" selector.
2014-08-23 13:39:10 -07:00
Mark Otto
3c0e2e28f8
fixes #14425 : remove invalid css property
2014-08-23 13:37:29 -07:00
Mark Otto
28c907f635
fixes #14441
2014-08-23 13:35:39 -07:00
Mark Otto
4fc96e8029
grunt
2014-08-23 13:35:22 -07:00
Mark Otto
f36e1c467c
Merge branch 'master' of github.com:twbs/bootstrap
2014-08-23 13:31:56 -07:00
Mark Otto
9a39ee90b4
Fixes #13943 again: lighten links, and text, in navbar. Still not 100% compliant, but it's better.
2014-08-23 13:26:37 -07:00
Mark Otto
e3c2640782
Merge pull request #14382 from vsn4ik/https_links_in_readme
...
README.md: Change links to use HTTPS
2014-08-23 13:12:47 -07:00
Mark Otto
875006d08c
Merge pull request #14417 from twbs/fat-14282
...
fixes #14282 - Already Visible collapse gets closed when …
2014-08-23 12:58:24 -07:00
Mark Otto
dfa2759a52
Fixes #14348 : Add visibility styles to collapse and tab content to match .hidden
2014-08-23 12:25:27 -07:00
Mark Otto
f265137c05
Fixes #14440 : Remove unused nav variable
2014-08-23 12:21:17 -07:00
Mark Otto
6a0eb4e6bd
grunt
2014-08-23 12:19:36 -07:00
Julian Thilo
70a5b849e8
Merge pull request #14433 from KostyaTretyak/patch-1
...
Ukrainian site migrates on twbs.docs.org.ua
2014-08-21 16:06:45 +02:00
KostyaTretyak
c954ba4545
Ukrainian site migrates to twbs.docs.org.ua
2014-08-21 13:42:30 +03:00
Chris Rebert
9efedf8f7b
Merge pull request #14406 from twbs/nav-tag-for-navbar
...
consistently use <nav> instead of <div> for .navbar in docs
2014-08-20 21:48:59 -07:00
Jacob
c95aa97c03
Merge pull request #14244 from programcsharp/master
...
Remove popover content with .children().detach() instead of .empty()
2014-08-18 20:06:02 -07:00
fat
9c2e54bfec
fixes #14282 - Already Visible collapse gets closed when .collapse('show') is called
2014-08-18 19:58:19 -07:00
Chris Rebert
ea0e1606dc
Assume Element.getBoundingClientRect() exists; Fixes #14093
...
[skip validator]
2014-08-17 16:08:49 -07:00
Chris Rebert
e7d5905f38
grunt
2014-08-17 15:44:25 -07:00
Chris Rebert
71c2c372f6
Fix #14411 by setting JSON Content-Type for Gist API request
2014-08-17 15:41:53 -07:00
vsn4ik
8d7700b2b6
Use single .dropdown-menu
2014-08-16 19:20:13 +04:00
Chris Rebert
6b7142212f
consistently use <nav> instead of <div> for .navbar in docs
2014-08-15 18:09:05 -07:00
Chris Rebert
31f7cb152e
Merge pull request #14402 from Joshua-Anderson/travis-time
...
Remove `time` from `.travis.yml`.
2014-08-15 11:52:50 -07:00
Joshua Anderson
325defb63f
Remove time from .travis.yml.
...
Travis CI now does this automatically.
2014-08-15 11:37:32 -07:00
Chris Rebert
8194668c52
Merge pull request #14316 from hnrch02/use-closest-alert
...
Use closest `.alert` for alert dismissal; closes #14306
2014-08-15 11:30:35 -07:00
Chris Rebert
a9b7ba419a
Merge pull request #14394 from twbs/gruntfile-bower
...
Fix `grunt dist` under Bower by separating docs into separate task
2014-08-15 10:52:28 -07:00
Chris Rebert
c8f1dd7e97
Merge pull request #14396 from twbs/retry-npm
...
Add retries to uncached-npm-install.sh
2014-08-15 10:43:40 -07:00
Julian Thilo
32aa9b24a1
Merge pull request #14339 from budnik/patch-3
...
fix typo in ukrainian doc description
2014-08-15 11:48:29 +02:00
Chris Rebert
ff18f380d5
Add retries to uncached-npm-install.sh
...
Pull requests are frequently failing on Travis due to npm flakiness
(I think) travis_retry isn't available in indirect subshells like this
2014-08-14 17:59:55 -07:00
Chris Rebert
06c4002019
Gruntfile: Fix #13949 by separating docs into separate task & refactoring
2014-08-14 11:42:13 -07:00
vsn4ik
b6fe7c43e3
README.md: Аmendment links to use HTTPS.
2014-08-14 14:26:47 +04:00
Chris Rebert
559f16572f
Gruntfile: switch cssmin & jade tasks from files over to src & dest
...
Refs #14388 .
2014-08-13 17:36:13 -07:00
vsn4ik
da8daa667c
Gruntfile.js: Use user-friendly properties.
2014-08-13 23:12:09 +04:00
Chris Rebert
a8437f0d23
Merge pull request #14325 from hnrch02/cleanup-buttons-docs
...
Clean up buttons documentation
2014-08-08 12:23:55 -07:00
Heinrich Fenkart
436015c191
Collapse: count .collapsing elements as actives; closes #13447
2014-08-08 01:23:50 +02:00
Дмитро Будник
8c3f095fa4
fix typo in ukrainian doc description
2014-08-06 15:56:56 +03:00
Heinrich Fenkart
2c625c7d1a
Clean up buttons documentation
2014-08-06 06:10:51 +02:00
Chris Rebert
b4895a0d6d
Merge pull request #14336 from michaeljayt/patch-2
...
Make grunt concat js files when watching
2014-08-05 19:28:22 -07:00
Michael J.
d80be40d04
Make grunt concat js files when watching
2014-08-06 10:22:16 +08:00
Heinrich Fenkart
d9f1ea8252
Small wording tweak in alert docs
2014-08-06 03:50:10 +02:00
Chris Rebert
ae20895fd0
Merge pull request #14334 from twbs/update-autoprefixer
...
bump grunt-autoprefixer to ~1.0.0
2014-08-05 18:46:02 -07:00
Chris Rebert
c3b6de2d44
Merge pull request #14332 from hnrch02/clarify-alert-removal
...
Document that alerts are removed from the DOM when closed; fixes #14318
2014-08-05 18:42:01 -07:00
Chris Rebert
b3e8001be2
bump grunt-autoprefixer to ~1.0.0
2014-08-05 18:38:29 -07:00
Heinrich Fenkart
ddadb2cf65
Document that alerts are removed from the DOM when closed; fixes #14318
2014-08-06 02:42:03 +02:00
James Friend
689faaf16f
added a separate npm-specific main file
2014-08-05 10:51:31 +08:00
Mark Otto
9096c20021
grunt
2014-08-04 14:05:12 -07:00
Heinrich Fenkart
75bffd84ae
Use closest .alert for alert dismissal; closes #14306
2014-08-04 19:33:42 +02:00
Heinrich Fenkart
dca8afa333
Remove aria-describedby attribute later
...
Fixes #14241
2014-08-04 19:21:49 +02:00
Mark Otto
14e8ec2514
unfuck all that because lol dependencies
2014-08-04 10:14:11 -07:00
Mark Otto
6c87895eec
fixes #14310 : reset .active as well for button links
2014-08-04 10:01:20 -07:00
Julian Thilo
fd6c00d141
Merge pull request #14315 from twbs/browser_bug_applet
...
Add Wall of Browser Bugs entry for #14124
2014-08-04 18:48:04 +02:00
Julian Thilo
f7acc1c77c
Add Wall of Browser Bugs entry for #14124
...
[skip sauce]
2014-08-04 18:46:27 +02:00
Chris Rebert
fb2e9fe30c
Merge branch 'KyleMit/add-default-settings-documentation'
2014-08-04 09:08:07 -07:00
Kyle
333af7d371
Add docs for how to change default JS plugin settings
...
Closes #14250 .
2014-08-04 09:07:19 -07:00
Mark Otto
77b0dc69eb
Merge pull request #14311 from hnrch02/autoprefixer-for-13074
...
Follow-up to #13074 : use spec syntax instead of deprecated mixins
2014-08-03 22:12:52 -07:00
Heinrich Fenkart
b10b373c60
Follow-up to #13074 : use spec syntax instead of deprecated mixins
2014-08-04 06:19:42 +02:00
Mark Otto
6424acf69a
Fixes #14234 : Reset the hack IE8-10 with another hack just for IE11 for temporal inputs and line-height
2014-08-02 21:16:32 -07:00
Mark Otto
9d0872b748
Fixes #14251 : Remove the -webkit-overflow-scrolling to prevent Safari from screwing up widths
2014-08-02 19:05:46 -07:00
Mark Otto
67d39404a2
grunt
2014-08-02 18:41:00 -07:00
Mark Otto
c7970106a2
Merge pull request #13074 from haydenbleasel/master
...
WebKit CSS3 carousel transforms for supported devices
2014-08-02 18:40:21 -07:00
Mark Otto
033f1654b0
Fixes #14296 : document a table caption example
2014-08-02 14:49:48 -07:00
Mark Otto
b9e6848dc8
Fixes #14253 : Add borders for tables that follow bodies in panels
2014-08-02 13:55:02 -07:00
Mark Otto
feed9aed5b
Fixes #13202 : Always use overflow: auto; on .table-responsive to prevent content breaking out of containers
2014-08-02 13:05:11 -07:00
Chris Rebert
557d3e527c
Firefox 31 has been released, so rm pre-v31 browser bug entry
2014-08-01 15:04:55 -07:00
Jacob
8bf48121a0
Merge pull request #14061 from hnrch02/fix-13656
...
Expose transition durations on plugin constructors; closes #13656
2014-08-01 12:50:03 -07:00
Chris Rebert
948a74662f
Merge pull request #14299 from twbs/fix-14076
...
Add unit test for tooltips on SVG elements
2014-08-01 12:10:46 -07:00
Chris Rebert
08393bf68a
Fix #14076 : Add unit test for tooltips on SVG elements
...
[skip validator]
2014-08-01 12:10:00 -07:00
XhmikosR
de1d8c36ad
Run grunt.
2014-08-01 19:49:54 +03:00
XhmikosR
1625102671
Remove layout: nil.
...
It throws a warning with the latest Jekyll.
2014-08-01 19:45:11 +03:00
Chris Rebert
232b61a3ce
Merge pull request #14297 from twbs/bump-deps
...
Bump dependencies
2014-07-31 14:28:32 -07:00
Chris Rebert
553c5d6f86
update shrinkwrap
2014-07-31 14:14:24 -07:00
Chris Rebert
460294ff77
bump grunt-saucelabs to ~8.2.0
2014-07-31 13:16:04 -07:00
Chris Rebert
80ca659154
bump grunt-contrib-clean to ~0.6.0
2014-07-31 13:15:27 -07:00
Chris Rebert
87ce371018
Merge branch 'thomaswelton/11004-import-config'
2014-07-31 11:46:17 -07:00
Thomas Welton
9739271c04
Add drag and drop config import; closes #11004
...
Closes #13790 by merging a rebased version of it.
2014-07-31 11:45:21 -07:00
Chris Rebert
f026cfb831
Merge pull request #14069 from twbs/fix-13818
...
Use more robust "find next carousel item" logic
2014-07-31 11:36:56 -07:00
Chris Rebert
cbba8e53df
Fix #13818 by using more robust "find next carousel item" logic
...
Also adds another test for #9461 : carousel next/prev should ignore non-items
2014-07-31 11:36:24 -07:00
Chris Rebert
d38fd028d6
Merge pull request #14290 from michaeljayt/patch-1
...
grunt now watch files in all folders/subfolders
2014-07-30 20:07:27 -07:00
Michael J.
0c03d0c273
grunt now watch files in all folders/subfolders
2014-07-31 10:21:56 +08:00
Heinrich Fenkart
18c0a1c977
Revert "Use mousedown instead of click for backdrop click detection; fixes #13816 "
2014-07-30 23:54:25 +02:00
Chris Rebert
fc1db2e74b
Merge pull request #14264 from hnrch02/document-placement-args
...
Document arguments passed to `placement` function of tooltip/popover
2014-07-28 17:47:51 -07:00
Heinrich Fenkart
852d0d1144
Document arguments passed to placement function of tooltip/popover
...
Closes #14255
2014-07-29 02:29:41 +02:00
Chris Rebert
86d698f4e4
Merge pull request #14256 from twbs/fix-14224
...
Correctly doc args passed to function vals for `title` & `content` options of tooltips+popovers
2014-07-28 13:53:48 -07:00
Chris Rebert
2973103571
Merge pull request #14257 from twbs/fix-14219
...
Document that empty tooltips+popovers do not get displayed
2014-07-28 13:51:51 -07:00
Chris Rebert
5892273a23
Merge pull request #14258 from twbs/fix-14164
...
Move Windows Phone 8 IE10 viewport bug workaround script from head to footer
2014-07-27 17:08:27 -07:00
Chris Rebert
a64f2008da
Merge pull request #14235 from twbs/doc-14221
...
Update docs & add example for #14221
2014-07-27 17:06:48 -07:00
Chris Rebert
9742bb2ee4
Fix #14164 : move Windows Phone 8 IE10 viewport bug workaround script to footer of pages
2014-07-27 17:01:34 -07:00
Chris Rebert
90424296eb
Fix #14219 : Document that empty tooltips+popovers do not get displayed
2014-07-27 16:51:07 -07:00
Chris Rebert
ff12a76e5a
Fix #14224 : Correctly document args passed to function vals for title & content options of tooltips+popovers
2014-07-27 16:18:59 -07:00
Mark Otto
d6d9bb5bc8
Fixes #14213 : Rouge 1.6.1
2014-07-27 09:35:16 -07:00
Chris Hynes
531fc80885
Use .end() to remove extra line
2014-07-25 11:10:46 -07:00
Chris Rebert
c2f4e5fef1
re-alphabetize .jscsrc
2014-07-25 11:02:30 -07:00
Chris Hynes
519a087dbe
Remove popover content with .children().detach() instead of .empty() so it can be reused
2014-07-25 10:16:44 -07:00
Chris Rebert
f023ddc64e
Merge pull request #14239 from artbelov/patch-1
...
Delete duplicate property in .JSCSRC
2014-07-25 07:44:06 -07:00
Chris Rebert
73540abc80
Merge pull request #14240 from vsn4ik/fix_dropdown_link_example
...
dropdowns.html: Remove wrong "type" attribute.
2014-07-25 07:27:49 -07:00
vsn4ik
3e15e40ac9
dropdowns.html: Remove wrong "type" attribute.
2014-07-25 16:54:05 +04:00
Artem Belov
098242afd8
Delete duplicate JSCS properties
2014-07-25 15:03:07 +04:00
Chris Rebert
2c4641855d
fix #14115
...
[skip sauce]
2014-07-24 15:16:08 -07:00
Chris Rebert
43fe197da7
Update docs & add example for #14221
...
[skip sauce]
2014-07-24 13:58:13 -07:00
Chris Rebert
5ea6b57616
Merge pull request #14233 from twbs/another-one-bites-the-dust
...
Remove #9226 from Wall of Browser Bugs
2014-07-24 12:25:42 -07:00
Chris Rebert
8288cc9c05
Remove #9226 from Wall of Browser Bugs
...
Per https://code.google.com/p/chromium/issues/detail?id=272750
and https://github.com/twbs/bootstrap/issues/9226#issuecomment-49873472
2014-07-24 12:22:22 -07:00
Mark Otto
98d693ba7b
Fixes #14142 : Adding horizontal padding to captions in tables in panels.
2014-07-23 21:03:46 -07:00
Mark Otto
7fcc6c7889
unfuck those dropdowns
2014-07-23 21:00:48 -07:00
Mark Otto
078aafe7fd
Fixes #14221 : Make .form-control-static work in inline forms as well
2014-07-23 20:54:07 -07:00
Mark Otto
abbb4d64e1
Merge branch 'master' of github.com:twbs/bootstrap
2014-07-23 20:50:00 -07:00
Mark Otto
6dde491ddf
Fixes #14168 : bold nested kbd elements
2014-07-23 20:49:47 -07:00
Mark Otto
463fe476d8
Merge pull request #14166 from hnrch02/docs-cleanup
...
Docs cleanup
2014-07-23 20:39:40 -07:00
Mark Otto
5713bd74d6
Fixes #12669 again: Redeclare the line-heights again for date inputs in IE8+
2014-07-23 20:32:05 -07:00
Chris Rebert
912c4bcbe4
Merge pull request #14225 from twbs/issue-14211
...
Add Wall of Browser Bugs entry for IE bug from issue #14211
2014-07-23 18:02:58 -07:00
Chris Rebert
c0eddc1fe3
Merge pull request #14188 from twbs/doc-14148
...
Document limitations of buttons JS plugin
2014-07-23 18:01:31 -07:00
Chris Rebert
4a98e2d765
Merge pull request #14191 from twbs/autocomplete-off-btns
...
Use autocomplete="off" in buttons plugin docs examples
2014-07-23 17:55:12 -07:00
Chris Rebert
c22ec79d3f
Add Wall of Browser Bugs entry for IE bug from issue #14211
...
[skip sauce]
2014-07-23 10:24:23 -07:00
Jacob
36483af92c
Merge pull request #14207 from twbs/charlesbjohnson-affix-bottom-when-dynamic-height
...
Charlesbjohnson affix bottom when dynamic height
2014-07-21 22:48:38 -07:00
Jacob
f88e6ba2a3
Merge pull request #14208 from twbs/mckramer-dropdown-aria
...
Mckramer dropdown aria
2014-07-21 22:48:08 -07:00
fat
4775c9296a
Merge branch 'dropdown-aria' of git://github.com/mckramer/bootstrap into mckramer-dropdown-aria
...
Conflicts:
docs/_includes/js/dropdowns.html
2014-07-21 22:44:35 -07:00
fat
eff9b063da
cleanup style
2014-07-21 22:37:04 -07:00
XhmikosR
97cb2803d7
Run grunt.
2014-07-22 08:31:36 +03:00
XhmikosR
88b4016ce6
Update all devDependencies.
2014-07-22 08:31:26 +03:00
XhmikosR
caed585033
Update Filesaver.js to v2014-07-21.
2014-07-22 08:29:06 +03:00
XhmikosR
5c569dc4d4
Update Blob.js to the latest version.
2014-07-22 08:29:06 +03:00
XhmikosR
8b6d396adf
Merge pull request #13873 from twbs/grunt-csscomb
...
Update grunt-csscomb
2014-07-22 08:26:37 +03:00
XhmikosR
8d435cbb3c
Run grunt.
2014-07-22 08:25:41 +03:00
XhmikosR
7ba5c5d5e4
Update grunt-csscomb.
2014-07-22 08:25:35 +03:00
Chris Rebert
e3f4072a9e
update to Jekyll v2.1.1 in Travis CI build
2014-07-21 19:38:30 -07:00
Chris Rebert
031734c1d1
update to rouge v1.5.1 in Travis CI build
2014-07-21 19:37:22 -07:00
Mark Otto
a3ebd0104c
Merge pull request #14203 from twbs/fix-14202
...
Document that form field feedback icons only work with input.form-control
2014-07-21 12:46:10 -07:00
Chris Rebert
1118e8103b
Document that form field feedback icons only work with input.form-control
...
Closes #14202 .
[skip sauce]
2014-07-21 12:27:55 -07:00
Chris Rebert
49519e9816
grunt dist
2014-07-21 00:35:41 -07:00
Chris Rebert
a035ee59ae
Merge pull request #14192 from twbs/https-everywhere
...
Use HTTPS in CDN URLs in _config.yml
2014-07-19 22:11:07 -07:00
Chris Rebert
780e8d7e7e
Merge pull request #14156 from twbs/fix-14038
...
Fix popover dismiss-on-next-click example
2014-07-18 16:46:19 -07:00
Chris Rebert
0fe4fe328c
Use HTTPS in CDN URLs in _config.yml
...
For consistency with the rest of the docs and per our code guidelines.
2014-07-18 14:26:14 -07:00
Chris Rebert
db352bcc94
Make warning from #13875 slightly more detailed
...
[skip sauce]
2014-07-18 14:19:19 -07:00
Chris Rebert
031cb969d7
Have HTML5 validator ignore autocomplete="off" on input[type="checkbox"]
...
Not clear from the spec whether this is invalid per se.
But it is the current best known workaround for Firefox's unusual behavior.
2014-07-18 14:19:16 -07:00
Chris Rebert
fc19cad608
Use autocomplete="off" in buttons plugin docs examples
...
Refs #13875 .
2014-07-18 13:59:37 -07:00
Chris Rebert
976441ac1b
Document limitations of buttons JS plugin
...
Addresses #14148 .
2014-07-18 11:48:00 -07:00
Charles B Johnson
724c4f526c
Fix issue where bottom affixed element floats over the footer when the
...
document height is smaller than the viewport height.
2014-07-18 10:46:42 -04:00
Charles B Johnson
8c0eb9b00e
Refactor determining affix state into a separate expanded method
...
in order to handle multiple edge cases, specifically when the document
height is dynamic.
Always reposition an affix that is affixed to the bottom.
2014-07-18 10:45:59 -04:00
Charles B Johnson
d3dea01a11
Add a bottom affixed element to affix visual tests.
2014-07-18 10:45:59 -04:00
Jacob
866ffc4f37
Merge pull request #14055 from twbs/fat-speed-up-tests
...
speed up js tests a bit
2014-07-17 10:07:28 -07:00
Chris Rebert
33156dc184
Merge pull request #14171 from wangsai/tab2space
...
Tabs to spaces in variables.less
2014-07-17 09:22:40 -07:00
wangsai
45acf4e040
Tabs to spaces
2014-07-17 20:13:16 +08:00
fat
9b90b87099
speed up js tests a bit
2014-07-16 22:22:42 -07:00
Jacob
541a75f92c
Merge pull request #14160 from hnrch02/simplify-button-focus-logic
...
Follow-up to #13907 : simplify JS logic for focus shim
2014-07-16 21:56:13 -07:00
Heinrich Fenkart
38335b2a3d
Merge alert examples and add .bs-example-standalone class
2014-07-17 05:16:48 +02:00
Heinrich Fenkart
31772677f9
Clean up the Alert documentation
2014-07-17 05:16:34 +02:00
Heinrich Fenkart
f9349f36df
Clean up Affix documentation
2014-07-17 03:53:49 +02:00
Heinrich Fenkart
cc7fab893d
Follow-up to #13907 : simplify JS logic for focus shim
2014-07-16 08:44:56 +02:00
Chris Rebert
b3d068f2d3
regenerate docs/assets/js/docs.min.js
2014-07-15 17:21:39 -07:00
Chris Rebert
11db482371
popover dismiss-on-next-click example: instead of <button>, use <a> w/ tabindex
...
Fixes #14038 .
Research supporting this choice of approach:
https://gist.github.com/cvrebert/68659d0333a578d75372
Why not <button>?
Even with a `tabindex` attribute, they don't gain focus when clicked upon in:
* Mac OS X Firefox 30.0
* Mac OS X Safari 7.0.5
2014-07-15 16:57:54 -07:00
Chris Rebert
dd22f59999
Merge pull request #14151 from BBosman/fix-link
...
Fix jsbin link
2014-07-15 11:09:50 -07:00
Bas Bosman
d7c92a0f08
Fix jsbin link
2014-07-15 19:55:28 +02:00
Chris Rebert
dc0fe18e35
Merge pull request #14143 from twbs/fix-14134
...
add docs note about browsers with JS disabled
2014-07-15 09:51:07 -07:00
Mark Otto
aa73047254
Another new js bin link
...
/cc @cvrebert @hnrch02
2014-07-15 09:28:48 -07:00
Chris Rebert
74691b7e27
add docs note about browsers w/ JS disabled; fixes #14134
...
[skip sauce]
2014-07-14 17:17:38 -07:00
Chris Rebert
5c1746c556
fix #14114 mo' betta
2014-07-14 14:52:36 -07:00
Chris Rebert
ed8228e1cb
Merge pull request #14138 from danielnixon/master
...
Fix inaccessible buttons.
2014-07-13 15:28:07 -07:00
Daniel Nixon
8167223b3b
Fix inaccessible buttons.
2014-07-14 08:13:17 +10:00
Mark Otto
2c540b7e33
typos
2014-07-13 00:08:25 -07:00
Chris Rebert
cd7250d6a8
Redundant thanks to bb1286a0ab
2014-07-12 18:15:45 -07:00
Mark Otto
7a8d9dbdbf
grunt
2014-07-12 18:06:26 -07:00
Mark Otto
8c586a8e3e
Fixes #14074 : Make open dropdown nav links in navbar use gradients
2014-07-12 17:59:02 -07:00
Mark Otto
bb1286a0ab
Fixes #14133
2014-07-12 17:53:31 -07:00
Mark Otto
d9a38cd99f
Fixes #14132 : add .alert-dismissible to docs examples
2014-07-12 17:51:57 -07:00
Mark Otto
62d6d69c20
Use bootstrapcdn links
2014-07-12 17:26:43 -07:00
Mark Otto
2000e854ed
New Android select example
...
Fixes #14114
2014-07-12 17:23:51 -07:00
Mark Otto
4afe40db38
Merge pull request #14111 from hnrch02/bug-report-template
...
Update JS Bin template in CONTRIBUTING.md
2014-07-12 16:17:06 -07:00
Heinrich Fenkart
95592e81a3
Update JS Bin template in CONTRIBUTING.md
...
Refs: #14109
2014-07-13 01:02:46 +02:00
Mark Otto
fe0ef38898
Fixes #14095 : Add basic styling for captions, which we've for some reason been missing all this time.
2014-07-12 15:55:15 -07:00
Mark Otto
2962f845a5
grunt
2014-07-12 15:47:42 -07:00
Mark Otto
05ba466f6c
Merge pull request #14104 from KyleMit/add-pointer-events
...
Add Pointer Events
2014-07-12 15:43:49 -07:00
Mark Otto
717a50ce19
grunt
2014-07-12 15:37:13 -07:00
Mark Otto
5850f637ab
code guide, fixes #14126
2014-07-12 15:36:08 -07:00
Mark Otto
3e8cddf867
Fixes #13974 , #14123 : Remove translate3d repaint performance enhancement for text rendering and position wonkiness
2014-07-12 15:22:41 -07:00
Mark Otto
7ec6c9fd13
Fixes #14116 : Use <button> elements over empty anchors
2014-07-12 15:16:43 -07:00
Mark Otto
bd292ca3b8
Fixes #14107 : Lighten placeholder text
2014-07-12 15:13:18 -07:00
Chris Rebert
c3ae289f4a
Gruntfile-specific JSHint config: disable ASI
...
Refs #14118
2014-07-10 16:58:18 -07:00
Chris Rebert
502e8c069e
Merge pull request #14118 from vsn4ik/add-semicolon-in-gruntfile
...
Gruntfile.js: Add semicolon in "_update-shrinkwrap" task.
2014-07-10 16:56:25 -07:00
vsn4ik
59171b3377
Gruntfile.js: Add semicolon in "_update-shrinkwrap" task.
2014-07-11 03:42:09 +04:00
Chris Rebert
d8d954372c
Merge pull request #14113 from vsn4ik/add-attributes-for-dropdown-example
...
dropdowns.html: Add role="button" and id="..." to link in example.
2014-07-10 13:32:22 -07:00
vsn4ik
816c8f480a
dropdowns.html: Add role="button" and id="..." to link in example.
2014-07-10 21:44:46 +04:00
Chris Rebert
2a5e9cb2ea
Merge pull request #14112 from vsn4ik/fix-sr-only-progress-bars
...
Fix text on ".progress-bar .sr-only" elements in docs
2014-07-10 10:41:40 -07:00
vsn4ik
2fb107e918
Fix text on ".progress-bar .sr-only" elements.
2014-07-10 21:30:21 +04:00
XhmikosR
94472ee74a
Run grunt.
2014-07-10 10:03:24 +03:00
XhmikosR
e598247bcc
Update uglify-js to v2.4.15.
2014-07-10 10:02:41 +03:00
XhmikosR
503ec4e5db
Update dependencies.
2014-07-10 09:58:23 +03:00
Kyle
c298fb1a88
Add Pointer Events
2014-07-09 19:21:45 -04:00
XhmikosR
643effe382
Run grunt.
2014-07-09 10:24:39 +03:00
XhmikosR
d88a837fea
Update uglify-js to v2.4.14.
2014-07-09 10:22:43 +03:00
Chris Rebert
42fbcfdaef
Merge pull request #14090 from hnrch02/unit-tests-ie8
...
Fix IE8 problems with unit tests
2014-07-08 16:17:16 -07:00
Heinrich Fenkart
1719d2b051
document.head is undefined in IE8
2014-07-09 00:42:02 +02:00
Heinrich Fenkart
0268b41c4f
Fix IE8 reporting type object for getBoundingClientRect
2014-07-09 00:42:02 +02:00
Heinrich Fenkart
05ddea314c
Fix IE8 reporting height style as all uppercase
2014-07-09 00:42:02 +02:00
Chris Rebert
31373309a5
Merge pull request #14091 from twbs/tooltip-test-html-fix
...
Fix unusual HTML in "should allow html entities" tooltip unit test
2014-07-08 15:40:46 -07:00
Chris Rebert
21571b3412
Fix invalid HTML in "should allow html entities" tooltip unit test
...
Refs #14090 .
Also, fix one typo.
2014-07-08 14:40:20 -07:00
Chris Rebert
8c6061c195
Merge pull request #14089 from twbs/accordion-panel-group-aria-multiselectable
...
Add role="tablist" & aria-multiselectable="true" to accordion .panel-group
2014-07-08 12:56:06 -07:00
Chris Rebert
9ff2c911a3
Merge pull request #14088 from twbs/panel-collapse-role-tabpanel
...
add role="tabpanel" to .panel-collapse to improve accessibility
2014-07-08 12:55:41 -07:00
Chris Rebert
878f720ea1
Add role="tablist" & aria-multiselectable="true" to accordion .panel-group to improve accessibility
...
Refs #13555 .
Per https://github.com/paypal/bootstrap-accessibility-plugin/blob/master/README.md#collapse
Credit: https://github.com/paypal/bootstrap-accessibility-plugin
[skip sauce]
2014-07-08 12:47:44 -07:00
Chris Rebert
81f67e925a
add role="tabpanel" to .panel-collapse to improve accessibility
...
Refs #13555 .
Per https://github.com/paypal/bootstrap-accessibility-plugin/blob/master/README.md#collapse
Credit: https://github.com/paypal/bootstrap-accessibility-plugin
[skip sauce]
2014-07-08 12:40:42 -07:00
Chris Rebert
4683beeedf
Merge pull request #14085 from twbs/tab-lis-role-preso
...
add role="presentation" to tab <li>s to improve accessibility
2014-07-08 12:25:38 -07:00
Chris Rebert
a53be21b45
Merge pull request #14086 from twbs/tab-pane-role-tabpanel
...
Add role="tabpanel" to .tab-pane <div>s to improve accessibility
2014-07-08 12:14:59 -07:00
Chris Rebert
e2b4f3429c
Add role="tabpanel" to .tab-pane <div>s to improve accessibility
...
Refs #13554 .
Per https://github.com/paypal/bootstrap-accessibility-plugin/blob/master/README.md#tab-panel
Credit: https://github.com/paypal/bootstrap-accessibility-plugin
[skip sauce]
2014-07-08 12:11:02 -07:00
Chris Rebert
5c1f4e1a0c
add role="presentation" to tab <li>s to improve accessibility
...
Refs #13554 .
Per https://github.com/paypal/bootstrap-accessibility-plugin/blob/master/README.md#tab-panel
Credit: https://github.com/paypal/bootstrap-accessibility-plugin
[skip sauce]
2014-07-08 12:00:43 -07:00
Chris Rebert
c23c663c7c
Merge pull request #14083 from twbs/fix-14078
...
Properly integrate Rouge into the Travis build
2014-07-08 10:53:36 -07:00
Chris Rebert
aa9182cab4
properly integrate Rouge into the Travis build; fixes #14078
...
[skip sauce]
2014-07-08 10:49:22 -07:00
Julian Thilo
7f359666c4
Fix that @mdo nightlife <3
2014-07-08 13:33:21 +02:00
Mark Otto
933b38421c
derp
2014-07-08 03:51:32 -07:00
Mark Otto
ddee04038f
Fixes #14068 : Update docs note for inline forms
2014-07-07 20:44:43 -07:00
Mark Otto
25a9095840
Merge branch 'master' of github.com:twbs/bootstrap
2014-07-07 20:29:51 -07:00
Mark Otto
32affe9835
more accurate homepage title
2014-07-07 20:29:43 -07:00
Chris Rebert
2e3f1a23f6
Merge pull request #14072 from twbs/carousel-gloss-buttons
...
Add screenreader text to prev/next carousel buttons in examples to improve accessibility
2014-07-07 20:16:52 -07:00
Chris Rebert
b83bf671a1
Merge pull request #14071 from twbs/carousel-inner-role-listbox
...
add role="listbox" to .carousel-inner to improve accessibility of Carousels
2014-07-07 20:09:58 -07:00
Chris Rebert
849bf58a54
Add screenreader text to prev/next carousel buttons in examples to improve accessibility
...
Refs #13556 .
Per https://github.com/paypal/bootstrap-accessibility-plugin/blob/master/README.md#carousel
Credit: https://github.com/paypal/bootstrap-accessibility-plugin
[skip sauce]
2014-07-07 20:05:44 -07:00
Chris Rebert
94eff8c159
add role="listbox" to .carousel-inner to improve accessibility of Carousels
...
Refs #13556 .
Per https://github.com/paypal/bootstrap-accessibility-plugin/#carousel
Credit: https://github.com/paypal/bootstrap-accessibility-plugin
[skip sauce]
2014-07-07 19:53:57 -07:00
Mark Otto
2ccbc38685
Cut down on homepage file size; reorg some docs CSS
2014-07-07 19:40:15 -07:00
Mark Otto
861cff8756
Merge branch 'master' of github.com:twbs/bootstrap
2014-07-07 19:38:32 -07:00
Chris Rebert
5d1abf8b38
Merge pull request #14036 from twbs/fix-13575
...
Jekyll: Use non-minified assets when not running from GitHub Pages
2014-07-07 19:36:32 -07:00
Mark Otto
2e27c90b6b
Merge branch 'master' of github.com:twbs/bootstrap
2014-07-07 19:33:44 -07:00
Chris Rebert
c7c2a078dd
Merge pull request #14070 from twbs/pills-role-tablist-too
...
Add role="tablist" to .nav-pills in examples to improve accessibility
2014-07-07 19:30:18 -07:00
Chris Rebert
7c50b9ad7a
Add role="tablist" to .nav-pills in examples to improve accessibility
...
Follow-up to e9374c0609
Per https://github.com/paypal/bootstrap-accessibility-plugin/commit/f203dea4b6d17264d7b776f02feaeeaa386cc9b2
Credit: https://github.com/paypal/bootstrap-accessibility-plugin & @rohk
[skip sauce]
2014-07-07 19:24:32 -07:00
Mark Otto
bb939f0004
Switch to Rogue over Pygments for speeeeeed
2014-07-07 18:20:18 -07:00
Mark Otto
4f5efb84c9
Part 2 for fixing #13996 : Add a docs callout to help folks using SVG images in IE8-10
2014-07-07 17:26:52 -07:00
Mark Otto
c769d7c21f
Part 1 for fixing #13996 : Revert the width: 100% \9; IE hack for SVG img-responsive
2014-07-07 16:59:59 -07:00
Hayden Bleasel
30d1236a1d
CSS3 Carousel code formatting
2014-07-08 09:49:08 +10:00
Chris Rebert
9a8e6263da
Merge pull request #14065 from twbs/glyphicons-grunt-bye
...
remove Glyphicons docs autogeneration from Grunt
2014-07-07 12:07:58 -07:00
Chris Rebert
36b5308926
remove Glyphicons docs autogeneration from Grunt
...
Simplifies the build tooling a teeny bit.
This data file shouldn't need to be updated for v3 ever again.
This task will also be unnecessary in v4.
[skip sauce] [skip validator]
2014-07-07 11:06:19 -07:00
Heinrich Fenkart
231744d628
Expose transition durations on plugin constructors; closes #13656
2014-07-07 13:03:56 +02:00
Mark Otto
a0d8d56593
grunt
2014-07-07 00:59:51 -07:00
Mark Otto
d5e2262782
Merge pull request #14058 from twbs/btn_focus
...
Follow up to #13907 : Add .focus styles for buttons
2014-07-07 00:59:10 -07:00
Mark Otto
9ed9eb97ee
Follow up to #13907 : Add .focus styles for buttons
2014-07-07 00:56:06 -07:00
Mark Otto
6f88238a6b
Merge pull request #14051 from loic/issue13325
...
Address margins on .navbar-right to fix #13325 #13464 .
2014-07-07 00:39:06 -07:00
Mark Otto
907b3b2892
Merge pull request #13907 from twbs/fat-12145
...
add "focus" to focused btns with button plugin
2014-07-07 00:36:59 -07:00
Chris Rebert
719cde1a11
docs HTML5 validity fixup to 8e2348e9ed
2014-07-07 00:25:55 -07:00
Chris Rebert
488778857a
Merge pull request #14057 from hnrch02/patch-1
...
Fix small typo introduced in e2029e1
2014-07-07 00:24:13 -07:00
Heinrich Fenkart
dc22226b95
Fix small typo introduced in e2029e1
2014-07-07 09:23:12 +02:00
Chris Rebert
520b3547a4
nitpick phrasing of the docs added for #13835
2014-07-07 00:10:49 -07:00
Chris Rebert
ddffe76961
grammar fix; indicate that img[src] shouldn't actually be empty
2014-07-07 00:04:14 -07:00
Mark Otto
117ca8167a
Merge branch 'master' of github.com:twbs/bootstrap
2014-07-06 23:45:36 -07:00
Mark Otto
225819ae66
Merge pull request #14029 from BBosman/touch-action
...
Add touch-action: manipulate to .btn
2014-07-06 23:43:43 -07:00
Loic Bistuer
e88fa90991
Address margins on .navbar-right to fix #13325 #13464 .
...
This commit follows f9fde56 .
2014-07-07 12:56:52 +07:00
fat
587c09cb48
fix scrollspy test in firefox mac os
2014-07-06 21:50:46 -07:00
Jacob
b5d86ad0bd
Merge pull request #13853 from hnrch02/unit-tests-cleanup
...
Major unit tests cleanup
2014-07-06 21:43:48 -07:00
Hayden Bleasel
d6d8e204e6
Added Firefox support for CSS3 carousel transition
2014-07-07 12:20:06 +10:00
Mark Otto
8e2348e9ed
Fixes #13746 : Add docs section for brand image
2014-07-06 18:39:37 -07:00
Mark Otto
5e41a23ec5
Fixes #13835 : More explicitly document mobile dropdown menu dismissing behavior
2014-07-06 16:55:35 -07:00
Mark Otto
9be2bbb5ef
Fixes #14053 : Don't show radio/checkbox in justified button groups
2014-07-06 16:48:41 -07:00
Mark Otto
44f83fff90
Merge pull request #14021 from CFXd/add_collapsed_default_class_to_navbar_collapse_button
...
Add collapsed default class to navbar-toggle
2014-07-06 16:37:42 -07:00
Mark Otto
b44d4ef724
grunt
2014-07-06 15:35:24 -07:00
Mark Otto
e2029e122c
Fixes #13997 : Move min-height for radio/checkbox to their inner label
2014-07-06 15:09:20 -07:00
Mark Otto
354d423668
grunt
2014-07-06 15:08:37 -07:00
Mark Otto
ac18e5811d
jscs fix
2014-07-06 15:08:33 -07:00
fat
cb19f4f227
Merge branch 'breaddevil-replace-scrollspy-default-behavior-test'
2014-07-06 14:11:38 -07:00
fat
b19719ea1a
Merge branch 'replace-scrollspy-default-behavior-test' of git://github.com/breaddevil/bootstrap into breaddevil-replace-scrollspy-default-behavior-test
...
Conflicts:
js/tests/unit/scrollspy.js
2014-07-06 14:11:23 -07:00
Jacob
279c46152b
Merge pull request #13815 from hnrch02/tabs-fade-not-active
...
Allow tabs to fade in if no initially active pane is present
2014-07-06 13:50:54 -07:00
XhmikosR
0a8845c3fd
Update package.json.
...
* "grunt-jscs-checker" was renamed to "grunt-jscs"
* update deps
2014-07-06 14:25:56 +03:00
Heinrich Fenkart
58eb8b2ae3
Move to leading pluses
2014-07-06 11:56:12 +02:00
Chris Rebert
a34e52de4d
Merge pull request #14015 from twbs/possible-14013-fix
...
Possible fix for #14013
2014-07-06 00:36:52 -07:00
Heinrich Fenkart
dad56be96c
Move to 16ms from 18ms based on the Paul Irish's rAF polyfill
2014-07-06 09:24:23 +02:00
Heinrich Fenkart
8ff099585f
Mention #13500 in comment for ScrollSpy test
2014-07-06 09:24:23 +02:00
Heinrich Fenkart
e341355d28
Clean tooltip unit tests up
2014-07-06 09:24:23 +02:00
Heinrich Fenkart
b3a125e941
Clean tab unit tests up
2014-07-06 09:24:23 +02:00
Heinrich Fenkart
05ba1e491e
Clean scrollspy unit tests up
2014-07-06 09:24:22 +02:00
Heinrich Fenkart
56b8d5fe6e
Clean popover unit tests up
2014-07-06 09:24:22 +02:00
Heinrich Fenkart
998c3724e8
Clean modal unit tests up
2014-07-06 09:24:22 +02:00
Heinrich Fenkart
9ff66a12bc
Clean dropdown unit tests up
2014-07-06 09:24:22 +02:00
Heinrich Fenkart
77d0557468
Clean collapse unit tests up
2014-07-06 09:24:22 +02:00
Heinrich Fenkart
6a523bf99d
Clean carousel unit tests up
2014-07-06 09:24:22 +02:00
Heinrich Fenkart
f3345f68d7
Clean button unit tests up
2014-07-06 09:24:22 +02:00
Heinrich Fenkart
b063de54a5
Clean alert unit tests up
2014-07-06 09:24:22 +02:00
Heinrich Fenkart
95d7c9c3fb
Clean affix unit tests up
2014-07-06 09:24:22 +02:00
Heinrich Fenkart
4950fe6f4e
Perform a cleanup after each test
2014-07-06 09:24:22 +02:00
Heinrich Fenkart
1e64c4c0ba
Update QUnit settings/QUnit phantomjs bridge to new versions
2014-07-06 09:24:22 +02:00
Chris Rebert
f9ffb49932
refactor/reformat Tooltip.getPosition per @fat's feedback
2014-07-06 00:16:54 -07:00
Jacob
5830febd9a
Merge pull request #13855 from hnrch02/modal-mousedown
...
Use mousedown instead of click for backdrop click detection; fixes #13816
2014-07-06 00:01:57 -07:00
Chris Rebert
fc29dfab1b
Merge pull request #14050 from twbs/bower
...
Bower: only ignore /.*
2014-07-06 00:00:27 -07:00
Jacob
13a4c50cc7
Merge pull request #14000 from hnrch02/modal-keydown
...
Only close modal if escape was hit with keydown; fixes #13929
2014-07-05 23:55:36 -07:00
fat
c08e275000
fix build
2014-07-05 23:49:45 -07:00
Chris Rebert
7933a50ee5
Merge pull request #14034 from twbs/deprecate-modal-remote
...
Deprecate the `remote` option of modals?
2014-07-05 23:48:25 -07:00
Chris Rebert
7f4af4aeea
remote modal docs: mention jQuery.load and other JS options as alternatives
...
[skip sauce]
2014-07-05 23:43:29 -07:00
fat
22f851fa62
apply #14022 without semicolon – cleans up some jquery class usage
2014-07-05 23:28:44 -07:00
Mark Otto
c1bd4fca61
only ignore /.*
2014-07-05 21:20:09 -07:00
Mark Otto
043b40636c
grunt
2014-07-05 20:17:57 -07:00
Mark Otto
b4b82e815c
Merge pull request #13920 from AndreiRailean/patch-1
...
assign background to row of .table-striped
2014-07-05 20:16:10 -07:00
Mark Otto
d55462fae8
grunt
2014-07-05 20:10:44 -07:00
Mark Otto
b5205bf848
Merge pull request #13923 from ilikeprograms/gray-base-variable
...
Added @gray-base variable to make @gray-{shade} reference, also allows @...
2014-07-05 20:04:47 -07:00
Mark Otto
9677c95d83
Fixes #13967 : Don't reset the cite element's font-style
2014-07-05 20:02:02 -07:00
Mark Otto
f22e7d857a
Fixes #13953 : Remove the progress bar min-width styles for low percentages to avoid jumping progress
2014-07-05 20:01:18 -07:00
Mark Otto
0378a6be2a
Fixes #13943 : Lighten the navbar inverse link color more since our text contrast change in v3.2.0
2014-07-05 19:59:50 -07:00
Mark Otto
3c99de9764
grunt
2014-07-05 19:57:15 -07:00
Mark Otto
f9fde567be
Merge pull request #13464 from nickcolley/#13325-navbar-right-first
...
Changed last-child to first-child to fix #13325
2014-07-05 18:51:47 -07:00
XhmikosR
bae2c55a52
Merge pull request #14047 from twbs/kbd
...
Docs: add missing example code code for `kbd` after #13351 .
2014-07-05 18:38:50 +03:00
XhmikosR
97ca848e16
Docs: add missing example code code for kbd after #13351 .
2014-07-05 15:51:03 +03:00
Chris Rebert
83c9510da2
Merge pull request #14037 from twbs/close-13892
...
Add Wall of Browser Bugs entry for #13892
2014-07-03 17:41:42 -07:00
Chris Rebert
a14f6222a6
Add Wall of Browser Bugs entry for #13892
...
Closes #13892 .
[skip sauce]
2014-07-03 17:17:18 -07:00
Chris Rebert
1dc54dc160
use non-minified Bootstrap JS when on non-gh-pages
2014-07-03 13:40:47 -07:00
Chris Rebert
92fd25a2a2
use non-minified docs JS on non-gh-pages
2014-07-03 13:18:44 -07:00
Chris Rebert
b793fbb13a
use non-minified docs CSS on non-gh-pages
2014-07-03 13:12:58 -07:00
Chris Rebert
d9f356f05f
use non-minified BS Theme CSS on non-gh-pages
2014-07-03 13:06:54 -07:00
Chris Rebert
6b46d4d8c1
use non-minified Bootstrap CSS on non-gh-pages
2014-07-03 13:05:48 -07:00
Chris Rebert
24e51590b7
modal docs formatting tweak
...
[skip sauce]
2014-07-03 12:58:20 -07:00
Chris Rebert
8340d664ce
Mark the remote option of the Modal plugin as deprecated.
...
Follow-up to https://github.com/twbs/bootstrap/issues/13087#issuecomment-46563760
Closes #13087 as WONTFIX.
Closes #13597 as WONTFIX.
2014-07-03 12:58:10 -07:00
Chris Rebert
456bd67da8
Merge pull request #13986 from twbs/address-13874
...
docs: use valid JSON in compound option value examples
2014-07-03 11:07:50 -07:00
Chris Rebert
9875ce8d63
Merge pull request #13998 from steelywing/patch-1
2014-07-03 10:52:42 -07:00
Wing
4b08832308
no need to create $.Event
...
`trigger()` can handle string argument
2014-07-03 10:52:22 -07:00
Wing
48b822db40
trigger 'affixed.bs.affix' instead of 'affixed'
...
Original is triggering `affixed` not `affixed.bs.affix`, only `.on('affixed.bs.affix', ...)` also catch `affixed` event.
Closes #13998 .
2014-07-03 10:52:22 -07:00
Mark Otto
13426c18a3
Merge pull request #14030 from BBosman/double-cursor
...
Remove superfluous cursor:pointer
2014-07-03 09:57:36 -07:00
Bas Bosman
4975978083
Remove superfluous cursor:pointer
2014-07-03 13:17:14 +02:00
Bas Bosman
47521fd7d0
Add touch-action: manipulate to buttons
2014-07-03 12:53:23 +02:00
Mark Otto
23dd323da1
grunt
2014-07-03 00:57:37 -07:00
Mark Otto
3537481c97
Fixes #12738 again: use max-device-width instead of max-width for .navbar-collapse height in landscape devices
2014-07-03 00:55:32 -07:00
Mark Otto
4f8697cbbb
grunt
2014-07-02 23:44:56 -07:00
Mark Otto
fcf9470a20
typo
2014-07-02 23:35:37 -07:00
Mark Otto
96b545c6b5
Fixes #13989 : Don't extend the input sizes; manually chain the selectors
2014-07-02 23:14:23 -07:00
Mark Otto
fb37ec16f8
Merge branch 'master' into pr/14005
2014-07-02 22:55:01 -07:00
Mark Otto
b4958aba69
merge in and resolve conflicts
2014-07-02 22:54:56 -07:00
Mark Otto
a091c90063
fix new form validation
2014-07-02 22:12:39 -07:00
Mark Otto
d67fe0f5b9
Merge branch 'pr/14011'
2014-07-02 22:06:32 -07:00
Mark Otto
ebdecacd65
fix up examples
2014-07-02 22:06:28 -07:00
Chris Rebert
afbe7114b4
clarify the iOS virtual keyboard bug with respect to navbars
2014-07-02 17:09:13 -07:00
Michael Silber
1e407c81f1
Add collapsed default class to navbar-toggle
2014-07-02 16:49:03 -04:00
Chris Rebert
1ce5e9f3ae
possible fix for #14013
2014-07-02 10:09:28 -07:00
Zac Echola
1136f9346a
Moves checkbox/radios into "Validation states" example.
2014-07-02 11:32:25 -05:00
Zac Echola
afdc9c4b32
Documents radio and checkbox validation states
...
References #14010
fixing duped IDs
fix ALL the duped IDs.
make example id match actual id
2014-07-02 11:05:28 -05:00
XhmikosR
4715e05510
Merge pull request #14001 from twbs/docs-dist
...
Copy all files in docs/dist.
2014-07-02 11:52:08 +03:00
Boris Serdyuk
77c1a528ab
place feedback icon lower, only if it really need
2014-07-01 20:23:22 +04:00
XhmikosR
2a47034598
Copy all files in docs/dist.
...
Now we are on par with what we have on the gh-pages dist/ folder.
2014-07-01 07:38:38 +03:00
XhmikosR
a013c112c4
Update dependencies.
2014-07-01 07:32:50 +03:00
Heinrich Fenkart
91f329e448
Only close modal if escape was hit with keydown; fixes #13929
2014-07-01 05:50:31 +02:00
Heinrich Fenkart
121bf6633e
Use mousedown instead of click for backdrop click detection; fixes #13816
2014-07-01 02:53:57 +02:00
Chris Rebert
8deab3a95d
Merge pull request #13988 from twbs/fix-13896
...
doc that you can't use both data-ride and $().carousel() on the same carousel
2014-06-30 14:49:11 -07:00
Mark Otto
2ff0e5efa2
Merge pull request #13993 from twbs/fix-13964
...
Fix #13964
2014-06-30 11:39:37 -07:00
Chris Rebert
bf183e080e
fix #13964
2014-06-30 10:27:55 -07:00
XhmikosR
225351431e
Update dependencies.
2014-06-30 18:35:50 +03:00
Julian Thilo
a13f645d20
Merge pull request #13992 from pjrobertson/master
...
Fix inconsistency between demo and displayed code for modal demo
2014-06-30 17:10:57 +02:00
Patrick Robertson
dcb09f3b09
Fix inconsistency between demo and displayed code for modal demo
...
Fixes #13991
2014-06-30 19:19:18 +07:00
Chris Rebert
3dfad4f1ad
doc that you can't use both data-ride and $().carousel() on the same carousel; fixes #13896
...
[skip sauce]
2014-06-29 21:16:44 -07:00
Chris Rebert
48e35cb830
docs: use valid JSON in compound option value examples
...
Fixes #13874 .
[skip sauce]
2014-06-29 21:08:42 -07:00
Chris Rebert
d23d9ee4a0
fix #13979
2014-06-29 19:58:09 -07:00
XhmikosR
1098453f83
Update to Jekyll 2.1.x.
2014-06-29 08:39:40 +03:00
Mark Otto
018114fc09
Merge pull request #13954 from hnrch02/persist-preview-theme
...
Save "Preview theme" state; resolves #13940
2014-06-28 21:43:04 -07:00
Mark Otto
51f924ea24
fixes #13968
2014-06-28 16:23:06 -07:00
XhmikosR
fec94e1695
Update "grunt-autoprefixer".
2014-06-27 07:38:46 +03:00
Heinrich Fenkart
92ca842830
Save "Preview theme" state; resolves #13940
2014-06-27 02:08:58 +02:00
Mark Otto
2b6f00c2a7
Merge pull request #13931 from ByScripts/patch-1
...
Remove "pointer" cursor on disabled list-group-item
2014-06-26 14:47:44 -07:00
Chris Rebert
b9527acc45
JSCS hotfix
...
[skip sauce] [skip validator]
2014-06-26 13:01:21 -07:00
Chris Rebert
ed8a64c5d8
Merge pull request #13947 from twbs/fix-13937
...
Fix popover live demos in docs
2014-06-26 12:25:05 -07:00
Chris Rebert
fde088751a
regenerate docs.min.js
...
[skip sauce]
2014-06-26 12:21:45 -07:00
Chris Rebert
2f7d5fd26b
docs: minor correction to the focus-triggered popover demo explanation
2014-06-26 12:21:45 -07:00
Chris Rebert
0bc2edd191
add docs JS to activate popover demos; fixes #13937
2014-06-26 12:21:33 -07:00
Chris Rebert
83d9165287
Merge pull request #13946 from rufo/patch-1
...
Fixed apostrophe typo on home page
2014-06-26 12:12:37 -07:00
Rufo Sanchez
1939d017c5
Fixed crazy-making typo on home page
...
...at least if you're a writing nerd :P "Bootstrap ships with vanilla CSS, but *its* source code..."
2014-06-26 15:09:59 -04:00
Mark Otto
d79082aac8
Merge pull request #13939 from twbs/tree-shaking
...
Remove apparent dead code from docs JS
2014-06-26 11:46:45 -07:00
Chris Rebert
248af0e293
Merge pull request #13942 from twbs/docs-grunt-13938
...
Fix link to compiling info.
2014-06-26 11:38:41 -07:00
XhmikosR
10ea20515c
Fix link to compiling info. Fixes #13938 .
...
[skip sauce]
2014-06-26 11:37:08 -07:00
Chris Rebert
c0b3f18c0c
rm apparent dead code from docs JS
...
.bs-docs-navbar class doesn't seem to be used anywhere at all
2014-06-26 10:53:58 -07:00
Chris Rebert
43ecc8726b
add comment explaining which demos this JS is for
2014-06-26 10:52:12 -07:00
Chris Rebert
43b7a942bc
fix class names in popover live examples in docs
2014-06-26 10:51:07 -07:00
Mark Otto
c068162161
maxcdn urls
2014-06-26 09:36:48 -07:00
Mark Otto
ff6b279b3c
bump to v3.2.0
2014-06-26 09:13:24 -07:00
Thierry Goettelmann
165c7889bd
Change cursor from "default" to "not-allowed" if disabled
2014-06-26 16:31:37 +02:00
Thierry Goettelmann
76ca3677f5
Remove "pointer" cursor on disabled list-group-item
2014-06-26 15:50:20 +02:00
Mark Otto
1de2f68bdc
Merge branch 'master' of github.com:twbs/bootstrap
2014-06-26 02:49:35 -07:00
Mark Otto
719ebd8239
grunt
2014-06-26 02:49:21 -07:00
sgamel
9445b84b0b
Ensure that hidden event is sent when content is really hidden (collapsing class is removed)
2014-06-26 10:18:45 +02:00
Mark Otto
0e5ec1ab7a
Merge pull request #13574 from twbs/reinstate-13470
...
Delete redundant Grunt info in README (Merge before shipping)
2014-06-26 00:06:02 -07:00
Mark Otto
4dcdc08d89
grunt
2014-06-25 23:03:40 -07:00
Mark Otto
b6e52d55ea
Merge pull request #13905 from Jimtrim/patch-1
...
Update cover.css
2014-06-25 22:29:02 -07:00
Chris Rebert
5fb1c065eb
Mozilla bug says the fix targeted v31
2014-06-25 18:04:49 -07:00
Mark Otto
4045740c54
Merge branch 'master' of github.com:twbs/bootstrap
...
Conflicts:
dist/css/bootstrap.css.map
dist/css/bootstrap.min.css
docs/dist/css/bootstrap.css.map
docs/dist/css/bootstrap.min.css
2014-06-25 16:57:22 -07:00
Mark Otto
e40df7cfac
fixes #13912 : make radios/checkboxes work with inline forms again
2014-06-25 16:56:36 -07:00
Thomas Coleman
fdacff2297
Fixed @gray-base value being once space short
2014-06-25 16:09:57 +01:00
Thomas Coleman
41f27fd813
Added @gray-base variable to make @gray-{shade} reference, also allows @gray-base to be modified with less#modifyVars and the vars to cascade
2014-06-25 15:00:41 +01:00
Andrei Railean
ac67bc857f
removing redundant background declarations on TDs
2014-06-25 15:16:25 +10:00
Andrei Railean
71974e2f4d
assign background to row of .table-striped
...
if background is not set on row, striping doesn't work properly in responsive tables where row and cells are set to display: block.
2014-06-25 14:01:34 +10:00
Heinrich Fenkart
282f8fc04b
Add a few more cases to the visual test tab page
2014-06-25 04:18:51 +02:00
Heinrich Fenkart
634ea59a25
Allow tabs to fade in if no initially active pane is present; fixes #13814
2014-06-25 04:18:51 +02:00
XhmikosR
4abb095783
Run grunt.
...
Revert a991cd572c .
2014-06-25 02:07:17 +03:00
XhmikosR
b93b7b1b6d
Revert "Revert "Turn off clean-css' advanced optimizations.""
...
This reverts commit e31c2edf88 .
2014-06-25 01:53:10 +03:00
Chris Rebert
a991cd572c
grunt dist; closes #13914
2014-06-24 15:06:47 -07:00
Chris Rebert
e31c2edf88
Revert "Turn off clean-css' advanced optimizations."
...
This reverts commit 25ca51319b .
2014-06-24 14:54:51 -07:00
Chris Rebert
49fe75d138
update shrinkwrap to get clean-css v2.2.3
...
Refs #13914
Refs https://github.com/GoalSmashers/clean-css/issues/302
2014-06-24 14:49:44 -07:00
Chris Rebert
1aaad6481c
Merge pull request #13781 from twbs/saucier
...
Reenable additional Sauce browsers
2014-06-24 13:18:46 -07:00
Chris Rebert
532dffdd46
reenable Win7 IE8-9 in Sauce
2014-06-24 12:37:44 -07:00
Chris Rebert
6352c85a65
reenable OS X Chrome in Sauce
2014-06-24 12:37:44 -07:00
Chris Rebert
389210fca6
Merge pull request #13918 from twbs/sauce-with-retries
...
Enable retrying of timed-out Sauce tests
2014-06-24 12:36:18 -07:00
Mark Otto
dad6d4445c
Merge pull request #13916 from glebm/variable-order
...
Move variable declaration before its use (for Sass)
2014-06-24 12:21:10 -07:00
Chris Rebert
6ec5b8cea8
retry each test up to 3 times in the event of timeout
...
Big thanks to @gvas for https://github.com/axemclion/grunt-saucelabs/pull/136 ! <3
2014-06-24 12:17:38 -07:00
Chris Rebert
df1aee56df
upgrade grunt-saucelabs to ~8.1.0
...
update shrinkwrap too
2014-06-24 12:17:24 -07:00
Gleb Mazovetskiy
8ad583063b
Move variable declaration before its use for Sass
...
In Sass, variable must be declared before it is used.
This also removes Miscellaneous section, because horizontal line color
and form / list paddings are Typography.
2014-06-24 18:30:24 +02:00
Chris Rebert
c975f42e04
Merge pull request #13913 from hnrch02/webkit-keyframes
...
Partly revert cb7eb674ac
2014-06-24 09:12:27 -07:00
XhmikosR
15c63fa137
Run grunt.
2014-06-24 19:01:40 +03:00
XhmikosR
25ca51319b
Turn off clean-css' advanced optimizations.
...
Works around #13914 .
We might give it another go in the future but the stuff this breaks over the time does not justify having it enabled. The gain in size is negligible:
dist/css/bootstrap.min.css: 108.65 kB → 109.5 kB
dist/css/bootstrap-theme.min.css: 18.84 kB → 18.86 kB
docs/assets/css/docs.min.css: 20.44 kB → 20.61 kB
2014-06-24 19:01:40 +03:00
XhmikosR
dc7da296e4
Update dependencies.
2014-06-24 18:58:38 +03:00
Heinrich Fenkart
e9ac7c1e1c
Partly revert cb7eb674ac
...
Fixes #13911
2014-06-24 17:08:16 +02:00
fat
6b6476fcd9
add "focus" to focused btns with button plugin
2014-06-23 23:39:54 -07:00
fat
a0e98adebf
Merge branch 'fix-13386'
2014-06-23 23:08:44 -07:00
fat
0aa01f63e3
Merge branch 'master' into fix-13386
...
Conflicts:
js/carousel.js
2014-06-23 23:08:23 -07:00
Jacob
b31c35b636
Merge pull request #13904 from twbs/revert-umd
...
Revert UMD for now, due to #13812 .
2014-06-23 22:54:44 -07:00
Julian Thilo
25b06d927f
grid class inconsistency 2
...
https://github.com/twbs/bootstrap/commit/32bde78e1996a92e6b801e1f4a475d5ab48685f8
2014-06-23 23:36:18 +02:00
Jim Frode Hoff
29d97d07ef
Update cover.css
...
Moved the inset box-shadow to .site-wrapper in order to keep the shadow at the edges even if content exceeds viewport and needs scrolling.
2014-06-23 22:50:38 +02:00
Mark Otto
b8a04f8c60
Merge pull request #13882 from thomaswelton/issue-13713-use-variable-small
...
Use @font-size-small variable to calculate <small> font-size
2014-06-23 12:59:46 -07:00
Chris Rebert
c2c19a4d2d
Revert UMD ( #13772 & friends) for now, due to #13812 .
...
Will hopefully revert this reversion and land a fully-working version of UMD in v3.3.0.
Revert "some changes from #13801 - add strict mode back and =="
This reverts commit 2b302f69ee .
Revert "Fix regression of #10038 introduced by #13772 "
This reverts commit e9d6756a1a .
Revert "MD/CommonJS/Globals #12909 "
This reverts commit 1c6fa9010d .
Revert "address #13811 "
This reverts commit f347d7d955 .
Conflicts:
js/carousel.js
js/collapse.js
js/dropdown.js
js/modal.js
js/tab.js
js/tooltip.js
2014-06-23 11:11:59 -07:00
Mark Otto
bc895a4b43
Merge pull request #13900 from twbs/customize_on_your_own
...
Remove broken link
2014-06-23 10:42:13 -07:00
Mark Otto
32bde78e19
grid class inconsistency /cc @juthilo
2014-06-23 10:41:45 -07:00
Mark Otto
e033c5be29
Merge branch 'master' of github.com:twbs/bootstrap
2014-06-23 10:39:08 -07:00
Mark Otto
df7cfe8652
Fixes #13903 : Restore side padding on .btn-block
2014-06-23 10:38:45 -07:00
Thomas Welton
09cf618acf
Use @font-size-small variable to calculate <small> font-size fixes #13713 #13809
2014-06-23 18:00:18 +01:00
Chris Rebert
e05a4f6ac5
Merge pull request #13901 from knownasilya/typo
...
Fix typo in css - buttons docs
2014-06-23 09:34:59 -07:00
Ilya Radchenko
d4ce4dbf12
fix typo in css - buttons
2014-06-23 12:25:14 -04:00
Julian Thilo
7339759fd6
Remove broken link to Customizing Bootstrap
2014-06-23 17:51:02 +02:00
Mark Otto
9da127a8e5
Merge branch 'master' of github.com:twbs/bootstrap
2014-06-22 18:04:28 -07:00
Mark Otto
ca54cff4ab
new homepage expo features
2014-06-22 18:04:19 -07:00
XhmikosR
898328655f
Update dependencies.
2014-06-23 03:12:16 +03:00
Mark Otto
e98fc373e3
Fixes #13872 more: add overrides for lg and sm input modifiers
2014-06-20 13:24:14 -07:00
Mark Otto
34248437c3
tweak alert per #13875
2014-06-19 19:54:25 -07:00
Mark Otto
1e53dcd137
Fixes #13872 : Always apply padding to .form-control-static for that vertical alignment
2014-06-19 18:33:41 -07:00
Mark Otto
166b66d08a
formatting
2014-06-19 18:15:42 -07:00
Mark Otto
8bd4163ad4
fixes #13881 : restore existing striped progress bar behavior with theme styles
2014-06-19 18:14:56 -07:00
Chris Rebert
856bc8694c
bump npm-shrinkwrap to ~3.1.4
2014-06-19 16:04:40 -07:00
Mark Otto
1482947405
grunt
2014-06-19 15:25:50 -07:00
Mark Otto
a4fa8d07c8
grunt dist
2014-06-19 15:24:24 -07:00
Mark Otto
00cc166671
ids over names
2014-06-19 15:22:49 -07:00
Chris Rebert
9488bd58f9
Merge pull request #13867 from hnrch02/remove-depreacted-jscs-rules
...
Remove deprecated JSCS rules
2014-06-19 14:51:52 -07:00
Heinrich Fenkart
f983e4944f
S H R I N K W R A P
2014-06-19 23:37:01 +02:00
Mark Otto
a33f6f8930
Merge pull request #13866 from BBosman/ie8fontface
...
Document #13863
2014-06-19 12:45:57 -07:00
Heinrich Fenkart
587451ad9a
Update a few source files to comply to new JSCS rules
2014-06-19 21:08:05 +02:00
Heinrich Fenkart
09c2e41ec4
Remove deprecated JSCS rules and add requireSpaceAfterLineComment
2014-06-19 21:08:05 +02:00
Heinrich Fenkart
7bc8db9558
Bump grunt-jscs-checker to 0.5.1
2014-06-19 21:08:04 +02:00
Chris Rebert
77ff226e3f
Merge pull request #13877 from twbs/npm-shrinkwrap
...
Switch to uber/npm-shrinkwrap for npm-shrinkwrap.json generation
2014-06-19 11:58:41 -07:00
Chris Rebert
3c4ba2a08c
Switch to uber/npm-shrinkwrap for npm-shrinkwrap.json generation
...
Instead of our homegrown grunt/shrinkwrap.js
Fixes #13483 .
New npm-shrinkwrap.json is human-readable but still in a consistent/stable format.
Should aid debugging, produce better diffs, and be less prone to merge conflicts
2014-06-19 11:46:37 -07:00
Bas Bosman
8c1160d91b
Document IE8 font-face weirdness
2014-06-19 16:07:18 +02:00
Chris Rebert
d37b0ffa5f
Merge pull request #13870 from BBosman/gray-light
...
Fix @gray-light in docs
2014-06-19 06:35:32 -07:00
Bas Bosman
91d2cf848b
Fix @gray-light in docs
2014-06-19 14:56:43 +02:00
XhmikosR
abe7afd87a
Run grunt.
2014-06-19 12:58:34 +03:00
XhmikosR
4686d1483b
Merge pull request #13829 from BBosman/preserve
...
Always use preserveComment: 'some'
2014-06-19 12:57:52 +03:00
Mark Otto
5b4b4b5279
Merge pull request #13865 from BBosman/deprecated
...
Use full deprecation version
2014-06-19 02:18:50 -07:00
Bas Bosman
ae793ad749
Use full deprecation version
2014-06-19 11:09:35 +02:00
XhmikosR
0418c7678d
Update JSZip to v2.3.0.
2014-06-19 12:03:10 +03:00
Mark Otto
bd541083f1
Nuke equal height columns example; got a few bugs that make it not ready for prime time in v3.2
2014-06-19 02:02:23 -07:00
Mark Otto
162a27f67a
grunt
2014-06-18 23:50:16 -07:00
Mark Otto
f685f2a670
Merge pull request #13861 from twbs/new_striped_progress_bar_class
...
Make striped progress bars its own class
2014-06-18 23:32:17 -07:00
Mark Otto
a012ba465d
lol words
2014-06-18 23:21:44 -07:00
Mark Otto
99f176e7ec
rewrite striped and active to deprecate the parent selectors, change the docs
2014-06-18 22:35:05 -07:00
Mark Otto
d4eb5552b3
Merge branch 'master' into new_striped_progress_bar_class
2014-06-18 22:29:37 -07:00
Mark Otto
53d68a099d
Merge pull request #13859 from twbs/skew_you
...
Change skew(x,y) to skewX skewY
2014-06-18 22:27:12 -07:00
Mark Otto
d222c21f84
grunt
2014-06-18 22:24:56 -07:00
Mark Otto
e93bf15f60
Merge branch 'master' of github.com:twbs/bootstrap
2014-06-18 22:23:52 -07:00
Mark Otto
4c21146ce3
Merge pull request #13860 from twbs/fixes_13346
...
Add a variable for .dl-horizontal's offset
2014-06-18 22:23:42 -07:00
Mark Otto
74982cf101
grunt
2014-06-18 22:23:31 -07:00
Mark Otto
02642350f8
Fixes #13400 , #13415 : actually document the existing practice for links in panel headings
2014-06-18 22:16:15 -07:00
Mark Otto
2a380f6bd8
fixes #13347 : make striped progress bars its own class
2014-06-18 21:58:29 -07:00
Mark Otto
c7cd63107b
fixes #13346 : add a variable for .dl-horizontal's offset
2014-06-18 21:52:34 -07:00
Mark Otto
783b2268c2
change skew(x,y) to skewX skewY because mdn told me so
2014-06-18 21:26:53 -07:00
Mark Otto
f4dd02f531
Merge pull request #13857 from twbs/list_group_small
...
List group headings and small/.small
2014-06-18 19:50:53 -07:00
Mark Otto
80ffe45afe
Merge pull request #13851 from ahoereth/patch-1
...
Add white-space: nowrap; to .dropdown-header
2014-06-18 19:49:44 -07:00
Mark Otto
508d9f0d65
fix part of #13111 : hide the docs nav on small and below devices
2014-06-18 19:18:02 -07:00
Mark Otto
43d21b97f2
fixes #13093 : reset the background color and remove background image on disabled theme buttons
2014-06-18 19:14:26 -07:00
Mark Otto
20b6ae6357
fixes #13020 : proper color for small/.small in list group headings
2014-06-18 18:47:32 -07:00
Mark Otto
11cf54f9df
grunt
2014-06-18 18:22:11 -07:00
Mark Otto
74a264fb98
fixes #13021 : add .form-group-sm/-lg
2014-06-18 18:19:17 -07:00
Mark Otto
46e8a5817d
fixes #10073 : add width: 100%; for ie10 and below to size svg.img-responsive correctly
2014-06-18 17:34:09 -07:00
Mark Otto
fdf174e498
grunt dist
2014-06-18 15:46:38 -07:00
Mark Otto
cde13fbe11
Merge pull request #13854 from ssorallen/gray-light-higher-contrast
...
Darken @gray-light to meet accessibility guidelines
2014-06-18 15:45:57 -07:00
Chris Rebert
d75506fbec
among supported WebKit/Blink browsers, this now only applies to Safari
...
Missed this in 4cbc8d49b1
2014-06-18 15:12:17 -07:00
Ross Allen
8c403dc1dc
Darken @gray-light to meet accessibility guidelines
...
`@gray-light` darkens from #999 to #777 , which puts `.text-muted` at the
threshold for the 4.5:1 WCAG minimum contrast[1]. #777:#fff is 4.48:1.
The “Example” headers in docs become #959595 , which is contrast ratio
3:1, the minimum for larger text. Since the headers are less important
than the surrounding text, 3:1 is fine and an improvement on the
previous #bbb:#fff (1.92:1).
Fixes issue #13847 .
[1] http://www.w3.org/TR/UNDERSTANDING-WCAG20/visual-audio-contrast-contrast.html
2014-06-18 14:47:14 -07:00
ahoereth
de55fb85a0
Add white-space: nowrap; to .dropdown-header
...
Dropdowns adjust their width to the width of their containing a elements - which have no line breaks ([*](https://github.com/twbs/bootstrap/commit/f226463b057f945795661c3d19fbcabf63b931f7 )). Consistent to this dropdown-headers also should be prevent to contain line breaks.
2014-06-18 19:07:55 +02:00
XhmikosR
6d45f733e5
Run grunt.
2014-06-18 13:16:32 +03:00
Chris Rebert
1c42dfcd53
Merge pull request #13842 from twbs/fix-13811
...
update "is jQuery defined" check for UMD compatibility
2014-06-17 23:35:22 -07:00
Chris Rebert
4f95989c38
FFS
2014-06-17 19:09:28 -07:00
Chris Rebert
bb83d33812
sigh
2014-06-17 19:06:32 -07:00
Chris Rebert
cb70382ed6
Travis: per today's PyPI issues, travis_retry the pip install step
...
Also, remove deprecated --use-mirrors option
2014-06-17 18:59:33 -07:00
Chris Rebert
f347d7d955
address #13811
2014-06-17 18:53:52 -07:00
Chris Rebert
5cfd6b5153
Merge branch 'deps'
2014-06-17 18:49:13 -07:00
Chris Rebert
85c15eec0f
Gruntfile: add note about duplicate copy of jqueryCheck code
...
Refs #13842
2014-06-17 18:48:15 -07:00
XhmikosR
e42de7511a
Update dependencies.
2014-06-17 18:29:17 -07:00
Chris Rebert
8bee6549ad
grunt dist
2014-06-17 18:23:14 -07:00
Chris Rebert
4300d430e6
Merge branch 'erwanjegouzo-master'
2014-06-17 17:57:07 -07:00
Erwan Jegouzo
1b63d0b9ba
fix for #13747
...
Closes #13782 by merging it.
2014-06-17 17:56:15 -07:00
XhmikosR
316e0c7b1b
Merge pull request #13845 from BBosman/dismissible
...
Fix dismissible spelling
2014-06-18 01:01:17 +03:00
Bas Bosman
128e52ff29
Fix dismissible spelling
2014-06-18 00:00:28 +02:00
Chris Rebert
5b9e2bf126
popovers.html: fix typo: "Dimissmisable"
2014-06-17 12:57:54 -07:00
Bas Bosman
3f68c40ac1
Make autoprefixer browsers fixed
...
Closes #13795 by merging it.
2014-06-17 11:56:16 -07:00
Chris Rebert
045aceef94
Merge pull request #13827 from vsn4ik/refactoring_by_vsn4ik
...
Refactoring bages in README.md.
2014-06-15 10:33:15 -07:00
Bas Bosman
fdc33ced17
Always use preserveComment: 'some'
2014-06-15 16:41:53 +02:00
vsn4ik
c503f7b66f
README.md: Refactoring bages.
2014-06-15 16:26:32 +04:00
James Friend
33a6932d6f
added 'main' field to package.json
2014-06-15 12:53:26 +08:00
James Friend
03342f1a7e
allow require.resolve('bootstrap') to work under node
2014-06-15 12:50:32 +08:00
Chris Rebert
f071549c84
fix #13386
2014-06-13 12:12:32 -07:00
Chris Rebert
ed06fd0936
Merge pull request #13820 from twbs/bump-load-tasks
...
bump load-grunt-tasks to ~0.5.0
2014-06-13 12:07:13 -07:00
Chris Rebert
624800aa4f
bump load-grunt-tasks to ~0.5.0
...
[skip validator] [skip sauce]
2014-06-13 12:02:14 -07:00
Chris Rebert
37acbb983d
min-content is standard, so no need to vendor prefix it
...
Also, makes little sense to say that Firefox sets a `-webkit`-prefixed value
2014-06-13 11:37:40 -07:00
fat
2b302f69ee
some changes from #13801 - add strict mode back and ==
2014-06-12 11:11:04 -07:00
Jacob
696632d7da
Merge pull request #13786 from twbs/fat-13430
...
add special transitionend type to test event origin
2014-06-11 22:44:04 -07:00
Jacob
51e1b01c4b
Merge pull request #13800 from hnrch02/fix-umd-regression
...
Fix regression of #10038 introduced by #13772
2014-06-11 22:33:22 -07:00
Heinrich Fenkart
e9d6756a1a
Fix regression of #10038 introduced by #13772
2014-06-12 06:00:02 +02:00
Chris Rebert
63767f8806
Merge pull request #13799 from hnrch02/update-generated-markup
...
Update generated markup by the tooltip plugin in docs; fixes #13796
2014-06-11 20:51:58 -07:00
Heinrich Fenkart
5e6967358f
Update generated markup by the tooltip plugin in docs; fixes #13796
2014-06-12 05:35:27 +02:00
Mark Otto
b1a9168b15
grunt dist
2014-06-11 18:13:50 -07:00
Jacob
6ac5708a0d
Merge pull request #13787 from twbs/fat-3731
...
fix #13185 - keyboard support for carousel
2014-06-11 15:19:39 -07:00
Chris Rebert
4949d26a1d
tweak #13453 Firefox bug summary
2014-06-11 11:48:43 -07:00
Mark Otto
85935f75cc
Fixes #13453 : add firefox table-border and tbody bug to wall of bugs
2014-06-11 09:27:07 -07:00
Mark Otto
e042c6398a
Merge pull request #13791 from BBosman/justify
...
Add dropped text-justify
2014-06-11 09:18:08 -07:00
Bas Bosman
7a0f4416a5
Add dropped text-justify
2014-06-11 17:39:02 +02:00
Chris Rebert
816ba56b45
Merge pull request #13789 from hnrch02/follow-up-to-13671
...
Follow-up to #13671 ; improves consistency of text with previous examples
2014-06-10 23:51:12 -07:00
Heinrich Fenkart
03b556bbc5
Follow-up to #13671 ; improves consistency of text with previous examples
...
Also fixes a small indentation error.
2014-06-11 08:33:30 +02:00
Mark Otto
f09d6b7a98
grunt
2014-06-10 23:15:09 -07:00
Mark Otto
ed2da1c354
Merge pull request #13351 from Cecchi/nested-kbd
...
Add nested kbd element styles for actual keys or inputs
2014-06-10 23:09:25 -07:00
Chris Rebert
cb85f2ad9b
fix grammar in new callout
2014-06-10 23:08:30 -07:00
Mark Otto
f77d0aa591
fixes #13356 : clarify use of clearfix on parents
2014-06-10 23:06:25 -07:00
Mark Otto
5c1357b3e9
grunt
2014-06-10 22:58:21 -07:00
Mark Otto
1d97cbed0f
Merge pull request #13671 from 04818419/text-transformation
...
text transformation added
2014-06-10 22:56:38 -07:00
Mark Otto
7bcd78847f
grunt
2014-06-10 22:51:17 -07:00
Mark Otto
4fd4681221
Merge pull request #13687 from smmoosavi/patch-1
...
Color Contrast for panel heading
2014-06-10 22:49:23 -07:00
Mark Otto
57bd8f943b
grunt
2014-06-10 22:47:25 -07:00
Mark Otto
bc38d3b303
words
2014-06-10 22:41:48 -07:00
Mark Otto
dacaf619d2
docs callout for #13219
2014-06-10 22:39:27 -07:00
Mark Otto
e136ba0fa3
Merge pull request #13783 from twbs/fat-13220
...
fix #13220
2014-06-10 21:57:34 -07:00
Mark Otto
97e0cd015f
homepage copy to fix #13733
2014-06-10 21:47:51 -07:00
Mark Otto
5c6c0a194d
fixes #13775 : tweak grid nesting docs about # of cols, change up example slightly
2014-06-10 21:24:44 -07:00
Mark Otto
dcbe484a09
New text align class, .text-nowrap, for preventing text from breaking to new lines. Applies it to the grid docs table.
2014-06-10 21:20:34 -07:00
Mark Otto
e8100c3b3c
fix thumbnails docs
2014-06-10 21:14:04 -07:00
Mark Otto
631e04b6fc
Fixes #13548 : Use position: absolute; to fix checkbox and radio line-height problems that were introduced after #13003
2014-06-10 20:50:58 -07:00
fat
7f122be004
add special transitionend type to test event origin
...
fixes #13430
2014-06-10 20:42:19 -07:00
fat
a1dad14f44
fix #13185 - keyboard support for carousel
2014-06-10 20:35:03 -07:00
Mark Otto
c0e82accad
grunt
2014-06-10 20:17:22 -07:00
Mark Otto
2fb31318d6
Merge pull request #13785 from twbs/fat-13609
...
fixes 13609 - Modal is shifting left just before the hiding animation
2014-06-10 19:21:03 -07:00
Mark Otto
fd0a81a57a
hidden and auto
2014-06-10 19:20:56 -07:00
fat
54939ef0f0
fixes 13609 - Modal is shifting left just before the hiding animation
2014-06-10 19:06:24 -07:00
Mark Otto
9cdbf0e807
Merge branch 'master' of github.com:twbs/bootstrap
2014-06-10 18:12:29 -07:00
Mark Otto
9a51410fd3
grunt
2014-06-10 18:11:26 -07:00
Chris Rebert
ff7e8d5054
button-groups.html: fix grammar: "in on" => "on"
2014-06-10 18:09:30 -07:00
fat
571fd32bce
fix #13220 Scrollspy generates wrong offsets for a page-- recalculate offsets if scrollheight changes
2014-06-10 17:38:42 -07:00
Jacob
8d8524e594
Merge pull request #13772 from twbs/fat-amd
...
AMD/CommonJS/Globals #12909
2014-06-10 17:24:15 -07:00
Katie Zhu
1c6fa9010d
MD/CommonJS/Globals #12909
2014-06-10 17:16:29 -07:00
Chris Rebert
bbdaf0f244
Merge pull request #13780 from twbs/fx-30
...
<input> buttons line-height Firefox bugfix has been shipped!
2014-06-10 11:52:20 -07:00
Chris Rebert
af45472dfe
<input> buttons line-height Firefox bugfix has been shipped!
...
Remove Wall of Browser Bugs entry.
Update mention of the bug in the CSS docs.
[skip sauce]
2014-06-10 11:48:12 -07:00
Chris Rebert
d2e0349197
Merge pull request #13777 from BBosman/fix-gutter
...
Fix gutter variable
2014-06-10 10:02:11 -07:00
Bas Bosman
c6c8093085
Fix gutter variable
2014-06-10 16:46:04 +02:00
Mark Otto
4aca4cf866
grunt for table change
2014-06-10 00:26:20 -07:00
Mark Otto
3556f9e3ad
Merge branch 'master' of github.com:twbs/bootstrap
2014-06-10 00:25:52 -07:00
Mark Otto
e06970948b
Fixes #13616 : Add custom gutter support to containers
2014-06-10 00:24:23 -07:00
Mark Otto
070862667a
Merge pull request #13670 from nadangergeo/master
...
Table-responsive: changed overflow-x to auto to hide scrollbar when it's not overflown, fixes #13669 .
2014-06-10 00:14:33 -07:00
Mark Otto
0a3fe8c79b
Merge pull request #12690 from twbs/docs_zeroclipboard
...
Add ZeroClipboard to docs
2014-06-09 23:36:41 -07:00
Mark Otto
82bd8b6dfd
twerk copy
2014-06-09 23:29:44 -07:00
Mark Otto
1666d55953
Merge pull request #13771 from twbs/jekyll-2.x
...
Update docs for Jekyll 2.x.
2014-06-09 23:14:00 -07:00
XhmikosR
1b8935ee95
Run grunt dist.
2014-06-10 08:30:17 +03:00
XhmikosR
89c0e4d2ab
Update ZeroClipboard to v1.3.5.
...
Also use the official filenames.
2014-06-10 08:30:17 +03:00
XhmikosR
5057e7c7b8
Remove unused variables and make tests pass.
2014-06-10 08:30:17 +03:00
Mark Otto
7d1365ce1c
Refactor and restyle.
2014-06-10 08:30:16 +03:00
soundarapandian
250e021ff1
Integrate ZeroClipboard to easily copy code snippets
2014-06-10 08:30:16 +03:00
Mark Otto
9e1652aa50
grunt
2014-06-09 22:25:24 -07:00
Mark Otto
9ac3fe6fcf
Merge branch 'master' of github.com:twbs/bootstrap
2014-06-09 22:25:00 -07:00
Mark Otto
c7783f5ad8
Fixes #13587 : Switch to Kramdown for Markdown compiler in Jekyll
2014-06-09 22:24:51 -07:00
XhmikosR
ff9ab6ce21
Update docs for Jekyll 2.x.
2014-06-10 08:14:09 +03:00
Jacob
6a2482447d
Merge pull request #13770 from twbs/fat-carousel
...
change how carousel indicators activate - fixes #12592
2014-06-09 22:09:38 -07:00
Katie Zhu
5eaedbe097
change how carousel indicators activate #12592
2014-06-09 21:59:03 -07:00
Mark Otto
61dbc6134e
Merge branch 'master' of github.com:twbs/bootstrap
2014-06-09 21:56:45 -07:00
Mark Otto
2535f7c79a
fixes #13769
2014-06-09 21:45:55 -07:00
Mark Otto
12aeeaca0e
Merge pull request #13768 from twbs/font_files_docs
...
Simpler and updated docs copy for icon font file paths
2014-06-09 21:35:05 -07:00
Mark Otto
d2061e8aeb
relative
2014-06-09 21:26:57 -07:00
Mark Otto
24a9b34add
typo
2014-06-09 21:08:24 -07:00
Mark Otto
b35840e48d
simpler and updated docs copy for icon font file paths
2014-06-09 21:00:27 -07:00
Chris Rebert
2213a5b756
bump grunt-contrib-connect to ~0.8.0
2014-06-09 17:32:10 -07:00
Chris Rebert
b4ab047b81
update shrinkwrap
2014-06-09 17:26:49 -07:00
Chris Rebert
a6fac741ea
README: move badges to separate line
...
much badge, so wow
2014-06-09 17:05:01 -07:00
Chris Rebert
c20c0d9dff
Merge pull request #13766 from twbs/npm-badge
...
Add npm version badge to README
2014-06-09 17:02:39 -07:00
Chris Rebert
8b3d27e01c
Add npm version badge to README
...
Follow-up to #12857
[skip sauce] [skip validator]
2014-06-09 17:01:55 -07:00
XhmikosR
48e2f92aab
Fix favicon.ico after d763b0fe5b.
2014-06-09 11:13:24 +03:00
XhmikosR
41b92b967a
Run grunt.
...
[ci skip]
2014-06-09 11:10:09 +03:00
XhmikosR
8cdc34f6e3
Update filesaver.js to v2014-05-27.
...
[ci skip]
2014-06-09 11:10:08 +03:00
XhmikosR
91bed93d55
Update Blob.js to v2014-05-31.
...
[ci skip]
2014-06-09 11:10:08 +03:00
Mark Otto
1309085d57
change up the padding on bs-docs-header container to alleviate #13682
2014-06-08 23:09:06 -07:00
Mark Otto
8d9ef8f0a1
Addresses part of #13643 : Correct webkit-linear-gradient syntax in horizontal gradients
2014-06-08 23:02:16 -07:00
Mark Otto
85cde774b9
remove max-width: 100%; from table and place it on .table
2014-06-08 16:54:05 -07:00
Mark Otto
aee18bcc4a
Merge pull request #13707 from bcullman/bcullman-remove-table-max-width
...
removing unnecessary max-width on tables
2014-06-08 16:53:14 -07:00
Mark Otto
4e67dc8109
Merge pull request #13738 from thomaswelton/issue-13737-fix-ie11-rem-sizing
...
Use px for font-size fixes #13737
2014-06-08 16:38:17 -07:00
Mark Otto
76277f87b8
Merge pull request #13189 from twbs/apple-touch-icon
...
New apple touch icon and favicon
2014-06-08 16:18:09 -07:00
Jacob
fe74a8bb3e
Merge pull request #13755 from twbs/fat-visual-test
...
Adds isolated visual tests for javascript plugins (decoupled from docs)....
2014-06-08 16:05:08 -07:00
XhmikosR
e1f9c25f8d
Losslessly compress apple-touch-icon-precomposed.png.
2014-06-09 01:15:08 +03:00
Mark Otto
d763b0fe5b
new icons
2014-06-09 01:15:08 +03:00
XhmikosR
29d00e0cd7
Move apple-touch-icon-precomposed.png and favicon.ico in docs root.
...
This way, it works in all browsers.
2014-06-09 01:14:44 +03:00
XhmikosR
79cbf5501e
Use a 152x152 apple touch icon.
2014-06-09 01:14:44 +03:00
XhmikosR
9884a3d775
Re-create favicon.ico from the new SVG image.
2014-06-09 01:14:44 +03:00
Mark Otto
5dbfdd47c5
fixes #13375
2014-06-08 14:08:06 -07:00
Mark Otto
d1872b4c98
Merge branch 'master' into pr/13736
...
Conflicts:
dist/css/bootstrap.css.map
dist/css/bootstrap.min.css
2014-06-08 13:57:44 -07:00
Mark Otto
5cd72ce230
grunt
2014-06-08 13:55:40 -07:00
Mark Otto
14c3760033
Merge pull request #13735 from skhilko/master
...
Fix bug where a panel recieve extra top border when placed within a collapsible panel
2014-06-08 13:53:53 -07:00
Mark Otto
88068e93fa
Merge branch 'master' of github.com:twbs/bootstrap
2014-06-08 13:28:56 -07:00
Mark Otto
d1cf27bd03
fix nested containers (addresses some of #13682 )
2014-06-08 13:28:45 -07:00
Mark Otto
2919a3dd80
Merge pull request #13542 from twbs/icon_paths
...
Fixes #13478 , reverts #10941
2014-06-08 11:23:20 -07:00
Mark Otto
34891de173
grunt
2014-06-08 11:19:35 -07:00
Mark Otto
1e3b93804f
grunt
2014-06-08 11:18:59 -07:00
Mark Otto
3ee5542c99
Merge pull request #13649 from ItsJonQ/repaint-fixes-2
...
Repaint Fixes When Scrolling
2014-06-08 11:14:57 -07:00
Mark Otto
7231efabde
Merge pull request #13745 from twbs/fix-13281
...
set not-allowed cursor on disabled radio+checkbox labels
2014-06-08 11:05:39 -07:00
Mark Otto
5fd8ca9089
fixes #13210 : clean up tooltip example
2014-06-08 10:51:32 -07:00
Mark Otto
98574cd018
Merge pull request #13744 from twbs/fix-13650
...
replace SemVer summary with a link to its website
2014-06-08 10:25:50 -07:00
fat
91103e6d1f
Adds isolated visual tests for javascript plugins (decoupled from docs). This makes it
...
faster and easier to test/develop js functionality not represented in unit tests, and gives us
a playground for interactions, etc.
It also makes it so developing javascript is now decoupled form jekyll, which should make everything
faster and less painful.
This commit also reverts my filter commit https://github.com/twbs/bootstrap/commit/9900771aa7f1b3ddcee49aec84082104776ace70
which broke scrollspy for dropdowns.
2014-06-07 19:11:44 -07:00
Chris Rebert
57c8982b1c
Merge branch 'mikegreiling-scrollspy-update'
2014-06-07 18:27:32 -07:00
Mike Greiling
1cfa902e31
refactor scrollspy refresh method
...
Closes #13702 by merging a rebased version of it.
2014-06-07 18:26:39 -07:00
Mike Greiling
bc8e6ffb7d
removing this.$element as it is a superfluous copy of this.$scrollElement
2014-06-07 18:09:53 -07:00
Mike Greiling
632313d631
no need to check for href attribute on the scrollable element
2014-06-07 18:09:53 -07:00
Mike Greiling
0be4109688
there is no need for this.offsets and this.targets to be jQuery objects
2014-06-07 18:09:53 -07:00
Chris Rebert
2ca6581798
Merge pull request #13752 from twbs/fix-13268
...
Proposed fix for #13268
2014-06-07 18:03:49 -07:00
Chris Rebert
21de05c8c0
don't show tooltips/popovers whose element isn't in the DOM; fixes #13268
2014-06-07 17:54:11 -07:00
Chris Rebert
b23ed1b034
put the tooltips into the DOM in the tooltip unit tests
2014-06-07 17:54:11 -07:00
Chris Rebert
20c099d41a
add failing test for #13268
2014-06-07 17:54:10 -07:00
XhmikosR
3b99a41246
Merge pull request #13388 from twbs/xhmikosr-js-style
...
Improve JS style
2014-06-07 09:13:05 +03:00
Chris Rebert
dd7ee517e4
add docs for #13745
...
Good catch @juthilo
[skip sauce]
2014-06-06 17:29:36 -07:00
Chris Rebert
739bf379a9
set not-allowed cursor on disabled radio+checkbox labels; fixes #13281
...
[skip validator] [skip sauce]
2014-06-06 17:23:28 -07:00
Chris Rebert
3cbbc70d55
Merge pull request #13627 from twbs/maybe-fix-12364
...
Hopefully fixes trigger focus restoration on modal close
2014-06-06 15:59:17 -07:00
XhmikosR
03a8949d7c
Run grunt.
2014-06-06 01:23:07 +03:00
XhmikosR
e2cabe4971
Minor style tweaks.
2014-06-06 01:23:07 +03:00
XhmikosR
82fc03f3b6
carousel.js: remove unneeded variable assignment.
...
`slideIndex` is assigned to the same value a few lines above.
2014-06-06 01:23:07 +03:00
XhmikosR
7b0acf14d8
Comply to the new style.
2014-06-06 01:23:07 +03:00
XhmikosR
5ef9383f53
Tweak JSHint and JSCS checks.
...
Be more consistent across the whole codebase.
Also, make use of JSHint's 2.5.1 `extends` and `qunit` options. This way we set our basis options in js/.jshintrc and override the rest.
2014-06-06 01:23:06 +03:00
Chris Rebert
a8641b4db7
Merge pull request #10632 from stuartpb/patch-1
...
Customizer: Alert on successful save to Gist
2014-06-05 13:58:22 -07:00
Chris Rebert
47a0de9b93
replace SemVer summary with a link to its website; fixes #13650
...
[skip validator] [skip sauce]
2014-06-05 12:06:09 -07:00
Chris Rebert
ef436c761b
Merge pull request #13740 from jasny/patch-composer-replace
...
Added rename directive for composer
2014-06-05 09:02:36 -07:00
Arnold Daniels
53b8254fe0
Added directive for composer
2014-06-05 13:24:56 +02:00
Thomas Welton
ea99e3c91b
Use px for font-size fixes #13737
2014-06-05 12:07:40 +01:00
Ben Zumhagen
5872a7e0ac
Resolves Issue #13689
...
Doing this the right way this time. Hiding .panel-footer top border when
preceeded by a .list-group. This should resolve the "double border"
issue.
2014-06-04 22:18:40 -04:00
Siarhei Khilko
f87a023153
Fix bug where a panel recieve extra top border
...
https://github.com/twbs/bootstrap/issues/13734
A panel placed inside of a collapsible panel recieve extra top border.
This commit reduces the effect of a selector to apply a border only to
the collapsible panel body itself, not to any panel placed within it.
2014-06-04 15:20:36 -07:00
Chris Rebert
f9495eab12
Merge pull request #13732 from twbs/bump-sauce
...
Bump grunt-saucelabs to ~8.0.2
2014-06-04 13:40:23 -07:00
Chris Rebert
e91eaa2884
update shrinkwrap
...
[skip validator]
2014-06-04 12:40:53 -07:00
Chris Rebert
f0c97bf758
bump grunt-saucelabs to ~8.0.2
2014-06-04 12:38:26 -07:00
Chris Rebert
6d7c0b2513
Merge pull request #13731 from twbs/bump-deps
...
Bump dependency versions
2014-06-04 12:36:17 -07:00
Chris Rebert
19987cc285
update shrinkwrap
...
[skip sauce] [skip validator]
2014-06-04 12:21:42 -07:00
Chris Rebert
34621740b3
bump grunt-contrib-jade to ~0.12.0
2014-06-04 12:06:47 -07:00
Chris Rebert
094e42883a
bump grunt-contrib-qunit to ~0.5.1
2014-06-04 12:06:03 -07:00
Chris Rebert
c0ba4622c1
Merge pull request #13716 from rustinlee/fix-creators-anchor
...
Changed broken #authors anchor to #creators
2014-06-02 13:02:27 -07:00
Rustin Wollin
22cdf4ae94
Changed broken #authors anchor to #creators
2014-06-02 15:43:57 -04:00
bcullman
445deb7e2d
removing unnecessary max-width on tables
2014-05-29 13:13:03 -07:00
Chris Rebert
5a1614466d
Merge pull request #13700 from twbs/role-menu-all-the-things
...
add missing role="menu" attrs to .dropdown-menu elements in docs+examples
2014-05-28 17:21:58 -07:00
Chris Rebert
95ff94091e
add missing role="menu" attrs to .dropdown-menu elements in docs+examples
...
Docs audit prompted by #13697 .
[skip sauce]
2014-05-28 17:18:22 -07:00
Chris Rebert
ad34c3b061
fix #13697
...
[skip sauce]
2014-05-28 16:52:47 -07:00
سید مرتضی موسوی
67a332c97b
fix variables in panels.less
2014-05-27 17:09:47 +04:30
سید مرتضی موسوی
6e4825aef1
Color Contrast for panel heading
...
related to #13686
2014-05-27 15:31:13 +04:30
Konstantin Kulinicenko
585f4787f7
text transformation added
...
Transform text in components with text capitalization classes.
2014-05-24 15:33:15 +02:00
Nadan Gergeo
36616db81d
Table-responsive: changed overflow-x to auto to hide scrollbar when it's not overflown, fixes #13669 .
2014-05-24 05:50:45 +02:00
Chris Rebert
8e568a8e36
grunt dist
2014-05-23 15:49:13 -07:00
Chris Rebert
475dbe58b0
Merge pull request #13589 from mrobinet/scrollspy-maxScroll-with-offset
...
Adjust for Scrollspy offset when calculating maxScroll.
2014-05-23 14:36:05 -07:00
Chris Rebert
bc1ce426d9
Merge pull request #13593 from ResentedHook/master
...
Add tooltip self-reference to address #12320
2014-05-23 14:33:19 -07:00
Chris Rebert
ef62254917
Merge pull request #13557 from bassettsj/aria-describedby-tooltip-13480
...
Aria describedby tooltip: #13480
2014-05-23 14:11:15 -07:00
Chris Rebert
66bc4d1c67
Merge pull request #13668 from twbs/bump-sauce
...
Bump grunt-saucelabs to ~7.0.0
2014-05-23 13:50:09 -07:00
Chris Rebert
c6cb8abdce
update shrinkwrap
...
[skip validator]
2014-05-23 12:55:08 -07:00
Chris Rebert
7b2600cfc5
bump grunt-saucelabs to ~7.0.0
2014-05-23 12:53:12 -07:00
Chris Rebert
656597e4dd
Merge pull request #13667 from twbs/bump-deps
...
Bump glob to ^4.0.0
2014-05-23 12:52:29 -07:00
Chris Rebert
02ca217278
update shrinkwrap
...
[skip sauce]
2014-05-23 12:48:38 -07:00
Chris Rebert
8be8fb61bb
bump glob to ^4.0.0
2014-05-23 12:29:24 -07:00
Chris Rebert
676fda9c8f
Merge pull request #13626 from twbs/address-13090
...
show proper error message when viewing Customizer in IE8
2014-05-23 08:48:45 -07:00
Mark Otto
d66b65ddde
Merge branch 'master' into icon_paths
...
Conflicts:
dist/css/bootstrap.css.map
docs/dist/css/bootstrap.css.map
2014-05-22 23:01:42 -07:00
Mark Otto
10e9fef85c
Merge pull request #13651 from twbs/ios-temporal
...
update explanatory comment about iOS date/time inputs bug
2014-05-22 21:48:56 -07:00
Mark Otto
338cff1359
clarify
2014-05-22 21:39:47 -07:00
Mark Otto
46974490e4
grunt dist for docs
2014-05-22 21:39:37 -07:00
Mark Otto
4f60a7fae9
don't change code bg on callouts
2014-05-22 21:34:49 -07:00
Mark Otto
64bb8be707
more callout tweaks
2014-05-22 21:34:24 -07:00
Mark Otto
abbf6da6aa
tighten up callouts and remove backgrounds
2014-05-22 21:12:13 -07:00
Mark Otto
a375069704
Merge branch 'master' of github.com:twbs/bootstrap
2014-05-22 20:57:10 -07:00
Mark Otto
ef360b61b5
clarify and danger-ify affix docs usage requirements, per #10235
2014-05-22 20:14:32 -07:00
Mark Otto
68de4bf387
Merge pull request #13463 from twbs/docs-theme-toggler
...
add button to toggle the optional theme when viewing the docs
2014-05-22 19:20:32 -07:00
Mark Otto
326f6b2b87
Merge branch 'master' into docs-theme-toggler
...
Conflicts:
dist/css/bootstrap.css.map
dist/css/bootstrap.min.css
docs/assets/css/docs.min.css
docs/dist/css/bootstrap.css.map
docs/dist/css/bootstrap.min.css
2014-05-22 18:54:25 -07:00
Mark Otto
fab9ab8fe9
Reset the padding on radio/checkbox labels in form-inline
2014-05-22 18:42:21 -07:00
Mark Otto
12b5d46f17
move it to the sidebar
2014-05-22 18:38:43 -07:00
Max Kramer
ee12ce8305
Add aria-haspopup and aria-expanded attributes to dropdown plugin
...
1. Add aria-haspopup="true" and aria-expanded="false" to dropdown docs
2. Toggle aria-expanded between "true" and "false" when opening and closing dropdown
Satisfy item 1 from https://github.com/paypal/bootstrap-accessibility-plugin#dropdown . See #13553 .
2014-05-22 18:13:41 -04:00
XhmikosR
cae7dee236
Revert 4f9270cc20.
...
The validator doesn't choke anymore on this and even though it's not spec compliant, it's needed for some IE versions. So until we move favicon.ico in root, this should do the job.
2014-05-22 10:55:28 +03:00
Chris Rebert
1340a491e5
grunt dist
2014-05-21 23:37:06 -07:00
Chris Rebert
8a62f9e61f
show proper error message when viewing Customizer in IE8
...
Closes #13090 .
[skip sauce]
2014-05-21 21:07:16 -07:00
Chris Rebert
3261ab704e
update explanatory comment about iOS date/time inputs bug
...
Per:
* http://jsbin.com/purer/2/edit
* https://github.com/cvrebert/bs-css-hacks/blob/6e8aa78384a005b007fc45327c9516dcf6ec0f30/README.md#ios-temporal-input-line-height
Thanks @mdo <3
[skip sauce] [skip validator]
2014-05-21 16:50:23 -07:00
ItsJonQ
7da34cc0ec
Applied translate3d to modal, navbar-fixed and affix to combat browser repaint
2014-05-21 17:24:43 -04:00
Mark Otto
707b362b80
Merge branch 'master' into docs-theme-toggler
...
Conflicts:
docs/assets/css/docs.min.css
2014-05-20 23:27:40 -07:00
Mark Otto
91d51d3fba
Merge branch 'master' into icon_paths
2014-05-20 23:21:12 -07:00
XhmikosR
3dd1531d81
Merge pull request #13624 from robertdodd/master
...
Reassigned minification of CSS files to the cssmin task.
2014-05-19 15:07:40 +03:00
Chris Rebert
b058c018eb
Hopefully a fix for #12364
...
* register the callback before invoking the toggling
* listen for `hidden` instead of `hide`
* account for the possibility of the associated `show` event being preventDefault-ed
Adds relevant unit tests.
2014-05-19 02:14:14 -07:00
Chris Rebert
e9b99d475c
fix typo in assertion description
2014-05-19 00:47:06 -07:00
Chris Rebert
7d75734e10
Merge pull request #13615 from twbs/namespacing
...
add missing event namespacing in modal.js
2014-05-19 00:42:10 -07:00
Robert Dodd
8e354c4240
Reassigned minification of CSS to cssmin task.
...
Reassigned minification of CSS files from the less task to the cssmin
task
2014-05-19 17:07:31 +10:00
Chris Rebert
082bc20bb9
Merge pull request #13623 from twbs/skip-ci-steps
...
add [skip sauce] and [skip validator]
2014-05-18 17:26:14 -07:00
Chris Rebert
4a9ab6011d
prove that [skip validator] works
...
removes the extra newline added in the previous commit
2014-05-18 17:20:55 -07:00
Chris Rebert
ca23e3913b
prove that [skip sauce] works
...
add extra newline to .travis.yml that I'll remove momentarily
2014-05-18 17:20:54 -07:00
Chris Rebert
6638fc1649
Gruntfile: skip steps when $TWBS_DO_*=0
2014-05-18 17:20:54 -07:00
Chris Rebert
db26c9f4b4
Gruntfile: extract runSubset() func
2014-05-18 17:20:54 -07:00
Chris Rebert
df9f576583
Travis: skip RubyGems install+cache when TWBS_DO_VALIDATOR=0
2014-05-18 17:20:54 -07:00
Chris Rebert
1da03a1e73
add to TRAVIS_COMMIT_MSG, TWBS_DO_VALIDATOR, TWBS_DO_SAUCE vars to Travis
2014-05-18 17:20:54 -07:00
Chris Rebert
511240b377
update link to Grunt setup & info
2014-05-17 22:55:29 -07:00
Chris Rebert
5f59f96020
Merge pull request #13600 from twbs/resize-note-correction
...
change note in .resizable() mixin for accuracy
2014-05-17 15:29:07 -07:00
Stuart P. Bentley
d5d64c2e4e
Update showSuccess to use new classes
2014-05-17 13:22:57 -04:00
Chris Rebert
3d1723d689
add missing event namespacing in modal.js
2014-05-16 17:05:03 -07:00
Chris Rebert
e44f5b15b1
Merge branch 'impl-13342'; Closes #13342 .
2014-05-16 14:30:31 -07:00
Attila Dobi
f47ad79538
add target option to Affix plugin
2014-05-16 13:07:45 -07:00
Steven Bassett
a70da16f6f
Adds aria described by to tooltip plugin for accessibility
...
Generates a unique id for tooltip and adds [aria-describedby] to the element
it is called on. Resolves issue #13480
- set up test
- linted the code styles
- passed the tests
- integrated feedback from @cvrebert
2014-05-16 10:45:38 -07:00
Chris Rebert
a40ff40b8f
Merge pull request #13601 from twbs/tooltip-popover-doc
...
Sync tooltip & popover docs
2014-05-15 01:58:19 -07:00
Chris Rebert
00fcf072c6
update default 'template' value in popover docs
2014-05-14 18:43:14 -07:00
Chris Rebert
3465d984fb
add 'container' option motivation to tooltip docs
2014-05-14 18:23:58 -07:00
Chris Rebert
6fdbd8e3cf
add 'selector' option motivation to tooltip docs
2014-05-14 18:21:19 -07:00
Chris Rebert
e839a49995
add multiple triggers info to popover docs
2014-05-14 18:21:19 -07:00
Chris Rebert
90cfa1a44d
add 'viewport' option to popover docs; #12328 erratum
2014-05-14 18:20:55 -07:00
Chris Rebert
99f6f700f4
docs: sort tooltip & container options for sanity
2014-05-14 18:12:18 -07:00
Chris Rebert
f6bebbd83a
reference other more recent source regarding the IE viewport bug
2014-05-14 17:08:53 -07:00
Chris Rebert
7287582cf2
more precise docs link
2014-05-14 16:41:40 -07:00
Chris Rebert
95683ddfca
change note in .resizable() mixin for accuracy
...
Not a Safari bug. It's standards-compliant.
Quoting from http://www.w3.org/TR/css3-ui/#resize :
> ### 8.1. `resize` property
>
> * Applies to: elements with `overflow` other than `visible`
>
> The `resize` property applies to elements whose computed `overflow` value is something other than `visible`.
Original comment was added in commit 648c468927 .
2014-05-14 15:33:41 -07:00
j.corns
122c05dbd8
Add tooltip self-reference to address #12320
...
primarily adds a data- attribute to the tooltip (and thus, the popover)
to create a self-reference.
2014-05-14 10:36:32 -07:00
Chris Rebert
5c11632baf
Merge pull request #13594 from twbs/bump-saucelabs
...
bump grunt-saucelabs to v5.1.3
2014-05-13 15:35:07 -07:00
Chris Rebert
6fef447a62
bump grunt-saucelabs to v5.1.3
2014-05-13 14:54:41 -07:00
Mike Robinet
c2e94eba8d
Add Scrollspy maxScroll with offset test.
2014-05-13 12:53:54 -05:00
Mike Robinet
e84b0c0433
Adjust for Scrollspy offset when calculating maxScroll.
2014-05-13 09:57:04 -05:00
XhmikosR
ceda948372
Remove unneeded spaces from pre.
2014-05-13 17:14:34 +03:00
Chris Rebert
239d5e0e39
add link to StackOverflow question regarding Android <select> bug
2014-05-13 04:19:51 -07:00
Chris Rebert
828a5baa00
remove update-shrinkwrap from the default Grunt task
...
Most folks shouldn't care about the shrinkwrap.
It should only be run on-demand, not as a routine/periodic thing.
2014-05-13 02:08:25 -07:00
Chris Rebert
19ac6e59b3
Merge pull request #13579 from twbs/nuike-more-rtl-stuff
...
Remove RTL leftovers.
2014-05-13 00:06:03 -07:00
XhmikosR
d0fca8aaad
Remove RTL leftovers.
2014-05-13 09:26:24 +03:00
XhmikosR
7a765d1f8b
Update jQuery to v1.11.1.
2014-05-13 08:33:23 +03:00
Mark Otto
58f03754c6
unfuck the gruntifle
2014-05-12 22:01:29 -07:00
Stuart P. Bentley
b5f9e2eb60
Customizer: Alert on successful save to Gist
2014-05-13 00:52:44 -04:00
Mark Otto
e52920ca87
no more concurrency
2014-05-12 21:50:13 -07:00
Mark Otto
8ee6a6be80
grunt
2014-05-12 21:28:14 -07:00
Mark Otto
f39b272fed
grunt
2014-05-12 21:19:01 -07:00
Mark Otto
fc46209811
Merge branch 'master' of github.com:twbs/bootstrap
2014-05-12 21:17:53 -07:00
Mark Otto
d03fd289d9
grunt for raw js
2014-05-12 21:17:42 -07:00
Jacob
95f9184719
Merge pull request #13578 from twbs/fat-versions
...
versions
2014-05-12 21:16:14 -07:00
Mark Otto
7e1f2994d1
grunt dist
2014-05-12 21:15:27 -07:00
fat
f219fee07b
versions
2014-05-12 21:15:16 -07:00
Jacob
c312d735d9
Merge pull request #13191 from AshleyDawson/master
...
Fixed nested tab elements li activation
2014-05-12 20:57:21 -07:00
Mark Otto
c42cd8164c
Merge branch 'master' into icon_paths
...
Conflicts:
dist/css/bootstrap.css.map
docs/dist/css/bootstrap.css.map
2014-05-12 20:26:23 -07:00
Mark Otto
d4c7248749
grunt dist
2014-05-12 20:26:01 -07:00
Mark Otto
5938774296
Merge pull request #13369 from armikbd/bootstrap-itsme
...
Dropdown menu in justified button-group
2014-05-12 20:23:34 -07:00
Mark Otto
d8baec85f5
remove the comment
2014-05-12 20:14:39 -07:00
Mark Otto
31956be6ef
Merge branch 'master' into icon_paths
...
Conflicts:
dist/css/bootstrap-rtl.css
dist/css/bootstrap.css.map
dist/js/bootstrap.min.js
docs/dist/css/bootstrap.css.map
docs/dist/js/bootstrap.min.js
2014-05-12 19:57:49 -07:00
Mark Otto
be18f50fd0
nuke the rtl example
2014-05-12 19:56:29 -07:00
Mark Otto
be00b82bb9
nuke the rtl docs
2014-05-12 19:55:58 -07:00
Mark Otto
0d1018cb2f
grunt
2014-05-12 19:53:12 -07:00
Mark Otto
81a1825d6e
Merge branch 'master' of github.com:twbs/bootstrap
2014-05-12 19:48:04 -07:00
Mark Otto
f5513fd30e
nuke rtl
2014-05-12 19:47:53 -07:00
Jacob
fd0f563d8a
Merge pull request #13576 from twbs/fat-12211
...
fixes #12211 : Scrollspy: Navs in different tabs can interfere with each ...
2014-05-12 19:17:12 -07:00
fat
9900771aa7
fixes #12211 : Scrollspy: Navs in different tabs can interfere with each othe
2014-05-12 19:15:23 -07:00
Chris Rebert
ae80cdca24
Revert "Temporarily revert README deletions from #13470,"
...
This reverts commit 54284a13c6 .
2014-05-12 12:58:47 -07:00
Chris Rebert
54284a13c6
Temporarily revert README deletions from #13470 ,
...
pending the release of v3.2.0's updated hosted docs.
Fixes #13572 .
2014-05-12 12:54:10 -07:00
Mark Otto
96bdc56fde
cleanup
2014-05-10 13:31:18 -07:00
Mark Otto
696844fe08
Merge pull request #13549 from danielhusar/master
...
IE8 button group support
2014-05-10 12:41:01 -07:00
Jacob
0e91b85d2a
Merge pull request #13541 from gpakosz/patch-2
...
Fixed affix-bottom positioning
2014-05-10 09:41:12 -07:00
Daniel
056a192f95
Squashed commit of the following:
...
commit 81324491f4913d6797c3c9e4df83a1aefd7d9116
Author: Daniel <dano.husar@gmail.com >
Date: Sat May 10 17:37:29 2014 +0100
use opacity mixin
commit 694b0a3fcd196e8cba9e4c23850f903c0804cb44
Author: Daniel Husar <dano.husar@gmail.com >
Date: Fri May 9 13:47:35 2014 +0100
Update button-groups.less
2014-05-10 17:39:34 +01:00
XhmikosR
ed98b3dfc0
Update html5shiv to 3.7.2.
2014-05-10 09:23:53 +03:00
Chris Rebert
a217ed776d
Merge pull request #13558 from twbs/nav-tabs-role-tablist
...
add some ARIA roles to tabs for improved accessibility
2014-05-09 23:12:46 -07:00
Chris Rebert
90138390ba
Merge pull request #13559 from twbs/carousel-role
...
add role="button" to [data-slide="prev"],[data-slide="next"] to improve accessibility
2014-05-09 16:02:56 -07:00
Chris Rebert
b7ac0d401f
add role="button" to [data-slide="prev"],[data-slide="next"] to improve accessibility
...
Per https://github.com/paypal/bootstrap-accessibility-plugin/blob/master/README.md#carousel
Credit: https://github.com/paypal/bootstrap-accessibility-plugin
2014-05-09 15:31:52 -07:00
Chris Rebert
0a808fc56c
add role="tab" to .nav-tabs [data-toggle="tab"]
...
Per https://github.com/paypal/bootstrap-accessibility-plugin#tab-panel
Credit: https://github.com/paypal/bootstrap-accessibility-plugin
2014-05-09 15:12:57 -07:00
Chris Rebert
e9374c0609
add role="tablist" to .nav-tabs in examples to improve accessibility
...
Per https://github.com/paypal/bootstrap-accessibility-plugin#tab-panel
Credit: https://github.com/paypal/bootstrap-accessibility-plugin
2014-05-09 15:05:20 -07:00
Chris Rebert
48fd9e29a2
Merge pull request #13543 from twbs/fix-13305
...
Customizer: make utilities.less inclusion mandatory
2014-05-08 17:20:36 -07:00
Chris Rebert
e6788ef979
Customizer: make utilities.less inclusion mandatory
...
Fixes #13305 .
2014-05-08 16:49:19 -07:00
Chris Rebert
cb2ef1eff4
grunt dist
2014-05-08 16:35:03 -07:00
Mark Otto
510f4fe50a
Fixes #13478 , reverts #10941
2014-05-08 15:41:08 -07:00
Gregory Pakosz
78cac11cef
Fixed affix-bottom positioning
...
Set top position to (scrollHeight - this.$element.height() - offsetBottom).
2014-05-09 00:26:31 +02:00
Chris Rebert
91607900c0
Merge pull request #13536 from Quy/master
...
Remove outdated rtl nav links
2014-05-08 10:33:13 -07:00
Quy Ton
5f6304bd65
Remove outdated rtl nav links
2014-05-08 07:20:25 -07:00
Mark Otto
6a803ad777
Update .travis.yml
2014-05-07 23:37:41 -07:00
Mark Otto
00b6f27897
Merge pull request #13531 from twbs/grunt-html-docs
...
move Grunt info from README into HTML docs
2014-05-07 21:30:22 -07:00
Chris Rebert
bdd822a94c
regenerate minified docs JS & CSS
2014-05-07 20:19:40 -07:00
Chris Rebert
5d8880fdfa
move Grunt info from README into HTML docs
...
Fixes #13470
2014-05-07 19:38:27 -07:00
Chris Rebert
7d0f7e8441
add button to toggle the optional theme when viewing the docs; fixes #9764
2014-05-07 16:12:42 -07:00
Mark Otto
f0daa64a29
move rtl to getting started, per @cvrebert's feedback
2014-05-07 15:30:27 -07:00
Mark Otto
7408917887
Merge pull request #13499 from twbs/clarify-rtl
...
emphasize that bootstrap-rtl.css & bootstrap.css should not be used together
2014-05-07 15:28:08 -07:00
Chris Rebert
16cff71ba4
Merge pull request #13504 from Quy/resputil
...
Fix .visible-print deprecation version #.
2014-05-07 14:35:33 -07:00
Chris Rebert
aa877571f3
Merge pull request #13528 from twbs/unlock-jscs
...
unlock & bump grunt-jscs-checker to ~0.4.3
2014-05-07 13:37:48 -07:00
Chris Rebert
150ca95b19
unlock & bump grunt-jscs-checker to ~0.4.3
2014-05-07 13:28:02 -07:00
Chris Rebert
d36c150569
tweak formatting in Carousel docs for clarity; fixes #13522
2014-05-06 11:34:46 -07:00
XhmikosR
06fae12023
Update JSZip to v2.2.2.
2014-05-06 12:43:41 +03:00
Chris Rebert
9444df2476
Merge pull request #13511 from hnrch02/button-reset-falsey-values-fix
...
Allow for resetText of a button to be a falsey value; fixes #13466
2014-05-05 22:55:05 -07:00
Chris Rebert
a032c396ee
Merge pull request #13406 from EnsignR/closed.bs.alert-after-remove
...
fires closed.bs.alert *after* DOM detach() as per #12379
2014-05-05 22:47:50 -07:00
Chris Rebert
c3f294dae7
Merge pull request #13514 from twbs/jscs
...
bump grunt-jscs-checker to v0.4.1
2014-05-05 12:36:58 -07:00
Chris Rebert
64fdbd7621
bump grunt-jscs-checker to v0.4.1; refs #13512
2014-05-05 12:31:17 -07:00
Chris Rebert
5728b5791c
update-shrinkwrap
2014-05-05 12:13:14 -07:00
Chris Rebert
b100e15d41
temporarily lock grunt-jscs-checker to v0.4.0
...
Per #13512 & https://github.com/mdevils/node-jscs/issues/357
2014-05-05 12:08:04 -07:00
Heinrich Fenkart
d8ee1ba9b6
Allow for resetText of a button to be a falsey value; fixes #13466
2014-05-05 19:07:47 +02:00
Chris Rebert
cd95849794
Merge pull request #13506 from twbs/jscs-ratchet
...
import rules from Ratchet's JSCS config with which we already comply
2014-05-04 15:21:45 -07:00
Chris Rebert
06af640e82
import rules from Ratchet's JSCS config with which we already comply
2014-05-04 15:15:02 -07:00
Quy Ton
ed410667df
Fix .visible-print deprecation version #.
2014-05-04 09:02:55 -07:00
breaddevil
7627b24c1e
replace js scrollspy test for default behavior
2014-05-04 11:24:31 +02:00
Chris Rebert
f71f2dbeb0
emphasize that bootstrap-rtl.css & bootstrap.css should not be used together
2014-05-04 02:24:04 -07:00
Chris Rebert
04028cf6fe
add RTL CSS files to "What's included" section of docs
2014-05-04 02:20:07 -07:00
Chris Rebert
d6104b1151
include RTL CSS CDN URL in Download docs
2014-05-04 02:09:34 -07:00
Chris Rebert
ce2cad6366
Merge pull request #13493 from twbs/close-btn-access
...
Improve accessibility of close buttons in modals & alerts
2014-05-04 00:33:58 -07:00
Mark Otto
3bc95979a9
Merge pull request #13495 from twbs/android-firefox
...
Officially support Android Firefox
2014-05-04 00:19:59 -07:00
Chris Rebert
fcbdbee995
Wall of browser bugs: formatting tweaks
2014-05-03 23:40:18 -07:00
Chris Rebert
c4a3848d57
mark Android Firefox as officially supported
2014-05-03 23:02:48 -07:00
Chris Rebert
588889cdc5
document #13390
2014-05-03 22:56:45 -07:00
Chris Rebert
949b81f511
Improve accessibility of close buttons in modals & alerts
...
Adds textual caption to the close buttons. The "X" multiplication sign isn't very meaningful to screenreaders.
Credit: https://github.com/paypal/bootstrap-accessibility-plugin
Per:
https://github.com/paypal/bootstrap-accessibility-plugin/blob/master/README.md#alert
https://github.com/paypal/bootstrap-accessibility-plugin/blob/master/README.md#modal-dialog
2014-05-03 19:53:34 -07:00
Mark Otto
bae289d1fe
Merge pull request #13433 from watilde/fixed-navbar-radius-of-example-at-docs
...
Fixed navbar radius of example at docs
2014-05-03 18:50:28 -07:00
Chris Rebert
348e7a011a
bump grunt-css-flip to ~0.2.2
2014-05-03 16:43:02 -07:00
Mark Otto
f9b88cbe9e
Merge pull request #13461 from patrickhlauke/docs-dropdown-sr-only
...
Remove sr-only from components/dropdowns example
2014-05-01 22:41:06 -07:00
Chris Rebert
d9edf28c5f
make new Carousel tests compatible with noConflict mode
2014-05-01 13:37:44 -07:00
Chris Rebert
b23ca2de41
add role="tooltip" to popovers; fixes #13481
2014-05-01 13:27:00 -07:00
Patrick H. Lauke
463e02511b
Remove sr-only from components/dropdown entirely
...
possibly less confusing option, as per discussion, is to always show the
dropdown trigger button (both live and in that code example)
2014-05-01 20:26:42 +01:00
Chris Rebert
42c8daea75
Not Less' fault per se
2014-05-01 11:45:48 -07:00
Chris Rebert
99f22d97ba
Merge pull request #13434 from twbs/fix-13247
...
document grid column wrapping behavior; fixes #13247
2014-04-30 20:16:30 -07:00
Chris Rebert
f793853609
document grid column wrapping behavior; fixes #13247
2014-04-30 20:15:46 -07:00
Mark Otto
4c3ef52fc1
Merge branch 'pr/13320'
...
Conflicts:
dist/css/bootstrap-rtl.min.css
dist/css/bootstrap.css.map
dist/css/bootstrap.min.css
docs/dist/css/bootstrap-rtl.min.css
docs/dist/css/bootstrap.css.map
docs/dist/css/bootstrap.min.css
2014-04-30 19:48:22 -07:00
Mark Otto
108b7c390e
grunt dist
2014-04-30 19:47:56 -07:00
Mark Otto
a80eb1eb50
explain
2014-04-30 19:47:50 -07:00
Mark Otto
17f77a5070
Merge pull request #13328 from thebigredgeek/master
...
Added bower reference to main less file
2014-04-30 19:36:55 -07:00
Mark Otto
b217357252
grunt dist
2014-04-30 19:35:47 -07:00
Mark Otto
9f80cab096
Merge pull request #13449 from sejr/master
...
Increase .lead font-weight for better readability on mobile
2014-04-30 19:33:11 -07:00
Mark Otto
f20f66604b
Merge pull request #11966 from colllin/noconflict
...
Fix #11464 - JS noConflict() mode not working in 3.0.x
2014-04-30 17:43:43 -07:00
Mark Otto
abc797696d
Merge pull request #13437 from saas786/master
...
fixes #13367
2014-04-30 17:26:37 -07:00
XhmikosR
2c1fe5374e
Merge pull request #13424 from twbs/docs-libs
...
Update docs libs
2014-04-30 08:00:21 +03:00
Ross Nye
73f7acc01b
Update alert.js
...
Added call to remove() after event fires to clean up data as per discussion at #12379
2014-04-30 13:12:31 +10:00
Nick Colley
dd0b0cd664
Changed last-child to first-child
...
As noted by @jerem the first child will actually be the last shown
2014-04-30 01:08:24 +01:00
Patrick H. Lauke
7026c9626a
Remove sr-only from components/dropdowns example
...
Assuming sr-only is used in the actual live code so that the menu can be
shown open already ... but having sr-only in the highlighted example
code itself is confusing/misleading.
Also, change the text for the button from "Dropdown" to "Dropdown
trigger" for clarity (and it then matches
http://getbootstrap.com/javascript/#dropdowns )
2014-04-29 20:52:35 +01:00
Chris Rebert
bde5f1fe9f
Merge pull request #13422 from twbs/ie-emulation-modes-warning
...
Warn about IE emulation modes in docs+examples
2014-04-27 22:29:14 -07:00
Chris Rebert
a84a3693b1
add ie-emulation-modes-warning.js to docs & examples
2014-04-27 22:08:44 -07:00
Chris Rebert
686a45a84b
Merge pull request #13435 from twbs/doc-less-import-glyphicons
...
Document that @import-ing Bootstrap can break the icon font path
2014-04-27 20:45:35 -07:00
Sam Roth
3564369fdf
Update type.less
...
For better readability on mobile devices
2014-04-27 15:40:25 -04:00
Chris Rebert
d66a15154e
Merge pull request #13439 from nschonni/spacing-fixes
...
Minor Spacing fixes
2014-04-26 18:41:25 -07:00
Nick Schonning
5ea66ba3b0
Minor Spacing fixes
...
Flagged upstream in bootstrap-sass by scss-lint
2014-04-26 15:24:25 -04:00
XhmikosR
30b07b942e
Run grunt.
2014-04-26 08:35:48 +03:00
XhmikosR
ab1087f6e5
Update holder.js to v2.3.2.
2014-04-26 08:35:48 +03:00
XhmikosR
f2eff55064
Update JSZip to v2.2.1.
2014-04-26 08:35:47 +03:00
syed
43b6d6c2f8
fixes https://github.com/twbs/bootstrap/issues/13367
...
Second color stop value should be percentage instead of decimal value.
2014-04-26 09:44:14 +05:00
Chris Rebert
05d4932cad
Merge pull request #13396 from twbs/carousel-events
...
Carousel event properties
2014-04-25 19:35:38 -07:00
Chris Rebert
e114727ae9
Carousel.slide: rename e => slideEvent
2014-04-25 17:50:38 -07:00
Chris Rebert
4bd29bfcff
change 'slid' comments per @fat's feedback
2014-04-25 17:48:02 -07:00
Chris Rebert
31f01c1abb
Document that @import-ing Bootstrap can break the icon font path
...
Addresses part of #13429 .
2014-04-25 12:02:16 -07:00
Chris Rebert
d42b1a2d2d
fix #13427
2014-04-25 10:43:59 -07:00
Daijiro Wachi
485b7d0940
Fixed navbar radius of example at docs
2014-04-26 02:04:07 +09:00
Chris Rebert
cbb645323d
Merge pull request #13414 from twbs/readme-tweak
...
README: Authors => Creators
2014-04-25 09:23:10 -07:00
Chris Rebert
e0d1e406d3
Merge pull request #13423 from twbs/fix-13362
...
document that show-ing a tooltip/popover on a hidden element doesn't work
2014-04-24 19:16:09 -07:00
Chris Rebert
eab6d3ead8
add IE warning scripts to linter config
2014-04-24 19:14:06 -07:00
Chris Rebert
937ef4824e
remove semicolons :'-(
2014-04-24 19:14:06 -07:00
Chris Rebert
d4728b8c6d
add script to warn folks trying to test old IE using IE's unreliable emulation modes
2014-04-24 19:14:06 -07:00
Chris Rebert
6617d8bcd1
Document .direction & .relatedTarget properties of Carousel events.
...
Fixes #13395
2014-04-24 19:02:47 -07:00
Chris Rebert
4d0a8e31a4
Add direction & relatedTarget properties to slid.bs.carousel event
...
Fixes #13393
2014-04-24 19:02:47 -07:00
Mark Otto
022dc30891
Merge pull request #13176 from twbs/fat-13157
...
fixes #13157 - Collapse plugin - issues with transition end event bubbli...
2014-04-24 18:59:21 -07:00
Mark Otto
fe11ac77a2
Merge pull request #13390 from twbs/ie10-viewport-bug
...
add IE10 viewport bug workaround to examples
2014-04-24 18:50:30 -07:00
Mark Otto
0e48cb2f93
Merge pull request #13374 from Jakobovski/fix-issue-#13355
...
FIX : #13355 . Added .navbar-nav to migration change list.
2014-04-24 18:41:23 -07:00
Chris Rebert
9c25f5c06e
document that show-ing a tooltip/popover on a hidden element doesn't work; fixes #13362
2014-04-24 18:06:59 -07:00
Chris Rebert
aca859a13f
Merge pull request #13397 from twbs/fix-13394
...
document that non-:visible scrollspy targets are ignored
2014-04-23 14:44:22 -07:00
Chris Rebert
21feb7c58e
README: Authors => Creators
2014-04-23 14:08:25 -07:00
Chris Rebert
b882a63ff7
the master branch is the relevant one for current build status
2014-04-23 14:01:40 -07:00
Julian Thilo
fcdaed4917
Merge pull request #13408 from Quy/master
...
Add missing word.
2014-04-23 16:14:42 +02:00
Quy Ton
f6f74b5445
Add missing word.
2014-04-23 07:10:38 -07:00
Hayden Bleasel
4fa2d9e0ca
Improved mixin ability with nested media query
2014-04-23 20:36:49 +10:00
Ross Nye
637808f2ee
fires closed.bs.alert *after* DOM detach()
...
fires closed.bs.alert *after* element is removed from DOM.
Previously it fired while the element was still attached.
2014-04-23 17:34:32 +10:00
Collin Donahue-Oponski
a9f2b6ce0f
#11464 - Fix JS noConflict mode - Refactor all plugins to use an internal reference to the jQuery plugin, because in noConflict mode you can never expect to be defined on the jQuery object
2014-04-21 23:03:33 -06:00
fat
b9ae07d84a
fixes #13157 - Collapse plugin - issues with transition end event bubbling
2014-04-21 17:35:29 -07:00
Chris Rebert
6161c98238
document that non-:visible scrollspy targets are ignored; fixes #13394
2014-04-21 16:42:22 -07:00
Chris Rebert
f66a747615
add unit tests for Carousel slid events
2014-04-21 13:14:53 -07:00
Chris Rebert
9c4afc5772
spelling fixes in Carousel unit tests
2014-04-21 13:08:42 -07:00
XhmikosR
52b6a32145
Use the new respond.js URL.
2014-04-21 19:12:43 +03:00
XhmikosR
a549e8c332
Update html5shiv to v3.7.1.
2014-04-21 19:11:23 +03:00
Chris Rebert
d971ddb730
add missing operators to some JSCS rules that we already comply with
2014-04-20 16:33:23 -07:00
Chris Rebert
eaddbd92bb
grunt dist
2014-04-20 16:19:13 -07:00
Chris Rebert
448086f95a
add IE10 viewport bug workaround to examples
...
Closes #13379 .
2014-04-20 16:09:49 -07:00
XhmikosR
e0c3ae6133
Merge pull request #13151 from twbs/customizer-uglifyjs2
...
Customizer: switch to UglifyJS2
2014-04-21 01:35:17 +03:00
Tobias Lindig
a69bc3bc09
move call for removeBackdrop() to backdrop()
...
Closes #11958 by rebasing & merging it
2014-04-20 14:47:32 -07:00
Chris Rebert
58ab1c64c5
Merge pull request #13385 from vnagara/patch-1
...
Update composer.json
2014-04-20 12:48:13 -07:00
Vitalii Nagara
c2a86c55e6
Update composer.json
...
Update minor version of alias to proper.
2014-04-20 22:45:21 +03:00
Jacob
b02d3c7eff
Merge pull request #13306 from twbs/fat-11099
...
fixes #11099 - $.collapse() overrides the original dimension of the coll...
2014-04-20 12:12:17 -07:00
Jacob
4f427cbe32
Merge pull request #13354 from twbs/fat-13296
...
fixes #13296 Dropdown disappears with right-click on Firefox
2014-04-20 12:11:25 -07:00
Chris Rebert
170ba560c2
quote attribute value in ^= selector in button.js
2014-04-19 18:53:23 -07:00
Chris Rebert
efcd9604fa
Merge pull request #13381 from twbs/vendor-jquery-min
...
rename jquery.js -> jquery.min.js since it's minified
2014-04-19 18:43:09 -07:00
Chris Rebert
a54e6d4ea9
rename jquery.js -> jquery.min.js since it's minified
2014-04-19 18:25:40 -07:00
Chris Rebert
0aaf2cdd3a
quote attribute values in selectors in JS unit tests for consistency
2014-04-19 17:45:58 -07:00
Chris Rebert
a6214273b9
quote attribute value in selector in JS docs example
2014-04-19 17:42:06 -07:00
Chris Rebert
96e2f9332b
quote attribute value in selector in offcanvas.js
2014-04-19 17:38:00 -07:00
Chris Rebert
ad1e1eb026
Merge pull request #13373 from twbs/fix-13360
...
Make variable deprecation notices visible in customizer
2014-04-18 18:56:31 -07:00
Chris Rebert
e9f0bed44d
quote data-* attribute value in docs JS per best-practices
2014-04-18 18:53:05 -07:00
jackson
042f9e6e9a
FIX : #13355 . Added .navbar-nav to migration change list.
2014-04-17 21:35:55 -05:00
Chris Rebert
573ad10a9d
fix #13337 by mentioning removal of .progress-* contextual classes
2014-04-17 19:08:46 -07:00
Chris Rebert
98acc69219
fix #13360 by making deprecation notices visible in customizer
2014-04-17 18:43:05 -07:00
Chris Rebert
99b5405c7f
Merge pull request #13358 from Jakobovski/docs-improvements-#13332
...
Added specificity note to docs per issue #13332
2014-04-17 18:29:14 -07:00
Mark Otto
c8a8e76851
fixes #13365 : remove dupe css in grid example
2014-04-17 01:08:54 -07:00
Mark Otto
06fb9406bd
grunt dist
2014-04-17 00:56:22 -07:00
Iqbal Kabir
132732e422
Dropdown menu in justified button-group
...
It seems that dropdown-menu in justified button-group appears at the far
left of the group. Check the problem in [Bootstrap
site](http://getbootstrap.com/components/#btn-groups-justified ).
2014-04-17 13:21:09 +06:00
jackson
ca45998fc9
Fixed typo and added leading space
2014-04-16 12:39:29 -04:00
jackson
1d77660c62
Added specificity note to docs per issue #13332
2014-04-16 11:29:36 -04:00
fat
f2af95353e
fixes #13296 Dropdown disappears with right-click on Firefox
2014-04-15 21:52:34 -07:00
Chris Rebert
d08f7dd807
Merge pull request #13330 from Kronuz/patch-1
...
Wait for the expected target during a collapse
2014-04-15 21:38:45 -07:00
fat
cd4696f723
fixes #11099 - $.collapse() overrides the original dimension of the coll...
2014-04-15 21:16:40 -07:00
Chris Rebert
1254c322fa
Merge pull request #13353 from twbs/fix-13340
...
Document @icon-font-path & @icon-font-name more
2014-04-15 20:05:46 -07:00
Chris Rebert
aec366c591
fix #13340 by documenting @icon-font-path & @icon-font-name more
2014-04-15 20:03:44 -07:00
Cecchi MacNaughton
f18bff0a7c
Add nested kbd element styles for actual keys or inputs
2014-04-15 14:12:39 -07:00
Chris Rebert
2127eb563f
rm not particularly useful @zindex var comments
2014-04-15 11:01:51 -07:00
Germán M. Bravo
82b066f0a9
Wait for the expected target during a collapse
...
Actually wait for the collapsed item to complete. If complete is called
with other target, instead of simply returning and do nothing, wait again
until the proper target triggers the event (otherwise this leaves collapse
in a broken state).
2014-04-12 14:44:35 -05:00
Sean Dwyer
458cb6944b
Add documentation for using optional icons with sr-only labels
2014-04-11 15:30:51 -07:00
The Big Red Geek
55336e6a9e
added bower reference to main less file
2014-04-11 14:49:52 -07:00
Sean Dwyer
06f6c9f006
Fix indent
2014-04-11 14:15:33 -07:00
Sean Dwyer
3777ef007d
Fix form-control-feedback position when label has sr-only class
2014-04-10 17:43:53 -07:00
Chris Rebert
ee7498a693
grunt dist
2014-04-09 12:07:27 -07:00
XhmikosR
1267a9a02b
Run grunt.
2014-04-09 10:16:56 +03:00
XhmikosR
2c16b3151c
Add the license header in the non minified build too.
2014-04-09 10:15:02 +03:00
XhmikosR
7950c0ff0a
Add the jquery check in customizer's output.
2014-04-09 10:15:02 +03:00
XhmikosR
3f90763995
Customizer: switch to UglifyJS2 (v2.4.13).
...
The uglify build is generated with `uglifyjs --self -o uglify.min.js`.
2014-04-09 10:15:02 +03:00
XhmikosR
ee2df11e93
Merge pull request #13091 from twbs/unused-js
...
Remove unused javascript
2014-04-09 10:07:35 +03:00
XhmikosR
2f0f8ec6d1
Run grunt dist.
2014-04-09 10:02:34 +03:00
XhmikosR
45b476bdbf
JS: remove unused variables.
2014-04-09 10:01:48 +03:00
Mark Otto
de86b36b50
grunt dist
2014-04-08 23:59:17 -07:00
Collin Donahue-Oponski
d7a3771abd
When opening the dropdown, focus() the dropdown-toggle BEFORE triggering 'shown.bs.dropdown'
...
Closes #11281 by merging it (after rebasing & resolving conflicts)
2014-04-08 22:36:21 -07:00
Mark Otto
558e112de4
Merge pull request #13203 from twbs/equal-height-experiment
...
Add flexbox-based equal-height grid columns as an experimental example
2014-04-08 21:13:43 -07:00
Mark Otto
5d78200a66
the space between spaces
2014-04-08 21:07:05 -07:00
Mark Otto
3424195e64
add screenshot
2014-04-08 21:04:02 -07:00
Mark Otto
11a835f566
Merge branch 'master' into equal-height-experiment
2014-04-08 20:51:56 -07:00
XhmikosR
9863344e9a
README.md: switch to SVG badges.
2014-04-08 18:05:15 +03:00
Mark Otto
f159ce8b9e
Fixes #13208 : Drop <b> for <span> in code snippets and examples
2014-04-07 22:59:37 -07:00
Mark Otto
bfb99413ee
grunt dist
2014-04-06 20:49:22 -07:00
Mark Otto
1554b7cdd7
Merge pull request #13242 from killthekitten/fix-carousel-controls
...
Fix carousel-control margin asymmetry
2014-04-06 20:37:34 -07:00
Mark Otto
818a50e2ea
Merge pull request #13284 from chasingtheflow/master
...
Fixed typo in Responsive Tables CSS docs
2014-04-06 20:16:56 -07:00
Julian Thilo
58e6af3988
#12790 : Add link to unofficial Italian translation
2014-04-06 02:21:44 +02:00
Billy Matthews
fce0254b2a
Fixed typo in Responsive Tables CSS docs
2014-04-05 18:33:57 -04:00
Chris Rebert
d56026d489
fix grammar in "Underlined text" example
2014-04-04 10:25:22 -07:00
Julian Thilo
fa9e541f5e
Re-implement Universal Analytics
...
X-Refs:
https://github.com/twbs/bootstrap/commit/b2a67ffe55f5fedb0ae1d5dff331687c3e744be0
https://github.com/twbs/bootstrap/commit/c97e6d5cad74d20257d28734f85311ef5d00b560
2014-04-04 10:28:45 +02:00
Chris Rebert
5ef634dab9
replace $.bind() with $.on() in unit tests; per #13272
2014-04-03 18:13:16 -07:00
Chris Rebert
f6d1a733f5
Merge pull request #13272 from hnrch02/banish-bind
...
Replace $.fn.bind with $.fn.on in alert docs
2014-04-03 18:03:09 -07:00
Heinrich Fenkart
b94306d29b
Replace $.fn.bind with $.fn.on in alert docs
2014-04-04 02:46:19 +02:00
Chris Rebert
8ca182876d
customizer: squelch error when can't save Gist
2014-04-03 17:02:10 -07:00
Chris Rebert
0b6f1906cd
better way of tracking what caches need to be uploaded; fixes #13270
2014-04-03 14:57:56 -07:00
Chris Rebert
4c049e3600
Merge pull request #13260 from twbs/doc-12651
...
document that label.active on preselected inputs in btn-groups is manual
2014-04-03 14:45:31 -07:00
Chris Rebert
9056fe0ec0
Merge pull request #13269 from twbs/fix-13136
...
move some caching info+logic out of .travis.yml
2014-04-03 14:07:49 -07:00
Chris Rebert
718a6c5da7
move some caching info+logic out of .travis.yml; fixes #13136
2014-04-03 13:44:42 -07:00
Chris Rebert
e7d9ca7f79
Merge pull request #13222 from twbs/fix-13126
...
doc how to change the collapsed mobile navbar breakpoint
2014-04-03 13:32:34 -07:00
Chris Rebert
1c19284a38
doc how to change the collapsed mobile navbar breakpoint; fixes #13126
2014-04-03 13:31:55 -07:00
Chris Rebert
1759569dbe
Travis: introduce $GEMDIR env var
2014-04-03 12:23:42 -07:00
Chris Rebert
2878d6ef83
grammar
2014-04-03 11:53:35 -07:00
Chris Rebert
9c7e86be99
add timing logic+output to s3_cache.py
2014-04-03 11:34:15 -07:00
XhmikosR
4c2626fecb
Run grunt.
2014-04-03 10:53:44 +03:00
XhmikosR
2b30b48894
Fix the new JSHint warnings.
2014-04-03 10:53:13 +03:00
XhmikosR
76e717b233
Update dependencies.
2014-04-03 10:52:32 +03:00
Mark Otto
a444863268
Merge pull request #13217 from thedavidscherer/fix-13216
...
fixes #13216
2014-04-02 23:48:55 -07:00
Chris Rebert
2d1d5754f7
document that you have to add .active yourself on prechecked btn-ized checkboxes+radios; fixes #12651
2014-04-02 20:00:52 -07:00
Chris Rebert
640923eb36
help avoid misuse of Carousel's .active when copy-pasting from examples; fix #13252
2014-04-01 13:04:43 -07:00
Chris Rebert
f9e98a1422
re-deprecate @screen-xs-min per #12913
...
By definition, XS screens have no minimum size, only a maximum size.
(Symmetrically, LG screens have no maximum size, hence why there's no @screen-lg-max.)
2014-04-01 12:49:52 -07:00
XhmikosR
8c95ff748f
Run grunt.
2014-04-01 08:26:47 +03:00
XhmikosR
367da423c4
Update "grunt-contrib-concat" dependency.
2014-04-01 08:26:39 +03:00
Mark Otto
47a3c6d60b
Merge pull request #13241 from twbs/address-13240
...
explicitly doc that icon classes should only be used on empty elements
2014-03-31 21:12:38 -07:00
Chris Rebert
11ffc7346b
explicitly doc that icon classes should only be used on empty elements; closes #13240
2014-03-31 20:23:14 -07:00
Mark Otto
680be24cd9
Merge pull request #13249 from twbs/slid-is-not-a-typo
...
Add comments in carousel.js to clarify that "slid" is not a typo
2014-03-31 20:08:07 -07:00
Chris Rebert
26f6807a3d
Add comments in carousel.js to clarify that "slid" is not a typo
...
Addresses #13248 .
2014-03-31 18:09:24 -07:00
Chris Rebert
158b491f26
Merge pull request #13239 from twbs/doc-load-in-example
...
add document ready jQuery wrapper in Android Browser workaround
2014-03-31 01:49:15 -07:00
Nikolay Shebanov
dffbf8ff78
Fix carousel control margin asymmetry
2014-03-31 12:46:29 +04:00
Chris Rebert
e59da02230
add document ready jQuery wrapper in Android Browser workaround
2014-03-31 00:00:05 -07:00
Chris Rebert
a419e41c32
Sauce tests: update iOS to v7.1
2014-03-30 18:00:06 -07:00
Chris Rebert
db6572e726
bump patch versions of 3 grunt tasks
2014-03-30 17:26:13 -07:00
Chris Rebert
35d34ccfaa
bump grunt-saucelabs to v5.1.1
2014-03-30 17:17:59 -07:00
Tyler Cipriani
0907244256
Modal body shift fix for IE10/11
...
Closes #13103 by merging it.
2014-03-28 23:45:22 -07:00
Chris Rebert
28e6c34268
Merge pull request #13190 from twbs/fix-13175
...
doc that popover content() is given the element as an arg
2014-03-28 11:57:07 -07:00
David Scherer
7dec5c79c8
fixes #13216
...
change `@zindex-popover` and `@zindex-tooltip` values to be greater than
those set for `@zindex-modal` allowing tooltips and popovers to be
displayed in front of modals (and all other content).
2014-03-28 14:56:12 -04:00
Chris Rebert
d178a9581b
Merge pull request #13047 from twbs/fix-customizer
...
Fix customizer (see #13043 )
2014-03-28 11:42:04 -07:00
Chris Rebert
b5ae8f9722
grunt update-shrinkwrap build-customizer dist
2014-03-28 11:19:22 -07:00
Chris Rebert
07314b5475
enhance customizer to handle transitive Less @import-s
2014-03-28 11:12:28 -07:00
Chris Rebert
1853e31a10
rename generateCustomCSS to generateCustomLess for accuracy
2014-03-28 11:12:28 -07:00
Chris Rebert
24c5a453b2
use glob instead of fs.readdirSync since /less now has subdirs
2014-03-28 11:12:28 -07:00
Chris Rebert
44d32ed776
Merge pull request #13205 from twbs/fix-9951
...
Add Gist & Customizer URLs to customized files & config.json
2014-03-28 11:01:01 -07:00
Chris Rebert
e8551d4f50
grunt dist
2014-03-28 11:00:39 -07:00
Chris Rebert
5458134f5e
Add Gist & Customizer URLs to customized files & config.json
...
Fixes #9951
Fixes #12865
2014-03-28 10:58:32 -07:00
Julian Thilo
440cedeed3
Fix HTML errors
2014-03-28 13:03:22 +01:00
Julian Thilo
90902db50c
Fix tooltip viewport example
...
- Move example to correct location docs/examples/
- Move custom JS and CSS into stand-alone files
- Update headers and footers
- Copy-editing
2014-03-28 12:48:19 +01:00
XhmikosR
8d3e987420
Merge pull request #13194 from twbs/normalize.css-3.0.1
...
Update normalize.css to v3.0.1
2014-03-28 07:18:10 +02:00
Julian Thilo
b2a67ffe55
Revert upgrade to Universal Analytics
...
The Google Analytics account we use cannot currently be upgraded to Universal Analytics. In order to keep using Analytics, we have to stick with Classic for now.
2014-03-27 23:03:42 +01:00
Chris Rebert
b57396944a
Add equal-height grid columns as an experimental example.
...
Based on @pete-otaqui's work from #11851
2014-03-27 13:57:50 -07:00
Julian Thilo
a696d47592
Change GA events to Universal Analytics
2014-03-27 21:26:21 +01:00
Chris Rebert
98bddd8904
Add TOC entry for "Third-party libraries" callout section to JS docs
2014-03-27 12:49:53 -07:00
XhmikosR
dea1945b47
Gruntfile.js: Remove default report option.
2014-03-27 19:48:23 +02:00
Julian Thilo
e9982cad66
Merge pull request #13195 from budnik/patch-1
...
fix doc typo
2014-03-27 12:22:15 +01:00
Дмитро Будник
015569a138
fix doc typo
...
one can find correct name of variable just few lines below the typo
2014-03-27 11:54:39 +02:00
XhmikosR
10586bf040
Run grunt.
2014-03-27 08:02:51 +02:00
XhmikosR
0c775f84ee
Update normalize.css to v3.0.1
2014-03-27 08:00:20 +02:00
XhmikosR
c97e6d5cad
Docs: switch to the Universal Analytics code.
2014-03-27 07:09:56 +02:00
Ashley Dawson
138af82e29
Fixed nested tab elements li activation
...
Added closest li instead of direct parent so that you can nest multiple elements within tabs, such as button groups
2014-03-26 22:21:54 +00:00
Chris Rebert
361f452ed4
doc that popover content() is given the element as an arg; fix #13175
2014-03-26 12:49:15 -07:00
Chris Rebert
c692c29c7d
Merge pull request #13184 from twbs/fix-13088
...
document `template` option of tooltip & popover
2014-03-26 12:42:16 -07:00
Chris Rebert
7c50859e93
Document template option of tooltip & popover; fixes #13088
...
Also capitalize column titles and descriptions.
2014-03-26 12:40:23 -07:00
Mark Otto
1d6187956f
Document #13186
2014-03-25 23:00:47 -07:00
XhmikosR
ba1790ba0b
Merge pull request #13178 from twbs/jekyll-1.5.0
...
Update to Jekyll 1.5.0
2014-03-25 19:26:03 +02:00
XhmikosR
00943d0ecb
Update Jekyll to 1.5.0.
...
The 1.4.3 Windows bug is fixed, plus the encoding workaround isn't needed anymore.
2014-03-25 10:03:45 +02:00
Mark Otto
ff0a33ab8c
cleanup svg
2014-03-24 23:57:38 -07:00
Mark Otto
e5c2531a16
fixes #13026 : Document more Bootstrap components in the Theme and RTL examples
2014-03-24 23:29:11 -07:00
Mark Otto
488c6b43ed
grunt
2014-03-24 21:16:07 -07:00
Mark Otto
acf5707323
Fixes #13066 : Add z-index to the form control feedback icons so input groups don't render on top of them
2014-03-24 20:07:54 -07:00
Mark Otto
b4f4c7b16f
Fixes #13037 : add text-align: left; to prevent alignment change in dropdowns
2014-03-24 20:02:56 -07:00
Mark Otto
6951b48e65
grunt
2014-03-24 20:01:46 -07:00
Mark Otto
09a7770919
Merge pull request #13013 from ogonkov/patch-1
...
Support for hovering on cell's with some state
2014-03-24 19:57:55 -07:00
Chris Rebert
06451a58d0
expand issue # ref to full URL
2014-03-24 19:48:21 -07:00
Jacob
b3421cf040
Merge pull request #13165 from stefanneculai/master
...
Fix popover when using append
2014-03-24 22:42:40 -04:00
Mark Otto
bc250fb1e7
grunt
2014-03-24 19:41:20 -07:00
Jacob
30b14cdc7f
Merge pull request #13173 from twbs/fat-9461
...
fixes #9461 - Make carousel ignore non-items in carousel-inner
2014-03-24 22:35:27 -04:00
Mark Otto
ce013440e7
grunt
2014-03-24 19:31:12 -07:00
Mark Otto
39fec66fc4
Merge branch 'master' into fat-9461
2014-03-24 19:30:17 -07:00
Mark Otto
6f6bce5944
Fixes #13141 : Add a max-width: 100%; to label elements so IE8 wraps text
2014-03-24 19:26:41 -07:00
fat
4a2d337bf5
fixes #9461 - Make carousel ignore non-items in carousel-inner
2014-03-24 19:23:39 -07:00
Mark Otto
5c2a9fc9c3
Fixes #13158 : add link to nonresponsive docs in the example
2014-03-24 19:13:29 -07:00
Mark Otto
c6648d58f0
grunt
2014-03-24 19:09:30 -07:00
Mark Otto
8198bbad2a
Merge branch 'master' of github.com:twbs/bootstrap
2014-03-24 19:08:17 -07:00
Mark Otto
21084192b6
Fixes #13079 : Scope .open class in button variant mixin to immediate children
2014-03-24 19:08:05 -07:00
Chris Rebert
eb102c2e72
Merge pull request #13167 from ZDroid/underscore
...
Fix #13138 : use underscore prefix to ignore directories
2014-03-24 18:59:39 -07:00
Chris Rebert
0dfd7375c5
Merge pull request #13168 from ZDroid/homep
...
Add `homepage` Bower property
2014-03-24 14:01:15 -07:00
Zlatan Vasović
298427c0e4
Add homepage Bower property
2014-03-24 21:57:46 +01:00
Zlatan Vasović
8ae48183b2
Fix #13138 : use underscore prefix to ignore directories
2014-03-24 21:47:59 +01:00
Stefan Neculai
674b41dd63
Add test for popover.
2014-03-24 19:49:06 +02:00
Stefan Neculai
41628c90a2
Fix popover when using append.
2014-03-24 18:49:03 +02:00
XhmikosR
d74aee4093
tests/index.html: re-indent.
2014-03-24 09:30:44 +02:00
XhmikosR
cfb7093dc0
tests/index.html: add missing meta charset.
2014-03-24 09:28:57 +02:00
XhmikosR
58ea8a5601
Update QUnit to v1.14.0.
2014-03-24 09:28:57 +02:00
XhmikosR
4f9270cc20
Switch to icon instead of shortcut icon to fix the HTML validation tests.
2014-03-24 09:28:40 +02:00
Mark Otto
2b27006c71
Merge pull request #12328 from benogle/bo-tooltip-adjust
...
Add tooltip `viewport` option, respect bounds of the viewport
2014-03-23 11:41:28 -07:00
XhmikosR
30cc625c5c
Update time-grunt to v0.3.1.
2014-03-23 08:13:38 +02:00
XhmikosR
4fb1fdbf74
Update JSZip to v2.2.0.
2014-03-23 08:10:00 +02:00
Ben Ogle
8534e12523
Add tooltip viewport option, respect bounds of the viewport
2014-03-21 11:28:13 -07:00
Mark Otto
d96beffac3
Merge pull request #13137 from ZDroid/bad-st
...
Remove redundant `<code>` styling
2014-03-20 14:06:02 -07:00
Zlatan Vasović
874bb1b9b5
Remove redundant <code> styling
...
npm shouldn't have `<code>` styling.
2014-03-20 21:54:14 +01:00
Chris Rebert
4ac757d59d
Merge pull request #13135 from ZDroid/color-typo
...
#ffff -> #fff
2014-03-20 13:19:52 -07:00
Zlatan Vasović
cd13e22de1
#ffff -> #fff
...
😄
2014-03-20 21:12:59 +01:00
Chris Rebert
a7bc66fc20
Merge pull request #13101 from twbs/ie8-responsive-file-warning
...
Move ie8-responsive-file-warning.js one dir up.
2014-03-20 01:22:53 -07:00
Chris Rebert
0dc88edeb9
grunt dist
2014-03-20 01:16:01 -07:00
Rob Fletcher
1be0b57d34
Fix vertical alignment of temporal inputs on iOS
...
Fixes #13098
Closes #13099
2014-03-20 01:13:21 -07:00
XhmikosR
f2952aeccf
Update grunt-contrib-less to v0.11.0.
2014-03-20 07:29:07 +02:00
Mark Otto
dc2b24e626
Merge pull request #13095 from twbs/translation_data
...
Generate Translations list from YAML
2014-03-18 15:55:09 -07:00
Julian Thilo
9e3ab9a428
Merge pull request #13106 from tenmilestereo/patch-1
...
Updated dates in index.html
2014-03-18 10:06:30 +01:00
Lewis Cowper
4e2b92f310
[trivial] Updated dates
2014-03-18 00:18:01 +00:00
Julian Thilo
1b15cefa5c
Generate Translations list from YAML
2014-03-17 21:55:39 +01:00
XhmikosR
1e41df6b69
Move ie8-responsive-file-warning.js one dir up.
...
This is a regression of d08bbdc6ec .
2014-03-17 17:49:27 +02:00
Julian Thilo
d52ad3ee3b
Separate JS includes for alerts and popovers
...
/cc @mdo
2014-03-17 15:58:03 +01:00
Chris Rebert
4a4dff0026
Merge branch 'ZDroid-grunt-glyphicons'
2014-03-17 03:39:37 -07:00
Zlatan Vasović
86dfcd1a96
Add build-glyphicons-data log
...
Closes #12987
2014-03-17 03:36:58 -07:00
Chris Rebert
dcffbbab61
pass grunt into generateRawFilesJs instead of require()ing it
2014-03-17 03:33:42 -07:00
Chris Rebert
1c6d303b76
Merge pull request #13064 from ZDroid/description
...
Add Bower package description
2014-03-17 03:26:32 -07:00
Chris Rebert
4df96c768f
fix description of <mark>
...
#12956 errata
2014-03-17 03:15:27 -07:00
Chris Rebert
eea9eabb83
fix <mark> raw source to match live example
...
#12956 errata
2014-03-17 03:12:03 -07:00
Chris Rebert
4d859d177a
copyedit responsive-embed.html
2014-03-17 03:04:37 -07:00
Chris Rebert
cb3f3926d7
Mozilla is trying to fix the <input> line-height bug; Yay!
...
See https://bugzilla.mozilla.org/show_bug.cgi?id=697451#c43
2014-03-17 01:53:20 -07:00
Chris Rebert
e87c272ab4
more precise description of browser bug
2014-03-17 01:49:32 -07:00
Chris Rebert
ac1aba43a9
Merge pull request #12773 from twbs/customizer-compat
...
Use @ssorallen's blob support test in customizer
2014-03-16 23:00:44 -07:00
Chris Rebert
910ff24b4b
regenerate customize.min.js
2014-03-16 22:37:32 -07:00
Chris Rebert
1ff6d33aa8
use @ssorallen's blob support test in customizer; fixes #12617
2014-03-16 22:37:31 -07:00
Mark Otto
b3f30bb70e
grunt
2014-03-16 20:46:00 -07:00
Mark Otto
43cf003f9a
Update gruntfile to point to new customizer nav, run grunt
2014-03-16 20:40:30 -07:00
Mark Otto
c93c371433
Merge branch 'master' of github.com:twbs/bootstrap
2014-03-16 20:38:12 -07:00
Chris Rebert
96525fdec4
move sauce_browsers.yml into /grunt/; fixes #13065
2014-03-16 20:30:50 -07:00
Chris Rebert
7cf7e42c67
Merge branch 'hnrch02-modal-toggle'
2014-03-16 20:24:59 -07:00
Heinrich Fenkart
4e4e456341
Fix #12845 - Modal#hide should only be called with an event argument
...
Closes #12850
2014-03-16 20:24:33 -07:00
Jacob
fa4379de08
Merge pull request #12862 from sultano/patch-1
...
Fixed flickering and simplified calculations
2014-03-16 20:24:21 -07:00
Zlatan Vasović
ead17b7ca6
Fix #12375 : stop using document.body.scrollTop as it's deprecated in the strict mode
...
Closes #12377
2014-03-16 20:10:52 -07:00
Tobias Lindig
0f366e0376
correct event naming of scroll and `load' event
...
closes #12337
2014-03-16 19:58:12 -07:00
Mark Otto
b004c9ac39
Rename and organize nav partials for cleaner file structure
2014-03-16 19:32:08 -07:00
Mark Otto
b7ab799824
Merge branch 'master' of github.com:twbs/bootstrap
...
Conflicts:
dist/js/bootstrap.min.js
docs/dist/js/bootstrap.min.js
2014-03-16 19:06:17 -07:00
Mark Otto
2a43e7e78a
Break up docs into includes
2014-03-16 19:03:53 -07:00
Jacob
c6ab3fc7d8
Merge pull request #13086 from twbs/fat-fix-12983
...
Fat fix 12983
2014-03-16 19:00:12 -07:00
fat
dd7cab84f6
build
2014-03-16 18:44:58 -07:00
fat
615dcb5ca0
fixes #9855
2014-03-16 18:38:47 -07:00
Mark Otto
bdb70fa471
Fixes #13055 : Mention outdenting more
2014-03-16 15:54:28 -07:00
Mark Otto
96344acb31
Merge branch 'master' of github.com:twbs/bootstrap
2014-03-16 15:42:25 -07:00
Hayden Bleasel
bab63abee8
Removed unnecessary percentage sign for 3D translation
2014-03-16 17:07:55 +11:00
XhmikosR
d475da5b0f
Update dependencies.
2014-03-16 06:53:15 +02:00
Mark Otto
28c230faba
Merge pull request #13081 from ZDroid/blank
...
Add missing blank line
2014-03-15 14:41:25 -07:00
Zlatan Vasović
17812b450c
Add missing blank line
2014-03-15 22:40:51 +01:00
Mark Otto
d787cffc5a
relative not absolute
2014-03-15 14:39:56 -07:00
Hayden Bleasel
8ab6746cbe
Utilised mixins rather than specific WebKit properties
2014-03-15 18:30:09 +11:00
Hayden Bleasel
da044d9c69
WebKit CSS3 carousel transforms for supported devices
2014-03-15 17:56:24 +11:00
Julian Thilo
6d882a6420
Fix JSHint errors
...
X-Ref: https://github.com/twbs/bootstrap/commit/8c9739d4773c268b114296d90e61b5f4e2932517
2014-03-14 18:16:36 +01:00
Zlatan Vasović
74eb4882c0
Add Bower package description
2014-03-14 10:55:04 +01:00
Chris Rebert
b50d4a176f
Merge pull request #13060 from twbs/role-tooltip
...
add role="tooltip" to tooltips by default to improve accessibility
2014-03-13 21:50:01 -07:00
Jacob
905c78129f
Merge pull request #11937 from IHomer/master
...
Fix: IE10 or lower incorrectly determines the scrollheight of the body. ...
2014-03-13 21:45:04 -07:00
Jacob
8c9739d477
Merge pull request #11453 from moodyroto/patch-1
...
fix scrollspy for targets within tabs
2014-03-13 21:44:05 -07:00
Chris Rebert
8a6cdff825
add role="tooltip" to tooltips by default to improve accessibility
...
See https://github.com/paypal/bootstrap-accessibility-plugin/blob/master/README.md#tooltip
2014-03-13 15:05:13 -07:00
Chris Rebert
7b41aab775
Merge pull request #13048 from twbs/grunt-css-flip-0.2.0
...
upgrade to grunt-css-flip v0.2.0
2014-03-12 17:21:14 -07:00
Chris Rebert
1751922ca0
upgrade to grunt-css-flip v0.2.0
2014-03-12 16:59:58 -07:00
Chris Rebert
327980ddb0
remove unnecessary direct devDependency on css-flip
2014-03-12 16:51:12 -07:00
Mark Otto
acd8ba5816
Merge pull request #13039 from twbs/dropdown-pull-right-deprec
...
comply with .dropdown-menu.pull-right deprecation in docs
2014-03-12 15:58:19 -07:00
Chris Rebert
065fe98a29
use stricter error checking in uncached-npm-install.sh
...
Closes #13045
2014-03-12 13:50:11 -07:00
XhmikosR
d4a4bbb729
Update dependencies.
2014-03-12 20:22:22 +02:00
Chris Rebert
4c76c79213
comply with .dropdown-menu.pull-right deprecation in docs
2014-03-12 10:19:52 -07:00
Mark Otto
b136d42ba5
Merge pull request #13024 from twbs/role-alert
...
add role="alert" to Alert examples, to improve accessibility
2014-03-12 10:18:07 -07:00
XhmikosR
28d2de3703
Gruntfile.js: fix path after d08bbdc6ec.
2014-03-12 19:15:41 +02:00
Chris Rebert
08f470ea68
rework docs copy: inputs-without-labels are likely the more common case
2014-03-12 10:11:02 -07:00
Chris Rebert
4277ba62d3
add role="alert" to Alert examples, to improve accessibility
...
Per https://github.com/paypal/bootstrap-accessibility-plugin/blob/d8fcbcd3fe86f0cb47fda0ffe269b2c7a2131f07/README.md#alert
2014-03-11 19:41:54 -07:00
XhmikosR
1902f0ab50
Merge pull request #13012 from twbs/banner
2014-03-11 19:50:09 +02:00
XhmikosR
b39a8c77c3
Simplify tasks a little bit.
2014-03-11 19:49:11 +02:00
XhmikosR
f750f7e448
Run usebanner before cssmin.
2014-03-11 19:49:11 +02:00
Julian Thilo
57f09327cc
Merge pull request #13018 from ORiON-/master
...
Fixed typo at docs/examples/rtl/index.php
2014-03-11 18:02:10 +01:00
ORiON-
3ea69a16f9
Fixed typo at docs/examples/rtl/index.php
...
The filename generated at dist/css/ called 'bootstrap-rtl.min.css'.
2014-03-11 18:42:49 +02:00
Alexey
7ea9538def
Support for hovering on cell's with state
...
If parent row are hovered, child cell with state should react to this.
2014-03-11 12:32:46 +03:00
Mark Otto
6f13a14e4b
moar grunt
2014-03-10 16:51:53 -07:00
Mark Otto
5f2845f307
remove comment
2014-03-10 16:43:57 -07:00
Mark Otto
74c391b9ad
Merge branch 'master' of github.com:twbs/bootstrap
...
Conflicts:
dist/css/bootstrap.css.map
docs/assets/js/customize.min.js
docs/dist/css/bootstrap.css.map
2014-03-10 16:43:01 -07:00
Mark Otto
a83ca38713
Fixes #13003 : Move padding on radio and checkbox options from the surrounding div to the label to remove the no-click deadzone caused by negative margin
2014-03-10 16:41:56 -07:00
Mark Otto
82e2f87363
Merge pull request #12998 from twbs/modular-the-mixins
...
Modular the mixins
2014-03-10 16:36:34 -07:00
Mark Otto
ac8db909c5
Merge pull request #13001 from ZDroid/title
...
Correct the page name
2014-03-10 15:46:59 -07:00
Mark Otto
552f170e3c
even more grunt
2014-03-10 13:31:34 -07:00
Mark Otto
3fb5d0bbac
Merge branch 'master' into modular-the-mixins
2014-03-10 13:21:56 -07:00
XhmikosR
91d0a6d779
Bump Jekyll version used in Travis to v1.4.2.
...
Note that while v1.4.3 is the latest stable version, it has a nasty Windows bug.
(https://github.com/jekyll/jekyll/issues/1948 )
2014-03-10 18:32:49 +02:00
Julian Thilo
6234ba561a
Merge pull request #13002 from ZDroid/hash
...
Add missing customizer comment
2014-03-10 11:08:56 +01:00
Zlatan Vasović
1a417357ad
Add missing customizer comment
2014-03-10 08:35:50 +01:00
Zlatan Vasović
d985e5bf56
Correct the page name
...
"Getting started" is used in the docs.
2014-03-10 08:31:55 +01:00
Mark Otto
0b7b374691
words
2014-03-10 00:10:07 -07:00
Mark Otto
a36643dd33
Merge branch 'master' into modular-the-mixins
...
Conflicts:
dist/css/bootstrap.css.map
docs/assets/js/raw-files.min.js
docs/dist/css/bootstrap.css.map
2014-03-10 00:08:29 -07:00
Chris Rebert
6dd51fab44
fix #12771
2014-03-10 00:06:38 -07:00
Mark Otto
3a2d6e4050
Formatting, comment consolidation, and line endings
2014-03-10 00:05:57 -07:00
Mark Otto
564b79ca87
grunt
2014-03-09 23:58:29 -07:00
Mark Otto
1848b0f249
Merge branch 'master' of github.com:twbs/bootstrap
2014-03-09 23:57:31 -07:00
Mark Otto
c4bc0d2311
Merge pull request #12999 from ZDroid/outline-zero
...
Use `outline: 0` consistently
2014-03-09 23:57:17 -07:00
Zlatan Vasović
d50a89bea9
Use outline: 0 consistently
2014-03-10 07:55:29 +01:00
mrmrs
38d0908aff
Add recompiled assets after nuking toc in mixins.less.
2014-03-09 23:51:38 -07:00
mrmrs
b0bc9ef815
Add consistent newline at end of files in less/mixins
2014-03-09 23:44:11 -07:00
mrmrs
2f380a9683
Merge branch 'master' into modular-the-mixins
...
* master:
Replace some images on the Carousel example with some base64 encoded 1x1 gifs
ugh grunt
moar grunt
mo copy
http://www.youtube.com/watch?v=AJWtLf4-WWs
grunt
Copy change
fix grammar in comment in forms.less
Fixes #12759
Fixes #12738
replace .visible-{size} with .visible-{size}-{display} ; fixes #8869
Conflicts:
dist/css/bootstrap-theme.css.map
dist/css/bootstrap.css.map
docs/assets/js/customize.min.js
docs/assets/js/raw-files.min.js
docs/dist/css/bootstrap-theme.css.map
docs/dist/css/bootstrap.css.map
less/mixins.less
2014-03-09 23:28:08 -07:00
Mark Otto
3640d71ad7
proper var
2014-03-09 23:25:15 -07:00
mrmrs
348b7de7f7
Break mixins.less up into smaller modules.
...
Move all deprecated vendor prefix mixins to less/mixins/vendor-prefixes.less
Create mixins directory and move partials to that directory.
FIXES #12994
2014-03-09 23:18:48 -07:00
Mark Otto
e727973d8c
Merge pull request #12204 from twbs/fix-8869
...
replace .visible-{size} with .visible-{size}-{display}
2014-03-09 22:48:57 -07:00
Mark Otto
309ef72ef4
Replace some images on the Carousel example with some base64 encoded 1x1 gifs
2014-03-09 22:38:13 -07:00
Mark Otto
a7b0fa7ebf
ugh grunt
2014-03-09 22:28:29 -07:00
Mark Otto
213860408e
moar grunt
2014-03-09 22:19:02 -07:00
Mark Otto
72837b11e3
mo copy
2014-03-09 22:10:58 -07:00
Mark Otto
7bef778c48
http://www.youtube.com/watch?v=AJWtLf4-WWs
2014-03-09 22:06:51 -07:00
Mark Otto
30deb5697c
grunt
2014-03-09 22:06:14 -07:00
Mark Otto
76883ff9b4
Copy change
2014-03-09 22:06:12 -07:00
Mark Otto
ccb17f110d
Merge branch 'master' into fix-8869
2014-03-09 22:01:38 -07:00
Chris Rebert
b1f71e5292
fix grammar in comment in forms.less
2014-03-09 21:35:48 -07:00
Mark Otto
a15c24410b
Fixes #12759
...
Ensures proper sizing and alignment of input groups within inline and
navbar forms.
* Uses `inline-table` on the input group
* Nukes the widths to `width: auto`—without this, the parent input
group doesn’t size correctly and functions as `display: table;` or
`block`
2014-03-09 21:25:51 -07:00
Mark Otto
b4d66b7f6b
Fixes #12738
...
* Removes default max-height from .navbar-collapse (so not every navbar
will get a max-height collapse section)
* Scopes regular 340px max-height to fixed top and bottom navbars only
(those are the only ones that really need a max-height to enable
scrolling)
* Adds a landscape media query for phones to cap the max-height at
200px for fixed navbars"
2014-03-09 20:45:32 -07:00
Mark Otto
1a5fb4ef24
Fixes #12843 : Scope label styles for horizontal forms to a media query so their narrow viewport display looks just like a normal form
2014-03-09 17:22:52 -07:00
Mark Otto
2f955907f9
Fixes #12669 : Properly reset line-height on date inputs for all sizes; Fix IE8+'s misaslignment of text within date inputs
2014-03-09 17:12:39 -07:00
Mark Otto
37b342b18a
Merge pull request #12993 from twbs/mixin-table-of-contents
...
Mixin table of contents
2014-03-09 16:56:00 -07:00
Mark Otto
b69e4d636a
Reorganize mixins and G R U N T
2014-03-09 16:50:30 -07:00
mrmrs
0b415c6099
Merge branch 'master' into mixin-table-of-contents
...
* master:
Fix bad grunt merge and then G R U N T
Reorder the Gruntfile a bit
Fixes #12892 : Link to one of the SO articles on Bootstrap modals and YouTube
Remove unneeded quotes.
Rename generateRawFilesJs to generateRawFiles
Remove redundant parens
Conflicts:
docs/assets/js/raw-files.min.js
test-infra/npm-shrinkwrap.canonical.json
2014-03-09 16:40:40 -07:00
mrmrs
71e9902d9a
Adjusts some section titles to be more explicit.
...
FIXES #12992
2014-03-09 16:25:27 -07:00
XhmikosR
4bf0645060
Merge pull request #12977 from ZDroid/var
...
Rename generateRawFilesJs to generateRawFiles
2014-03-10 01:16:30 +02:00
Mark Otto
40ce6ca431
Merge branch 'master' of github.com:twbs/bootstrap
2014-03-09 16:16:02 -07:00
Mark Otto
4883605624
Fix bad grunt merge and then G R U N T
2014-03-09 16:15:53 -07:00
XhmikosR
5f0c0c9ed1
Merge pull request #12975 from ZDroid/parens
...
Remove redundant parens
2014-03-10 01:15:52 +02:00
mrmrs
fc74ee5f67
Changes compiled assets after changing mixins.less
2014-03-09 16:15:35 -07:00
mrmrs
aedee95dbf
Adds basic table of contents for mixins.less. You know for the kids.
2014-03-09 16:13:37 -07:00
Mark Otto
b263a0197b
Merge branch 'master' of github.com:twbs/bootstrap
...
Conflicts:
Gruntfile.js
2014-03-09 16:11:04 -07:00
Mark Otto
2f7b04a192
Reorder the Gruntfile a bit
2014-03-09 16:09:36 -07:00
XhmikosR
68b3e3f3be
Merge pull request #12986 from twbs/unneeded-quotes
...
Remove unneeded quotes.
2014-03-10 01:07:14 +02:00
Mark Otto
aacafb2d5c
Fixes #12892 : Link to one of the SO articles on Bootstrap modals and YouTube
2014-03-09 16:03:46 -07:00
Mark Otto
15d4494038
Moves IE8 justified button border mention to docs section, not the browser bugs page /cc @cvrebert
2014-03-09 15:32:36 -07:00
Mark Otto
4d870af2aa
Fixes #12487 : Document required use of position relative for scrollspy
2014-03-09 15:19:26 -07:00
Mark Otto
ce634a0ba7
Document shitty situation of multiple .navbar-right classes in #12951
2014-03-09 14:49:52 -07:00
Mark Otto
f3dcd4dba4
Merge branch 'master' of github.com:twbs/bootstrap
2014-03-09 14:39:52 -07:00
Mark Otto
9920251ca8
Document #12476 bug in the wall of bugs
2014-03-09 14:17:18 -07:00
Mark Otto
bc7e6a3f20
Merge pull request #12989 from twbs/bower_ignore
...
Don't ignore every dot file in Bower
2014-03-09 13:52:24 -07:00
Mark Otto
27da9728bc
grunt
2014-03-09 13:50:55 -07:00
Mark Otto
29f23576ee
Merge pull request #12679 from twbs/sr-only-focusable
...
add .sr-only-focusable
2014-03-09 12:39:29 -07:00
Mark Otto
d8bc65b9d0
Merge branch 'master' into sr-only-focusable
2014-03-09 12:32:13 -07:00
Mark Otto
1caeca3e01
Don't ignore every dot file in Bower
2014-03-09 12:31:42 -07:00
XhmikosR
9d027d2bee
Remove unneeded quotes.
2014-03-09 11:10:52 +02:00
Mark Otto
5e6d16ef4d
grunt
2014-03-08 21:05:23 -08:00
Mark Otto
54b35d00a4
document position relative firefox bug; cleanup some stuff in the browser bugs page
2014-03-08 20:53:16 -08:00
Mark Otto
ef5d8e98e2
Merge branch 'master' into sr-only-focusable
...
Conflicts:
dist/css/bootstrap.css
2014-03-08 20:34:29 -08:00
Mark Otto
e4d13e238d
Merge pull request #12983 from twbs/fat-9836
...
fixes #9836
2014-03-08 20:10:04 -08:00
Mark Otto
b8ab0c66ac
grunt
2014-03-08 20:03:31 -08:00
fat
4d96e69a55
fixes #9836
2014-03-08 19:45:38 -08:00
Mark Otto
90eb52495b
Merge pull request #12982 from twbs/fat-9342
...
fix #9342
2014-03-08 19:38:17 -08:00
Mark Otto
74aab91671
grunt
2014-03-08 19:32:40 -08:00
fat
e9cced72fd
fix #9342
2014-03-08 19:20:47 -08:00
Mark Otto
4b6e1b6754
grunt dist
2014-03-08 17:40:58 -08:00
Mark Otto
7c3881086f
Fix comment
2014-03-08 17:11:48 -08:00
Mark Otto
bcfb27b962
grunt
2014-03-08 16:11:24 -08:00
Mark Otto
7c9a58f3d9
Merge pull request #12976 from ZDroid/comment
...
Update .hide-text() comment
2014-03-08 15:36:07 -08:00
Mark Otto
03701b8d4b
Fixes #12966 : Ensure icon font vars are loaded into Customizer
2014-03-08 15:32:24 -08:00
Mark Otto
67c747a109
grunt
2014-03-08 15:30:18 -08:00
Mark Otto
c7984d41ca
Merge pull request #12980 from ZDroid/config-yml-quotes
...
Remove redundant _config.yml quotes
2014-03-08 15:08:36 -08:00
Zlatan Vasović
dd9946e919
Remove redundant _config.yml quotes
2014-03-08 23:03:28 +01:00
Zlatan Vasović
e4c9492ad9
Rename generateRawFilesJs to generateRawFiles
2014-03-08 10:54:41 +01:00
Zlatan Vasović
4b53ea30b4
Update .hide-text() comment
2014-03-08 10:49:48 +01:00
Zlatan Vasović
cbec164a50
Remove redundant parens
2014-03-08 10:44:24 +01:00
Chris Rebert
41b2868906
Merge pull request #12972 from twbs/cleaner-shrinkwrap
...
Exclude `resolved` from npm shrinkwrap to avoid irrelevant changes
2014-03-07 21:20:06 -08:00
Chris Rebert
c8379ff2c7
S H R I N K W R A P
2014-03-07 16:20:53 -08:00
Chris Rebert
51b825d6b3
fix #12959
2014-03-07 16:05:46 -08:00
Mark Otto
30bbab06d8
Merge pull request #12962 from BBosman/transitions-count
...
Add transition-timing-function mixin to docs
2014-03-07 14:52:41 -08:00
Mark Otto
538b3ca06f
Merge pull request #12969 from ZDroid/badge-mixin
...
Improve badges mixinability
2014-03-07 14:41:55 -08:00
Mark Otto
d2236239f0
Merge pull request #12970 from ZDroid/package.json-pa
...
Remove ./ from package.json paths
2014-03-07 14:13:35 -08:00
Mark Otto
8a1856d17d
Merge pull request #12971 from ZDroid/config-yml
...
Remove ./ from _config.yml paths
2014-03-07 14:12:48 -08:00
Zlatan Vasović
3bdaa831e9
Remove ./ from _config.yml paths
2014-03-07 23:11:59 +01:00
Zlatan Vasović
f9a56c28db
Remove ./ from package.json paths
2014-03-07 23:07:38 +01:00
Chris Rebert
0d0cbb87ee
rm #1969 from browser bugs list per outcome of investigation
2014-03-07 11:08:05 -08:00
Zlatan Vasović
0f3b176a76
Improve badges mixinability
2014-03-07 18:54:53 +01:00
XhmikosR
91e57e2738
Move license to the top of the file.
2014-03-07 18:59:43 +02:00
Chris Rebert
b9a0d1e4cd
Merge pull request #12505 from ZDroid/js-cs-hint
...
Reorganize docs assets
2014-03-07 08:47:09 -08:00
XhmikosR
4356e6c6bd
Merge pull request #12961 from BBosman/csscomb
...
Do csscomb earlier in build phase
2014-03-07 18:43:08 +02:00
Zlatan Vasović
d08bbdc6ec
Reorganize docs assets
2014-03-07 17:37:23 +01:00
Bas Bosman
de27e729da
Do csscomb earlier in build phase
2014-03-07 13:39:07 +01:00
XhmikosR
6f9e3f0d23
Fix typo.
2014-03-07 13:25:59 +02:00
Bas Bosman
acdc053ee3
Add transition-timing-function mixin to docs
2014-03-07 11:28:48 +01:00
Mark Otto
864a18f95e
Merge pull request #12688 from twbs/document_popover_focus
...
Document popover focus
2014-03-07 01:31:01 -08:00
Mark Otto
0b8d27a125
fix derped html
2014-03-07 01:30:38 -08:00
Mark Otto
0143e38a67
Merge branch 'master' into document_popover_focus
...
Conflicts:
docs/assets/js/docs.min.js
2014-03-07 01:30:28 -08:00
Mark Otto
1f148427de
Merge pull request #12891 from ZDroid/bower-json-paths
...
Remove ./ from bower.json paths
2014-03-07 01:27:56 -08:00
Mark Otto
0b06d5969b
Merge pull request #12957 from BBosman/rename-mixin
...
Fix transition-timing-function mixin
2014-03-07 01:15:33 -08:00
Mark Otto
e25dacba14
Merge branch 'master' into typography-example-updates
...
Conflicts:
docs/assets/js/customize.min.js
2014-03-07 01:10:16 -08:00
Mark Otto
ac4dd30460
G R U N T G R U N T
2014-03-07 01:08:29 -08:00
mrmrs
d1d5d90413
Fixes #12748
2014-03-07 00:59:22 -08:00
Mark Otto
d44e98b34d
G R U N T
2014-03-07 00:50:28 -08:00
Bas Bosman
55b639e928
Rename properties
2014-03-07 09:50:05 +01:00
Mark Otto
fe0d5959d2
Merge branch 'master' of github.com:twbs/bootstrap
2014-03-07 00:28:29 -08:00
Mark Otto
5bd2799978
G R U N T
2014-03-07 00:26:38 -08:00
XhmikosR
24ec60e6e5
Merge pull request #12931 from twbs/line-endings
2014-03-07 10:24:32 +02:00
Mark Otto
c03b8f1f0f
Merge branch 'master' into pr/12670
2014-03-07 00:23:52 -08:00
Mark Otto
6452b409aa
grunt for days
2014-03-07 00:23:22 -08:00
XhmikosR
6a3faa6ab3
Normalize line endings
2014-03-07 10:22:57 +02:00
Mark Otto
ad61c27885
Merge branch 'master' of github.com:twbs/bootstrap
2014-03-07 00:21:59 -08:00
XhmikosR
c0749df5a4
Use LF for SVG files too.
2014-03-07 10:20:38 +02:00
Mark Otto
164b41b28d
Fixes #12937 : Darken active button states just a smidge more
2014-03-07 00:19:26 -08:00
Bas Bosman
cb7eb674ac
Add autoprefixer
2014-03-07 09:01:54 +01:00
Mark Otto
901f358d16
Merge pull request #12739 from DaSchTour/twbs
...
add posibillity to hover links and not background in list-groups
2014-03-06 23:58:04 -08:00
Mark Otto
e180258b60
Comment for #12794
2014-03-06 23:51:07 -08:00
Mark Otto
f5f4a2da78
Merge pull request #12794 from epidemian/required-radio-button-groups
...
Fix UAs required message position on grouped radio buttons
2014-03-06 23:45:28 -08:00
Mark Otto
84a7431dfd
add responsive embed to customizer
2014-03-06 23:19:16 -08:00
Mark Otto
61c9e9df4b
Merge branch 'master' of github.com:twbs/bootstrap
2014-03-06 23:18:39 -08:00
Mark Otto
705ff7f227
Moving the embed to it's own CSS file, moving the docs to the Components page with an example, fixing a Glyhpicons list problem in the docs
2014-03-06 23:18:13 -08:00
XhmikosR
73ad81d89c
Add time-grunt plugin.
2014-03-07 08:47:23 +02:00
XhmikosR
589f872d74
Remove duplicate dependency.
2014-03-07 08:45:16 +02:00
XhmikosR
29d2de869e
Specify engines in package.json.
...
Things don't work with older versions.
2014-03-07 08:44:43 +02:00
Mark Otto
12c619f5b9
Merge branch 'master' into boulox-responsive-embed
...
Conflicts:
dist/css/bootstrap.css.map
dist/css/bootstrap.min.css
docs/assets/js/customize.min.js
docs/assets/js/docs.min.js
docs/css.html
docs/dist/css/bootstrap.css.map
docs/dist/css/bootstrap.min.css
2014-03-06 22:40:25 -08:00
Mark Otto
7e299c6a49
Fixes #12683 : Remove the overflow: hidden; from the .panel-group > .panel because it apparently serves no purpose and cuts off nested dropdown menus.
2014-03-06 22:32:21 -08:00
Mark Otto
df3eb66ede
Merge branch 'master' into popovers-use-radii-var
...
Conflicts:
dist/css/bootstrap.css.map
docs/assets/js/raw-files.min.js
docs/dist/css/bootstrap.css.map
2014-03-06 21:44:46 -08:00
Mark Otto
0c9308a3b2
Rewrite the disabled list group items to simplify styles
2014-03-06 21:40:22 -08:00
Mark Otto
c8614c0f15
Merge branch 'master' into pr/12490
...
Conflicts:
less/list-group.less
2014-03-06 21:32:52 -08:00
Mark Otto
fab10b643e
Merge branch 'master' of github.com:twbs/bootstrap
2014-03-06 21:26:48 -08:00
Mark Otto
9dc796155c
Fixes #12722 : Fixes up responsive tables in print
...
Safari renders this fine for one reason or another, but Chrome still renders the media query styles to make tables responsive. This change scopes them to screen devices only, so printing looks boss everywhere.
2014-03-06 21:25:34 -08:00
Mark Otto
645eebba61
Merge pull request #12894 from lipis/patch-2
...
Removed margin-bottom from last p of .blog-footer
2014-03-06 21:11:00 -08:00
mrmrs
4868096dbd
Fixes #12934
2014-03-06 21:05:29 -08:00
Mark Otto
17e41098c8
Fixes #12824 : Remove white-space: nowrap from code elements
2014-03-06 20:39:19 -08:00
Mark Otto
8526adf69c
grunt
2014-03-06 20:33:10 -08:00
Mark Otto
c16b43d974
Merge pull request #12924 from ahmadnassri/transition-timing-function-mixin
...
.transition-timing-function() Mixin
2014-03-06 20:27:22 -08:00
Chris Rebert
44a6202a7c
Merge pull request #12943 from twbs/browser-bugs
...
add Wall of Browser Bugs docs page
2014-03-06 16:23:10 -08:00
Chris Rebert
421e7af137
add link from Getting Started page to Wall of Browser Bugs page
2014-03-06 15:19:27 -08:00
Chris Rebert
39f8bbac37
add docs page listing relevant outstanding browser bugs
2014-03-06 15:19:27 -08:00
Chris Rebert
839f8faa91
Merge pull request #12948 from twbs/js-quote-attr-vals
...
use quotes around all element attribute values in JS
2014-03-06 14:26:26 -08:00
Chris Rebert
4db5164dc6
Merge pull request #12950 from twbs/jscs-null-trick
...
re-enable requireCamelCaseOrUpperCaseIdentifiers in JSCS
2014-03-06 13:23:43 -08:00
Chris Rebert
310465b035
re-enable requireCamelCaseOrUpperCaseIdentifiers in JSCS & use null to override it for Gruntfile
2014-03-06 13:15:32 -08:00
Chris Rebert
dec1c21e34
Merge pull request #12949 from twbs/use-our-grunt-plugin
...
switch to grunt-css-flip for RTL CSS generation
2014-03-06 12:59:47 -08:00
Chris Rebert
c0447026f1
Disable requireCamelCaseOrUpperCaseIdentifiers JSCS option completely, for now
...
Can't disable it just for the Gruntfile due to https://github.com/mdevils/node-jscs/issues/287
2014-03-06 12:36:45 -08:00
Chris Rebert
56a5d93b82
switch to grunt-css-flip for RTL CSS generation
2014-03-06 12:31:28 -08:00
Chris Rebert
297303a7cc
use quotes around all element attr vals in JS; fixes #12946
2014-03-06 11:12:17 -08:00
Chris Rebert
af5a219718
fix #12936
2014-03-05 14:17:20 -08:00
XhmikosR
c695d4315a
Merge pull request #12926 from ZDroid/update-deps
...
grunt-contrib-jade@0.11 .0
2014-03-05 20:52:08 +02:00
Zlatan Vasović
c1d3337c74
Run grunt update-shrinkwrap
2014-03-05 18:07:50 +01:00
Zlatan Vasović
58201d7f11
grunt-contrib-jade@0.11.0
2014-03-05 09:25:35 +01:00
Ahmad Nassri
de8b784913
.transition-timing-function Mixin
...
added .transition-timing-function(@timing-function) mixin, defaults to @timing-function.
2014-03-05 01:49:14 -05:00
XhmikosR
d7dc8a7bd3
Merge pull request #12853 from twbs/jscs
...
Switch to JSCS
2014-03-05 08:42:50 +02:00
Mark Otto
10eb167e35
Fixes #12901 : Refactors list group active state for use on non-anchors
2014-03-04 22:42:13 -08:00
Mark Otto
fdbeefff59
nav
2014-03-04 16:56:35 -08:00
Mark Otto
7ffb90560e
Merge branch 'master' of github.com:twbs/bootstrap
2014-03-04 16:56:09 -08:00
Mark Otto
24de9b0994
Fixes #12848 : Account for and document progress bars at 0-3%
2014-03-04 16:55:15 -08:00
Chris Rebert
9dae5368f5
use full version number in deprecation note
2014-03-04 16:21:17 -08:00
Mark Otto
13ed379767
clarify deprecation /cc @cvrebert
2014-03-04 16:19:30 -08:00
Mark Otto
e418377b11
Fixes #12697 : Document readonly inputs
2014-03-04 15:16:38 -08:00
Mark Otto
a0ac99efbf
docs for #12873
2014-03-04 14:48:52 -08:00
Mark Otto
a4df363174
grunt after merging #12917
2014-03-04 14:35:23 -08:00
Mark Otto
88f01c4934
Merge pull request #12917 from 5im0n/master
...
Update dont' working csscomb properties
2014-03-04 14:34:08 -08:00
Mark Otto
026e2f8d30
Grunt after merging #12863
2014-03-04 14:24:09 -08:00
Mark Otto
56c6525f23
Merge pull request #12863 from Sojaner/master
...
Fix for issue #12854 on push and pull resets
2014-03-04 14:21:28 -08:00
Mark Otto
8f2a787c36
grunt
2014-03-04 14:20:48 -08:00
Mark Otto
7733f24373
Fixes #12868 : Enables icon feedback on validation states for large/small inputs.
...
Also reorders the CSS to place Glyhpicons as a dependency before other components for fewer overrides and less specific CSS.
2014-03-04 14:12:57 -08:00
Mark Otto
1c66f30b6a
Fixes #12913 : Remove scoped media queries from custom xs grid mixins
2014-03-04 13:54:56 -08:00
Mark Otto
f45df64670
Fixes #12914 : Darken immediate children hr elements in jumbotrons
2014-03-04 13:54:09 -08:00
Mark Otto
64579505d2
Fixes #12916 : Don't let .lead resize on viewport change
2014-03-04 13:52:13 -08:00
Mark Otto
5193f9f607
add svg logos to brand guidelines
2014-03-04 13:32:02 -08:00
Mark Otto
caf332080e
Merge pull request #12897 from avindra/patch-1
...
Fix for stray 1px line under top navigation in Dashboard example
2014-03-04 11:35:32 -08:00
Mark Otto
0e6db62082
Merge pull request #12840 from twbs/rtl_via_css_flip
...
Add RTL via CSS Flip
2014-03-04 11:32:40 -08:00
Simon
02ca9de45f
Update csscomb properties. 'colon-spac'e and 'stick-brace' don't take boolean values.
2014-03-04 15:29:53 +01:00
Mark Otto
d6e07f045c
Merge branch 'master' into rtl_via_css_flip
...
Conflicts:
docs/assets/js/raw-files.min.js
2014-03-04 00:41:57 -08:00
Mark Otto
1399497a02
grunt
2014-03-04 00:30:40 -08:00
Mark Otto
0c269c9639
Merge pull request #12745 from ronnyhaase/panel-vars
...
Defined and use variables for .panel-heading & .panel-footer padding
2014-03-04 00:27:08 -08:00
Mark Otto
477dc99ffa
fix nav
2014-03-03 23:50:28 -08:00
Mark Otto
559b90f944
Rename RTL files and add some basic docs
2014-03-03 23:50:04 -08:00
Mark Otto
587814f16e
Simplify gruntfile more to remove theme RTL
2014-03-03 22:49:43 -08:00
Mark Otto
7e764a29fa
grunt
2014-03-03 21:56:40 -08:00
Mark Otto
4dd7b4bd87
Don't RTL the theme file--no need
2014-03-03 21:54:07 -08:00
Mark Otto
af39290a9d
Merge branch 'rtl_via_css_flip' of github.com:twbs/bootstrap into rtl_via_css_flip
...
Conflicts:
Gruntfile.js
package.json
test-infra/npm-shrinkwrap.canonical.json
2014-03-03 21:52:56 -08:00
Mark Otto
2ece8dd336
Merge branch 'master' into rtl_via_css_flip
2014-03-03 21:50:03 -08:00
Mark Otto
e381635b1f
Fixes #12593 : Add support for table bodies and table rows to the collapse plugin
2014-03-03 21:39:53 -08:00
Mark Otto
cb3cc42315
Merge pull request #12904 from twbs/keywords
...
add (more) keywords to package definition files
2014-03-03 21:27:20 -08:00
Mark Otto
32f7901f99
Merge pull request #12905 from twbs/buttons-migration
...
add data-toggle button.js change to migration docs
2014-03-03 19:41:02 -08:00
Chris Rebert
bd37ea3076
add data-toggle button.js change to migration docs
2014-03-03 14:42:39 -08:00
Chris Rebert
6f1cc694fe
add more keywords to package.json & composer.json
2014-03-03 14:22:19 -08:00
Chris Rebert
cddf14b32d
add 'keywords' field to bower.json
2014-03-03 14:21:46 -08:00
Mark Otto
1c3a3b7593
Match docs description
2014-03-03 14:18:22 -08:00
Mark Otto
745111ba52
Match docs for description
2014-03-03 14:18:03 -08:00
avindra
80ce694b24
Fix for stray 1px line under top navigation
...
If you add an "active" class to one of the <li> elements in the top navigation, and style it so that active tabs have a different color, it becomes clear that there is a 1 pixel stray line under the navigation. This style fixes that.
2014-03-02 16:19:44 -05:00
Lipis
e872955737
Removed margin-bottom from last p of .blog-footer
2014-03-02 11:03:09 +01:00
XhmikosR
cd134f1ed6
Merge pull request #12864 from twbs/csslint-fix
...
Csslint fix
2014-03-02 09:50:21 +02:00
XhmikosR
cd65e512a2
Update dependencies.
2014-03-02 09:27:01 +02:00
XhmikosR
106af45831
Merge pull request #12875 from twbs/less.js
...
Update Less.js
2014-03-02 09:10:21 +02:00
Zlatan Vasović
269dae0cc8
Remove ./ from bower.json paths
2014-03-01 22:07:33 +01:00
Chris Rebert
d0bf4f4b63
Merge pull request #12890 from ZDroid/bower-json-keywords
...
Add bower.json keywords
2014-03-01 12:44:41 -08:00
Zlatan Vasović
db4b7553f0
Add bower.json keywords
2014-03-01 21:42:31 +01:00
Chris Rebert
e7aa911f9b
Merge pull request #12889 from ZDroid/composer-json-keywor
...
Remove "bootstrap" keyword from composer.json
2014-03-01 12:32:05 -08:00
Zlatan Vasović
6f09a8883c
Remove "bootstrap" keyword
2014-03-01 21:27:07 +01:00
XhmikosR
e5affbfa0a
Run grunt.
2014-03-01 20:58:53 +02:00
XhmikosR
256baf8026
Update grunt-contib-less.
2014-03-01 20:58:26 +02:00
XhmikosR
dfb4917493
Update less.js to v1.7.0.
2014-03-01 20:14:49 +02:00
Chris Rebert
b3e3025f8f
Merge pull request #12880 from hnrch02/patch-1
...
Fix small typo in JavaScript docs
2014-02-28 11:42:11 -08:00
Heinrich Fenkart
7d1fd44b9a
Fix small typo in JavaScript docs
2014-02-28 20:11:02 +01:00
XhmikosR
22d004e332
Re-indent grunt/.jshintrc.
2014-02-28 19:07:14 +02:00
XhmikosR
055730d84e
Gruntfile.js: use the same targets as JSHint for JSCS to avoid duplication.
2014-02-28 17:30:08 +02:00
XhmikosR
c586a56d57
Move immed to JSCS.
2014-02-28 17:30:08 +02:00
XhmikosR
2545073024
Move trailing check to JSCS.
2014-02-28 17:30:08 +02:00
XhmikosR
be8f125ce6
Move camelcase check to JSCS.
2014-02-28 17:30:08 +02:00
XhmikosR
2619325626
JSCS: Use more style checks.
2014-02-28 17:30:08 +02:00
XhmikosR
d65f749390
Move the quotes check to JSCS.
2014-02-28 17:30:08 +02:00
XhmikosR
537e10033e
Switch to using JSCS for the indentation check.
2014-02-28 17:30:08 +02:00
XhmikosR
299f985e5d
Gruntfile.js: Remove extra comma.
2014-02-28 17:29:36 +02:00
Mark Otto
6bd54ef14b
100% less tumah
2014-02-27 12:17:08 -08:00
Mark Otto
ce4175b65e
Merge pull request #12855 from lipis/patch-1
...
Added the very useful .animation-fill-mode() mixin
2014-02-27 12:12:44 -08:00
Mark Otto
7aa813db5d
Merge pull request #12866 from twbs/sitemap
...
Add sitemap.xml and robots.txt files.
2014-02-27 11:13:18 -08:00
Mark Otto
2e02ed4e0c
Fixes #12851 : it's not a tumah
2014-02-27 11:08:24 -08:00
XhmikosR
17722e5ef2
Add sitemap.xml and robots.txt files.
2014-02-27 17:05:52 +02:00
XhmikosR
a7339a0f4c
Move csslint overrides in Gruntfile.js.
...
This works around https://github.com/gruntjs/grunt-contrib-csslint/issues/26
2014-02-27 11:39:30 +02:00
XhmikosR
ef49635ae2
Fix csslint errors.
2014-02-27 11:15:53 +02:00
XhmikosR
05ccc185d9
Break csslint targets.
2014-02-27 11:15:32 +02:00
Sojaner
77cd015cf0
Fix for issue #12854 where push and pull resets
...
The col-*-push-0 and col-*-pull-0 classes try to reset the positioning using 0% but this prevents the opposite direction positioning to freeze and not being set correctly.
To fix that, these must set the position to auto instead of 0% with means left:auto and right:auto instead of left:0% and right:0%.
2014-02-27 12:35:58 +03:30
XhmikosR
4d527f9251
Merge pull request #12861 from twbs/docs-csscomb
...
Add docs.css in the CSSComb task.
2014-02-27 10:58:27 +02:00
XhmikosR
2ef9f9b213
Run csscomb before cssmin.
2014-02-27 10:52:30 +02:00
Suleman Chikhalia
f7c360d620
Fixed flickering and simplified calculations
...
- Removed offending line causing a flicker to the default top state
- Simplified calculation of the top offset when in the bottom state
2014-02-27 00:39:46 -08:00
XhmikosR
8ff7e64359
Add docs.css in the CSSComb task.
2014-02-27 10:12:52 +02:00
XhmikosR
1e06cdff2f
Run grunt update-shrinkwrap.
2014-02-26 19:34:02 +02:00
XhmikosR
63031a3ca5
Bump grunt-jscs-checker.
2014-02-26 19:32:43 +02:00
XhmikosR
db9fca23ff
Update load-grunt-tasks.
2014-02-26 19:32:30 +02:00
Chris Rebert
bc8c33c82f
Merge pull request #12829 from ZDroid/no-bs-keyword
...
Remove bootstrap keyword from package.json
2014-02-26 09:10:32 -08:00
Lipis
b878491b9a
Added the very useful .animation-fill-mode() mixin
...
I think that's the only animation property that was missing and it's quite useful.
https://developer.mozilla.org/en-US/docs/Web/CSS/animation-fill-mode
2014-02-26 17:59:36 +01:00
Zlatan Vasović
db69420d74
Remove bootstrap keyword
2014-02-26 13:46:06 +01:00
Chris Rebert
7b386a566f
update boto & s3_cache.py
2014-02-25 19:40:15 -08:00
Chris Rebert
f27b864f7b
grunt build-customizer-html
2014-02-25 17:28:16 -08:00
XhmikosR
c48042f440
Run grunt dist.
2014-02-26 01:23:52 +02:00
Chris Rebert
d1c971a134
update shrinkwrap
2014-02-25 10:38:41 -08:00
Chris Rebert
e40c1e5e6d
add Grunt task for css-flip-ing & add RTL to Gruntfile configs
2014-02-25 10:31:02 -08:00
Chris Rebert
f1736e2d32
update GitHub issue link in comment
2014-02-25 10:17:44 -08:00
Mark Otto
b22f064c2e
Use CSS Flip to generate RTL variation
2014-02-24 19:22:41 -08:00
Mark Otto
429fc9331e
grunt dist
2014-02-24 19:10:23 -08:00
Mark Otto
7bfd2cc0af
Merge pull request #12837 from twbs/grid-docs
...
move grid classes cascade explanation into main grid docs section
2014-02-24 15:41:31 -08:00
Chris Rebert
a6fb770ebe
move grid classes cascade explanation into main grid docs section
2014-02-24 15:10:46 -08:00
Chris Rebert
754791e3d9
fix #12836
...
Thanks @Quy.
2014-02-24 14:43:09 -08:00
Chris Rebert
113fc1ded0
Merge pull request #12834 from twbs/sauce-chrome-name
...
switch browserName from "googlechrome" to "chrome"
2014-02-24 13:44:40 -08:00
Chris Rebert
8556fa44a3
switch browserName from "googlechrome" to "chrome" per @Jonahss in #12647
2014-02-24 13:11:17 -08:00
XhmikosR
af83e569c3
Update grunt-contrib-connect.
2014-02-23 10:56:27 +02:00
Mark Otto
66a229bdbf
Fixes #12822 : Scope panel collapse styles to immediate panel bodies only
2014-02-22 22:46:03 -08:00
Mark Otto
a083f0deb7
Fixes #12808 : Correct grid column values listed in Grid Options
2014-02-22 14:19:00 -08:00
Mark Otto
5791a48db3
Merge branch 'master' of github.com:twbs/bootstrap
2014-02-22 14:16:53 -08:00
Mark Otto
7b60470e9b
Fixes #12801 : Add padding to the bottom of .form-control-static to match height of standard form controls
2014-02-22 14:16:11 -08:00
Chris Rebert
68f812e308
Merge pull request #12818 from hebbet/patch-1
...
Remove second tbody from Supported browsers
2014-02-22 12:54:17 -08:00
hebbet
983265b08a
Remove second tbody from Supported browsers
...
Removed the second tbody from "Internet Explorer 8 and 9" Table
2014-02-22 21:49:58 +01:00
Mark Otto
7e551ecaf7
Update modals to use more consistent padding—modal body and footer now match modal header
2014-02-22 12:38:56 -08:00
Mark Otto
4ccf088a24
Merge branch 'master' into pr/12813
...
Conflicts:
dist/css/bootstrap.css.map
dist/css/bootstrap.min.css
docs/dist/css/bootstrap.css.map
docs/dist/css/bootstrap.min.css
2014-02-22 12:20:53 -08:00
Mark Otto
b99be29f32
Fixes #12756 : Ensure horizontal dls are cleared by moving the clearfix out of the media query
2014-02-22 12:13:11 -08:00
Supergibbs
49094844ac
Correctly set .btn-link colors in a .navbar and .navbar-inverse #12694
2014-02-21 20:51:06 -08:00
jonahss
7a80b801d7
updated qunit test reporting so sauce labs can report failing tests
2014-02-21 18:54:50 -08:00
Chris Rebert
bdd7651e32
replace .visible-{size} with .visible-{size}-{display} ; fixes #8869
2014-02-21 17:44:40 -08:00
Mark Otto
4b622c60c1
grunt
2014-02-21 17:42:25 -08:00
Mark Otto
b01f995ad7
Merge pull request #12459 from rubenstolk/hotfix/mixins/scale
...
Make both .scale(X) and .scale(X, Y) both work
2014-02-21 17:36:47 -08:00
Mark Otto
c7b07a5644
Merge pull request #12742 from ZDroid/table-responsive-mixin
...
Make .table-responsive usable as mixin
2014-02-21 17:34:27 -08:00
Mark Otto
f3e172a81f
Merge pull request #12803 from PHLAK/master
...
Removed unnecessary top margin from .modal-footer
2014-02-21 17:23:01 -08:00
Mark Otto
e7a337a8f1
Merge pull request #12809 from Borkason/patch-1
...
Clarify the use of .has-feedback
2014-02-21 17:18:50 -08:00
Mark Otto
70b875ceb3
Merge pull request #12761 from hnrch02/no-event-aliases
...
Remove event aliases from JavaScript
2014-02-21 15:14:22 -08:00
Mark Otto
449dd83ec3
Fixes #12735 : Fix sidebar hover state in Dashboard example
2014-02-21 15:06:21 -08:00
Mark Otto
f542fcc627
Fixes #12810 : Document .container-fluid in the CSS overview docs
2014-02-21 15:03:16 -08:00
Mark Otto
5517f9907e
Fixes #12744 : Document ability to remove animation on modals
2014-02-21 14:52:15 -08:00
Daniel Niccoli
72565b69c2
Clarify the use of .has-feedback
2014-02-21 16:32:24 +01:00
Chris Kankiewicz
4dde96b674
Removed unnecessary top margin from .modal-footer
2014-02-20 14:27:19 -07:00
Chris Rebert
0c98895604
Merge pull request #12792 from twbs/translation-docs
...
change translation docs in light of #11342 & its many dupes
2014-02-19 12:41:46 -08:00
Demian Ferreiro
ca15add174
Fix UAs required message position on grouped radio buttons
...
Instead of not rendering the element at all with display:none, use opacity:0 and z-index:-1 so the radio element has a defined position on the document and user agents can show the required message in the right place.
2014-02-19 17:30:55 -03:00
Chris Rebert
8af1673ab7
change translation docs in light of #11342 & its many dupes
2014-02-19 11:27:16 -08:00
XhmikosR
25d047ded4
Merge pull request #12058 from ZDroid/uti
...
Remove semicolons from JS tests
2014-02-18 13:21:05 +02:00
Chris Rebert
dd9e9ce123
Merge pull request #12772 from ZDroid/tests-index
...
Improve `js/tests/index.html`
2014-02-18 01:53:17 -08:00
Zlatan Vasović
a4dac463e0
Improve js/tests/index.html
...
- Improve comments.
- Remove `transition.js` script load as `transition.js` unit test doesn't exist.
2014-02-18 10:43:24 +01:00
Chris Rebert
27de737521
Merge pull request #12760 from ZDroid/grunt-jshintrc
...
Improve grunt/.jshintrc
2014-02-18 00:57:45 -08:00
XhmikosR
db32afe6cf
Update grunt-contrib-cssmin.
2014-02-18 07:40:02 +02:00
Zlatan Vasović
a06e15dd36
Remove semicolons from JS tests
2014-02-17 20:56:46 +01:00
Mark Otto
00b3b8b0b8
Merge pull request #12749 from twbs/pointer-events-note
...
Document caveats of `pointer-events: none` usage in btn.disabled
2014-02-16 20:37:50 -08:00
Chris Rebert
ca02f49013
Safari rounding problem still present as of v7.0.1 for OS X
2014-02-16 12:26:09 -08:00
Chris Rebert
8eeab63e7e
Merge pull request #12720 from twbs/reident-test-files
...
Reindent test files
2014-02-16 12:13:04 -08:00
Heinrich Fenkart
8a78bc065f
Remove event aliases from JavaScript
...
Makes life for people with custom jQuery builds excluding event aliases much easier.
2014-02-16 21:00:04 +01:00
Zlatan Vasović
dd60fcb467
Improve grunt/.jshintrc
2014-02-16 19:57:39 +01:00
XhmikosR
5566c935f2
Merge pull request #12513 from ZDroid/jshint
...
Remove `curly: false` from `.jshintrc`
2014-02-16 20:45:00 +02:00
Zlatan Vasović
69cb7be07f
Remove curly: false from .jshintrc
2014-02-16 19:30:02 +01:00
Chris Rebert
dabb5041a4
Document caveats of pointer-events: none usage in btn.disabled
...
Refs #10049
Source for compatibility info: http://caniuse.com/#feat=pointer-events
2014-02-14 17:14:52 -08:00
Zlatan Vasović
dfa5edca2c
Make .table-responsive usable as mixin
2014-02-14 19:48:17 +01:00
rhaase
eef939916b
Defined and use variables for .panel-heading & .panel-footer padding
2014-02-14 15:51:01 +01:00
DaSch
2fba53e600
add posibillity to hover links and not background in list-groups
2014-02-14 13:56:36 +01:00
XhmikosR
65ffe69bdf
Fix customizer.js indentation warnings.
2014-02-14 11:02:03 +02:00
XhmikosR
895b0006b9
Re-indent test files.
2014-02-14 11:02:03 +02:00
Chris Rebert
accc95ccd6
regenerate npm-shrinkwrap.canonical.json
2014-02-13 17:57:24 -08:00
Chris Rebert
cdb381bb75
bump grunt-exec to v0.4.5 & add missing tilde to version spec
2014-02-13 13:55:36 -08:00
Zlatan Vasović
7100e3a37e
Add build-raw-files log; fixes #12603
...
Fixes #12672
2014-02-13 11:26:55 -08:00
Chris Rebert
1b4a3dbbec
Merge pull request #12719 from twbs/update-less
...
Update less.js to v1.6.3.
2014-02-13 11:15:14 -08:00
Chris Rebert
9300284638
Merge pull request #12718 from twbs/dependencies
...
Update dependencies.
2014-02-13 11:13:31 -08:00
XhmikosR
2d18944d98
Update dependencies.
2014-02-13 11:12:05 -08:00
XhmikosR
ff2c506d2b
Update less.js to v1.6.3.
2014-02-13 20:54:21 +02:00
Mark Otto
a365d8689c
grunt
2014-02-13 09:24:59 -08:00
Mark Otto
385fb68981
grunt
2014-02-13 08:59:03 -08:00
Mark Otto
461404f6be
update homepage showcase with three new posts
2014-02-13 01:21:35 -08:00
Mark Otto
88fdd45427
v3.1.1 bump
2014-02-13 01:12:26 -08:00
XhmikosR
d8cfcad7c7
Merge pull request #12710 from ZDroid/customize-multistr
...
Fix multistr errors in customizer.js
2014-02-13 08:53:47 +02:00
Chris Rebert
e879127e31
Merge pull request #12711 from ZDroid/scrollspy-typo
...
Fix scrollspy typo in docs.css
2014-02-12 12:04:42 -08:00
Zlatan Vasović
f3735d5b12
Fix scrollspy typo in docs.css
2014-02-12 21:01:37 +01:00
Zlatan Vasović
fe2222e733
Fix multistr errors in customizer.js
2014-02-12 20:54:43 +01:00
Chris Rebert
32a8716d5c
Merge pull request #12709 from twbs/bs-to-example-prefix
...
Use .bs-example-* instead of .bs-* in examples in docs
2014-02-12 11:29:42 -08:00
XhmikosR
55e6d4b9b5
Remove trailing space.
2014-02-12 21:27:31 +02:00
Chris Rebert
f6d029f6ab
Use .bs-example-* instead of .bs-* in examples in docs
...
Refs #12610
2014-02-12 11:13:54 -08:00
Chris Rebert
dff122f7f0
avoid using .bs-* in example, & improve style
2014-02-12 11:07:04 -08:00
Chris Rebert
40142bdc51
fix #12708 by updating class names in the docs JS
2014-02-12 11:02:56 -08:00
XhmikosR
5796b56d96
Switch to the minified JSZip.
2014-02-12 20:50:47 +02:00
Mark Otto
eb20d6f132
Fixes #11659 , #12698 , and #12349 : Always apply position and z-index form controls in input groups for proper borders
2014-02-11 14:20:01 -08:00
Chris Rebert
24bf439880
Merge pull request #12696 from twbs/rm-browserstack
...
rm BrowserStack testing from build
2014-02-11 10:38:39 -08:00
Chris Rebert
1e1f510294
rm BrowserStack testing from build
2014-02-11 10:11:38 -08:00
Mark Otto
e49c7758aa
Merge pull request #12695 from martikaljuve/offcanvas-transition
...
Fixed transitions on offcanvas example by adding initial left and right properties
2014-02-11 09:57:15 -08:00
Mark Otto
8551f42ae2
Merge branch 'master' into pr/12412
...
Conflicts:
dist/css/bootstrap-theme.css.map
dist/css/bootstrap.css.map
dist/css/bootstrap.min.css
docs/assets/js/customize.min.js
docs/assets/js/raw-files.min.js
docs/dist/css/bootstrap-theme.css.map
docs/dist/css/bootstrap.css.map
docs/dist/css/bootstrap.min.css
test-infra/npm-shrinkwrap.canonical.json
2014-02-11 09:50:40 -08:00
Marti Kaljuve
6d232c2b9b
Add initial right and left properties to offcanvas example for transitions.
2014-02-11 18:18:21 +02:00
Mark Otto
2cef0af211
Merge branch 'master' of github.com:twbs/bootstrap
2014-02-11 00:05:34 -08:00
Chris Rebert
020ea27d28
Merge pull request #12689 from ZDroid/fonts-x
...
Remove execute permission on font files
2014-02-10 23:04:21 -08:00
Zlatan Vasović
fe811b8906
Remove execute permission on font files
2014-02-11 07:57:31 +01:00
Mark Otto
6f0059c527
add version to getting started page
2014-02-10 22:12:28 -08:00
Mark Otto
642fd51002
Merge branch 'master' into document_popover_focus
2014-02-10 21:58:50 -08:00
Mark Otto
38ebf57af5
grunt
2014-02-10 21:41:14 -08:00
Mark Otto
784a95d945
Documents #10140
2014-02-10 21:34:05 -08:00
Mark Otto
728067b586
Update Glyphicons
2014-02-10 21:28:05 -08:00
Mark Otto
b4ba964801
Merge pull request #12673 from tlindig/tl_popover_arrow_size
...
use @popover-arrow-width for offset the popover
2014-02-10 20:52:43 -08:00
Mark Otto
3350c73666
http://www.youtube.com/watch?v=YQwYNca4iog
2014-02-10 20:52:20 -08:00
Mark Otto
9427310a09
Fixes #12674
...
* The problem with #12674 is that it reassigns the same variable, but the color values were purposely different.
* This uses Less's color functions to generate the proper darker colors.
* Why darker colors? Because those CSS carets render lighter than their solid border counterparts. Consider it a design hack.
2014-02-10 20:49:17 -08:00
Mark Otto
4973bfd5d7
Fixes #12685 : Display current version under download button on homepage
2014-02-10 20:23:29 -08:00
Mark Otto
67c4deb584
Merge pull request #12665 from twbs/docs_teams
...
Update teams
2014-02-10 19:19:52 -08:00
Chris Rebert
4027594647
Merge pull request #12680 from twbs/googlechrome
...
chrome => googlechrome in Sauce
2014-02-10 12:40:51 -08:00
Chris Rebert
2bc29b4581
chrome => googlechrome in Sauce; fixes #12647
2014-02-10 12:11:10 -08:00
Zlatan Vasović
ba4206b644
Use different coding style for Gruntfile
...
Fixes #12657
2014-02-10 11:15:08 -08:00
Chris Rebert
9afead3fb0
fix indentation in Gruntfile
2014-02-10 11:09:59 -08:00
Chris Rebert
dc5917bedf
update docs to include+use .sr-only-focusable
2014-02-10 10:46:17 -08:00
Chris Rebert
c4e242bdb1
add .sr-only-focusable; fixes #12259
2014-02-10 10:34:38 -08:00
Chris Rebert
77eaa808db
tweak phrasing for hopefully greater clarity
2014-02-10 10:12:28 -08:00
Chris Rebert
dc79fecacd
add copyright header to shrinkwrap.js; fixes #12643
2014-02-10 10:06:33 -08:00
Tobias Lindig
221ac861e4
use @popover-arrow-width for offset the popover to account for the popover arrow
2014-02-10 10:57:11 +01:00
Ruben Stolk
a843bfda18
Make both .scale(X) and .scale(X, Y) both work
2014-02-10 10:12:38 +05:30
Julian Thilo
535cd57537
Merge pull request #12671 from Quy/master
...
Update docs prefixing
2014-02-09 22:04:01 +01:00
Quy Ton
477cf1396d
Update docs prefixing
2014-02-09 12:41:47 -08:00
Julian Thilo
d5f0ccba2b
Merge pull request #12668 from Quy/master
...
Reorder links
2014-02-09 19:50:54 +01:00
Quy Ton
8dab75d408
Reorder links
2014-02-09 09:18:11 -08:00
Mark Otto
0d49920e0d
Fixes #12610 : Better and more consistent prefixing of docs CSS with .bs-docs-
2014-02-08 23:24:38 -08:00
Mark Otto
95308509b3
i'm an idiot
2014-02-08 22:46:25 -08:00
Mark Otto
bcf5d88844
Update teams to remove two Sass folks and add new Core member
2014-02-08 22:13:29 -08:00
Mark Otto
769339ed18
grunt dist
2014-02-08 17:30:40 -08:00
Mark Otto
41841c99c4
Merge branch 'master' of github.com:twbs/bootstrap
2014-02-08 17:29:25 -08:00
Mark Otto
44bb7b20c7
Fixes #12625 : Only remove first list group item's top and last list group item's bottom borders when the list group is first or last
2014-02-08 17:29:10 -08:00
Mark Otto
13b4e7a1a8
Mention limitation of form validation feedback icons with input groups
2014-02-08 17:19:45 -08:00
Mark Otto
2365717a3d
Merge pull request #12433 from tagliala/list-inline-first-element-fix
...
Fix first element padding of list-inline
2014-02-08 16:59:59 -08:00
Mark Otto
65b10706b3
brace position
2014-02-08 16:56:59 -08:00
Mark Otto
e9199718d6
Merge branch 'master' into fix-12154
...
Conflicts:
dist/css/bootstrap.css.map
dist/css/bootstrap.min.css
docs/dist/css/bootstrap.css.map
docs/dist/css/bootstrap.min.css
2014-02-08 16:52:22 -08:00
Mark Otto
b36d19c3c6
grunt
2014-02-08 16:46:12 -08:00
Mark Otto
7f88009394
grunt
2014-02-08 16:43:58 -08:00
Mark Otto
3fc7a4cffa
grunt with new mixins
2014-02-08 16:31:42 -08:00
Mark Otto
26e2d7cdc9
grunt
2014-02-08 16:13:30 -08:00
Mark Otto
b6444c6472
Merge pull request #12552 from stoudenmire/carousel-icon-classname-fix
...
Fixes two typos in carousel.less
2014-02-08 16:03:25 -08:00
Mark Otto
e3cfd5821d
Merge branch 'master' into pr/12462
...
Conflicts:
dist/css/bootstrap.css.map
dist/css/bootstrap.min.css
docs/dist/css/bootstrap.css.map
docs/dist/css/bootstrap.min.css
2014-02-08 16:01:56 -08:00
Mark Otto
842af44fcc
Merge branch 'pr/12579'
2014-02-08 15:53:18 -08:00
Mark Otto
866c52b928
grunt
2014-02-08 15:51:38 -08:00
XhmikosR
5d8491ac9f
Merge pull request #12655 from twbs/holder.js
...
Update holder.js to v2.3.1.
2014-02-09 01:48:13 +02:00
Mark Otto
06e6affa4a
Merge pull request #12645 from ZDroid/docs-js-semicolons
...
Omit semicolons consistently in docs
2014-02-08 15:46:51 -08:00
Mark Otto
b683433f67
grunt
2014-02-08 15:44:13 -08:00
Mark Otto
c8315edd73
Merge branch 'master' into pr/12639
...
Conflicts:
dist/css/bootstrap.css.map
dist/css/bootstrap.min.css
docs/dist/css/bootstrap.css.map
docs/dist/css/bootstrap.min.css
2014-02-08 15:37:35 -08:00
Mark Otto
91b76e5247
Merge pull request #12659 from ZDroid/blockquote-font-size
...
Fix #12656 : add @blockquote-font-size
2014-02-08 15:24:43 -08:00
Chris Rebert
7ef1bebb55
Merge pull request #12632 from ZDroid/exclude-jade
...
Exclude jade files from docs
2014-02-08 13:34:36 -08:00
Zlatan Vasović
938779ca93
Move jade files to docs/jade/
2014-02-08 22:29:06 +01:00
Zlatan Vasović
4c16360036
Fix #12656 : add @blockquote-font-size
2014-02-08 22:12:18 +01:00
XhmikosR
c3cb63b69f
Update holder.js to v2.3.1.
...
Fix #12653 .
2014-02-08 18:19:39 +02:00
Chris Rebert
8f7170abd0
disable BrowserStack tests due to flakiness
...
Running "browserstack_runner" task
Using config: /home/travis/build/twbs/bootstrap/browserstack.json
Launching server on port: 8888
Downloading tunnel jar to `/home/travis/build/twbs/bootstrap/node_modules/browserstack-runner/lib/BrowserStackTunnel.jar`
Launching tunnel
Error: Invalid or corrupt jarfile /home/travis/build/twbs/bootstrap/node_modules/browserstack-runner/lib/BrowserStackTunnel.jar
[Runner alert] Tunnel launch timeout
Exiting
Non existent tunnel
2014-02-07 18:51:32 -08:00
Mark Otto
c3f8456414
Merge pull request #12633 from twbs/panels_and_tables
...
Properly reset borders on table cells in panels
2014-02-07 18:50:41 -08:00
Mark Otto
06f1293acf
Merge branch 'master' into panels_and_tables
...
Conflicts:
dist/css/bootstrap.css.map
dist/css/bootstrap.min.css
docs/dist/css/bootstrap.css.map
docs/dist/css/bootstrap.min.css
2014-02-07 18:36:27 -08:00
Mark Otto
a2f08158d0
Nuke shit I added in 4d7b2ddba9 that shouldn't come until v4
2014-02-07 15:44:50 -08:00
Julian Thilo
b61d12ff17
Fix wrong id
2014-02-07 23:21:32 +01:00
Chris Rebert
f07423511d
Merge pull request #12648 from ZDroid/index.html-only
...
Replace wildcard with file name
2014-02-07 12:44:51 -08:00
Zlatan Vasović
54aece3458
Replace wildcard with file name
2014-02-07 20:48:12 +01:00
Zlatan Vasović
bdf9ce4c45
Omit semicolons consistently in docs
2014-02-07 19:31:08 +01:00
Chris Rebert
532f1d9097
Merge pull request #12636 from ZDroid/grunt-jshintrc
...
Avoid setting `jshint node: true` in every Grunt JS file
2014-02-07 09:36:39 -08:00
Chris Rebert
442043e775
Merge pull request #12637 from ZDroid/text-truncate-typo
...
Fix .text-truncate() typo
2014-02-07 09:28:08 -08:00
Bas Bosman
a0052b5a37
Drop -o-user-select
2014-02-07 14:14:32 +01:00
Zlatan Vasović
6db1a3f909
Fix .text-truncate() typo
2014-02-07 13:40:32 +01:00
Zlatan Vasović
aead10fafa
Avoid setting jshint node: true in every Grunt JS file
2014-02-07 13:34:17 +01:00
Mark Otto
4d7b2ddba9
Fixes #12486 : Restore full width inputs for input groups in inline forms and navbars
2014-02-07 02:58:10 -08:00
Mark Otto
cae76171d0
Follow up to 1bdd59b18c2d1b2409d0422a60e8c007053202df, to better position the sidebar so the potential scrollbar doesn't get hidden by the navbar
2014-02-07 02:44:04 -08:00
Mark Otto
d91d9b0ade
Fixes #12447 : Properly reset borders on table cells in panels
2014-02-07 02:38:01 -08:00
Mark Otto
3ccc16cad0
grunt for days
2014-02-07 02:24:37 -08:00
Mark Otto
6814393c9a
Merge pull request #12629 from twbs/search_inputs_ios
...
Override iOS search input's extra round corners
2014-02-07 02:13:39 -08:00
Mark Otto
da43f97be1
Override iOS search input's extra round corners
2014-02-07 02:08:32 -08:00
Mark Otto
c399bfb015
Fixes #12477 : Clarify IE support in docs
2014-02-07 01:49:12 -08:00
Mark Otto
a9b964b9c3
Merge branch 'master' of github.com:twbs/bootstrap
2014-02-07 01:41:46 -08:00
Mark Otto
2865fde67f
Fixes #12590 : Add Korean translation link
2014-02-07 01:41:04 -08:00
Mark Otto
b4aaf04b3f
Merge pull request #12319 from twbs/address-12007
...
Clarify target of dropdown events
2014-02-07 01:39:00 -08:00
Mark Otto
16bbcd7aff
clarify comment
2014-02-07 01:33:27 -08:00
Mark Otto
4f9cdefab7
consistency
2014-02-07 01:31:42 -08:00
Mark Otto
f83b201007
Fixes #12526 : Add scrollbars when necessary to the Dashboard example's sidebar
2014-02-07 01:27:07 -08:00
Mark Otto
228d4e59fc
Fixes #12555 : Rearrange variables to place grids and containers closer
2014-02-07 01:22:30 -08:00
Mark Otto
3b4b9a7fe5
Fixes #12614 : Add progress bar example with visible label
2014-02-07 01:16:34 -08:00
Mark Otto
ebd132ce68
Fixes #12611 : Mention limitation of one plugin's data attributes per element
2014-02-07 01:10:21 -08:00
Mark Otto
77d160151f
Merge pull request #12497 from twbs/container-fluid-is-now-a-thing
...
rm DIY full-width callout now that there's .container-fluid
2014-02-07 00:48:25 -08:00
Mark Otto
91595d38f3
property order because @zdroid <3
2014-02-06 19:34:46 -08:00
Mark Otto
b124c4a6a4
Merge pull request #12620 from twbs/thumbnail-extend
...
use :extend in thumbnail Less
2014-02-06 19:32:31 -08:00
Mark Otto
42d7479dbf
Merge pull request #12502 from ZDroid/moz
...
Remove redundant :-moz-placeholder styles
2014-02-06 19:31:29 -08:00
Mark Otto
ace0abfdb6
Merge branch 'master' into thumbnail-extend
...
Conflicts:
dist/css/bootstrap.css
2014-02-06 18:52:03 -08:00
Mark Otto
596495c89b
Merge pull request #12621 from twbs/carousel-img-responsive-extend
...
use :extend(.img-responsive) in Carousel's Less
2014-02-06 18:49:21 -08:00
Chris Rebert
7c1511502e
use :extend(.img-responsive) in Carousel's Less
2014-02-06 15:52:26 -08:00
Chris Rebert
fda8d91c86
use :extend in thumbnail Less
2014-02-06 15:42:54 -08:00
Chris Rebert
651b289e26
Merge pull request #12613 from twbs/sized-btn-group-extend
...
use Less' extend feature in btn-group-lg etc.
2014-02-06 15:12:14 -08:00
XhmikosR
ef25676f6f
Merge pull request #12616 from twbs/jszip
...
Update jzip to v2.1.0.
2014-02-06 23:35:15 +02:00
XhmikosR
5769b776e5
bs-raw-files-generator.js: use the global directive to define the btoa variable.
2014-02-06 23:34:02 +02:00
XhmikosR
aae64a9eba
Update jzip to v2.1.0.
2014-02-06 23:10:37 +02:00
XhmikosR
119ed54bd1
Merge pull request #12605 from ZDroid/license-object
...
Use license object instead of licenses array
2014-02-06 21:04:36 +02:00
Chris Rebert
37c21a3ac7
use Less' extend feature in btn-group-lg etc.
2014-02-06 10:59:04 -08:00
Chris Rebert
87219cfeca
Merge pull request #12612 from ZDroid/grunt-path
...
Update grunt paths
2014-02-06 10:42:01 -08:00
Zlatan Vasović
9bb5c319b8
Update grunt paths
2014-02-06 19:39:45 +01:00
Zlatan Vasović
96fd2dca02
Use license object instead of licenses array
2014-02-06 11:37:39 +01:00
Supergibbs
08ff305ed7
Added border radiuses to table when in a panel. Fixes #12461
2014-02-05 14:29:23 -08:00
Mark Otto
7eb532262f
Merge pull request #12465 from XhmikosR/docs-img
...
Docs: losslessly compress images.
2014-02-05 14:11:46 -08:00
Mark Otto
81d9a46dcd
Merge pull request #12534 from Techwraith/patch-1
...
Allow the bootstrap package in npm to expose css and less
2014-02-05 13:54:53 -08:00
Mark Otto
f16a2376c1
add basic back to top link to docs sidenavs, fixes #12589
2014-02-05 13:46:24 -08:00
Chris Rebert
7861f6e8a5
possibly avoid some extra S3 charges
...
Refs https://github.com/boto/boto/issues/2078
2014-02-05 10:45:05 -08:00
Mark Otto
00cb50a41a
grunt dist--includes changes from #12025 and decimal changes, likely from a change in dependencies
2014-02-04 19:27:25 -08:00
Mark Otto
45e65eef3d
Merge pull request #12025 from ZDroid/clean-visibility-mess
...
Fix #12015 and minify styles
2014-02-04 18:29:05 -08:00
Mark Otto
28f5f6ecf3
Merge pull request #12512 from ZDroid/placeholder-img-fix
...
Improve alignment of the dashboard placeholder images
2014-02-04 16:21:23 -08:00
Chris Rebert
cc9242aa86
Merge pull request #12583 from twbs/grunt-directory
...
reorganize all grunt tasks into one directory
2014-02-04 15:33:58 -08:00
Chris Rebert
cd8a896ce6
Merge pull request #12554 from ZDroid/grunt-test-note
...
Add `grunt test` note
2014-02-04 13:21:45 -08:00
Chris Rebert
46f9d27142
reorganize all grunt tasks into one directory
...
also fixes #12581
2014-02-04 13:18:54 -08:00
Zlatan Vasović
0ed6075010
Add grunt test note
2014-02-04 22:06:15 +01:00
Panayiotis Lipiridis
40e1a3bd9f
Sticky footers without any wrappers
2014-02-04 13:56:42 +01:00
Mark Otto
ef3c560a06
Reorder grunt dist tasks to ensure JS gets copied over
2014-02-04 02:04:23 -08:00
Mark Otto
1387784d60
Merge branch 'master' of github.com:twbs/bootstrap
2014-02-04 02:01:45 -08:00
Mark Otto
07098d1bb7
Fixes #12470 : Scope large modal styles to minimum viewport width
2014-02-04 02:01:31 -08:00
Chris Rebert
91f941929e
Merge pull request #12574 from twbs/os-x-chrome-busted
...
disable OS X Chrome in Selenium tests to fix the build
2014-02-04 01:58:40 -08:00
Chris Rebert
b16efebc8e
disable OS X Chrome in Selenium tests to fix the build
2014-02-04 01:51:40 -08:00
Mark Otto
95494f806d
Merge pull request #12521 from twbs/outline-none-note
...
add note to CONTRIBUTING.md about `outline: none`
2014-02-04 01:49:29 -08:00
XhmikosR
2deb5f9f91
Compress examples screenshots with kraken.io.
...
Before: 1,12 MB (1.174.728 bytes)
After: 1,11 MB (1.173.614 bytes)
2014-02-04 11:33:28 +02:00
XhmikosR
7dd51beb42
Docs: losslessly compress images.
...
Before: 25,1 KB (25.773 bytes)
After: 23,7 KB (24.352 bytes)
2014-02-04 11:33:28 +02:00
Mark Otto
952afba70d
Merge pull request #12570 from XhmikosR/libs
...
Update docs libs
2014-02-04 01:23:16 -08:00
Mark Otto
d158e822a1
Merge pull request #12572 from XhmikosR/master
...
Gruntfile.js: Move common uglify properties together.
2014-02-04 01:22:29 -08:00
XhmikosR
aeed64d1cb
Gruntfile.js: Move common uglify properties together.
2014-02-04 11:14:20 +02:00
XhmikosR
ec050fa0ab
Update less.js to v1.6.2.
2014-02-04 11:11:40 +02:00
XhmikosR
2576fecf95
Update jszip to the latest git ( https://github.com/Stuk/jszip/commit/202003821ddd1b5295ddec23ed8e421464bc0c44 ).
2014-02-04 11:08:12 +02:00
XhmikosR
389e574aaa
Update Filesaver.js to the latest git (2014-01-24).
2014-02-04 11:08:12 +02:00
Chris Rebert
9cf9f6c099
Merge pull request #12499 from twbs/move-responsive-imgs-sect
...
move .img-responsive docs from Overview to Images section
2014-02-04 01:00:32 -08:00
Mark Otto
9a01aa2c44
Merge pull request #12568 from XhmikosR/examples-csscomb
...
Add examples in csscomb
2014-02-04 00:55:54 -08:00
XhmikosR
3ab2324df0
Remove double semicolon.
2014-02-04 10:39:02 +02:00
XhmikosR
9f668a5573
Add examples/**/*.css in csscomb task.
2014-02-04 10:39:02 +02:00
Mark Otto
9ba49426e9
Merge pull request #12466 from XhmikosR/12457
...
Add examples/css in the csslint task.
2014-02-04 00:27:12 -08:00
Mark Otto
ec6c9d2824
Don't offset customizer alert, grunt dist
2014-02-04 00:18:34 -08:00
Mark Otto
229bc6fef9
Merge pull request #12553 from ZDroid/nocf
...
Remove comma first rule
2014-02-03 23:48:39 -08:00
Mark Otto
266a2e11e0
Merge pull request #12533 from 1000hz/tighten-popover-arrows-scope
...
Scope popover arrow css to direct descendant
2014-02-03 23:40:52 -08:00
Chris Rebert
819b19e39c
fix #12494 in the migration docs
2014-02-03 23:05:51 -08:00
XhmikosR
48118576f1
Examples: fix csslint errors.
2014-02-04 09:04:40 +02:00
XhmikosR
3a89fbc9a3
Add examples/**/*css in the csslint task.
...
Fixes #12457 .
2014-02-04 09:04:40 +02:00
Chris Rebert
8ee208e9c1
fix #12566
2014-02-03 12:19:50 -08:00
Chris Rebert
149c4be726
die tabs, die!
2014-02-03 10:02:58 -08:00
Zlatan Vasović
0ef0c7b2c0
Remove comma first rule
...
Removes outdated coding style rule.
2014-02-03 17:12:59 +01:00
stoudenmire
a484b3bd7a
fixed two typos in carousel.less
...
carousel.less has two typos in glyphicon classnames. fixed them.
2014-02-03 16:24:07 +01:00
Chris Rebert
d675284cf6
Safari's justified nav bug is still present as of Safari v7.0.1; fixes #12454
2014-02-03 02:38:18 -08:00
Chris Rebert
e5665c2417
Merge pull request #12546 from twbs/modal-hiding-now-implicit
...
Mention .modal.fade.hide => .modal.fade in migration docs
2014-02-03 02:13:16 -08:00
Chris Rebert
e958008048
fix #12541
2014-02-03 02:11:25 -08:00
Chris Rebert
d8bb6c2987
Merge pull request #12545 from twbs/arrivederci-help-inline
...
add removal of .help-inline to the migration guide
2014-02-03 02:05:31 -08:00
Chris Rebert
d5558621b2
add removal of .help-inline to the migration guide; fixes #12539
2014-02-03 02:04:21 -08:00
Chris Rebert
b0dc512a4b
Merge pull request #12544 from twbs/sayonara-inverse-btn
...
add .btn-inverse removal to migration guide
2014-02-03 01:58:46 -08:00
Chris Rebert
69af98e6bb
add .btn-inverse removal to migration guide; fixes #12538
2014-02-03 01:57:45 -08:00
Chris Rebert
1abc308399
Merge pull request #12543 from twbs/fix-12540
...
Fixes #12540
2014-02-03 01:54:13 -08:00
Chris Rebert
a2ff16c3ce
fix #12540
2014-02-03 01:51:32 -08:00
Chris Rebert
27e080df4b
fix #12527
2014-02-02 22:51:19 -08:00
Chris Rebert
e9212e8ab7
update docs about destination of remote modal content; fixes #12494
2014-02-02 22:11:18 -08:00
Chris Rebert
1a137ffb6d
Merge pull request #12517 from twbs/getting-started-SO
...
add StackOverflow to Community section of Getting Started docs
2014-02-02 21:44:40 -08:00
Chris Rebert
880a38e1a4
add StackOverflow to Community section of Getting Started docs
2014-02-02 21:44:09 -08:00
Chris Rebert
d99d79d2e8
fix #12531
2014-02-02 21:38:37 -08:00
Daniel Erickson
fd9b29b43e
Allow the bootstrap package in npm to expose css and less
2014-02-02 17:33:40 -08:00
Cina S
847adb7dad
Tightening up popover arrow css scope to apply only to direct descendant arrows.
2014-02-02 16:14:22 -06:00
Mark Otto
02ae5a2728
Merge pull request #12519 from twbs/bower-badge
...
add Bower badge to README
2014-02-02 11:29:02 -08:00
Chris Rebert
f234496239
add note to CONTRIBUTING.md about outline: none
2014-02-01 23:19:28 -08:00
Chris Rebert
f2d45fd2f8
add Bower badge to README
2014-02-01 21:25:19 -08:00
Zlatan Vasović
09f62f6a7a
Improve alignment of the dashboard placeholder images
...
Fixes #12435
2014-02-01 22:46:55 +01:00
Chris Rebert
9c054fd4c0
Merge pull request #12503 from ZDroid/ed
...
Don't re-set indent style for [*.py]
2014-02-01 13:35:12 -08:00
Zlatan Vasović
59a38b7bf6
Don't re-set indent style for [*.py]
...
Just inherit it from [*].
2014-02-01 14:37:19 +01:00
Zlatan Vasović
1e09a9d1d7
Remove redundant :-moz-placeholder styles
...
No need for old Firefox versions support.
2014-02-01 14:20:41 +01:00
Chris Rebert
d6f25e13ec
mv .img-responsive docs from Overview to Images section
2014-02-01 00:26:46 -08:00
Chris Rebert
813467ddaf
rm callout about creating .container-fluid-alikes now that .container-fluid has been added
2014-02-01 00:11:23 -08:00
Chris Rebert
362708acdd
Merge pull request #12480 from twbs/clarify-jquery-err-msg
...
Clarify JS error message about missing jQuery
2014-01-31 14:13:27 -08:00
Mark Otto
58bf3f9432
grunt after last commits
2014-01-31 13:40:32 -08:00
Mark Otto
9f36bc2bf6
Merge pull request #12448 from PHLAK/master
...
Fix issue causing .navbar-brand element height to be shorter than .navbar height
2014-01-31 13:39:23 -08:00
Mark Otto
1802cedbc1
Use scss option instead of css for better highlighting
2014-01-31 13:12:31 -08:00
Frederick Marcoux
d1a7271ea1
Update variables.less
2014-01-31 15:25:09 -05:00
Frederick Marcoux
d3aad7e355
Added .list-group-item.disabled
...
Added support for disabled List group item.
2014-01-31 15:17:49 -05:00
Chris Rebert
4b194471b0
fix #12484
2014-01-31 10:32:32 -08:00
Chris Rebert
623d650758
most of Bootstrap's components are pure CSS and thus don't require jQuery
...
Refs https://news.ycombinator.com/item?id=7156305
2014-01-31 09:50:47 -08:00
Chris Rebert
40d3cf6cd7
Merge pull request #12463 from XhmikosR/12440
...
Downgrade holder.js to v2.2.0.
2014-01-31 00:40:43 -08:00
XhmikosR
7b9c0a38a7
Downgrade holder.js to v2.2.0.
...
Fixes #12440 .
2014-01-31 09:32:55 +02:00
Chris Rebert
2c6b099f91
fix "pading-right" [sic] typo in dashboard.css; fixes #12455
2014-01-30 20:39:12 -08:00
Chris Rebert
e430675d14
use correct+newer name for retina mixin in docs; fixes #12450
2014-01-30 14:46:58 -08:00
Chris Kankiewicz
22e576c600
Fix issue causing .navbar-brand element height to be shorter than .navbar height
2014-01-30 14:59:54 -07:00
Chris Rebert
00685be0e9
Merge pull request #12445 from twbs/browserstack-runner-update
...
update to browserstack-runner v0.1.0
2014-01-30 13:01:07 -08:00
Chris Rebert
2f81246174
Merge pull request #12444 from twbs/grunt-saucelabs-update
...
update to grunt-saucelabs v5.0.0
2014-01-30 13:00:46 -08:00
Chris Rebert
bf0cedc624
update to browserstack-runner v0.1.0
2014-01-30 12:32:30 -08:00
Chris Rebert
dd6bb5a335
update to grunt-saucelabs v5.0.0
2014-01-30 12:30:55 -08:00
Chris Rebert
c86c8de4f2
rm duplicate warning callouts in Input Groups docs
2014-01-30 12:25:02 -08:00
Julian Thilo
a9567a9e0c
Apply eaa2b83 to master as well
2014-01-30 21:16:48 +01:00
Chris Rebert
c1a5e1443f
Merge pull request #12436 from XhmikosR/jquery
...
Update jQuery to v1.11.0.
2014-01-30 11:12:40 -08:00
XhmikosR
8939268a33
Update jQuery to v1.11.0.
...
Also, use Google's CDN per #11369 .
2014-01-30 20:50:17 +02:00
Chris Rebert
7c6e4a231c
rm outdated note about lack of .col-{xs,sm}-offset-0; fixes #12439
2014-01-30 10:49:43 -08:00
Chris Rebert
9f26194489
note specific versions of IE where progress bar animation supported; fixes #12437
2014-01-30 10:42:44 -08:00
Mark Otto
1409cde7e8
Bump versions, run grunt
2014-01-30 08:30:37 -08:00
Mark Otto
9a6b7ab375
grunt
2014-01-30 08:14:18 -08:00
Geremia Taglialatela
0da527f169
fixed first element padding of list-inline
2014-01-30 14:55:19 +01:00
Julian Thilo
c2784ddd75
Merge pull request #12432 from ChrisRiddell/signin-email-fix
...
Wrong input css for signin example
2014-01-30 04:54:19 -08:00
Chris Riddell
d002f0459d
its an email input
2014-01-30 23:14:05 +10:30
Mark Otto
d4b1bfd667
grunt
2014-01-29 22:44:06 -08:00
Mark Otto
d2f1887bb5
Merge branch 'master' into pr/12388
...
Conflicts:
dist/css/bootstrap.min.css
2014-01-29 22:18:29 -08:00
Mark Otto
9195d8e8eb
Follow up to #11655 : don't reset opacity on disabled buttons
2014-01-29 21:57:44 -08:00
Mark Otto
7ba2eede4e
fix css url
2014-01-29 21:44:36 -08:00
Mark Otto
80ef14a11a
Merge pull request #12423 from ZDroid/name
...
Rename pack.min.css to docs.min.css to match with docs.min.js
2014-01-29 21:44:01 -08:00
Mark Otto
d631e0b92d
Fix #12422 : Reset height on multiple select in input size mixin
2014-01-29 21:34:10 -08:00
Mark Otto
545c957f17
Fixes #12424 : Account for Normalize change on figure element so that we don't potentially screw folks over
2014-01-29 21:23:23 -08:00
Zlatan Vasović
00f062fc7e
Rename pack.min.css to docs.min.css to match with docs.min.js
2014-01-29 20:50:10 +01:00
Chris Rebert
9ec5905c07
Merge pull request #12415 from XhmikosR/master
...
Gruntfile.js: remove unused code.
2014-01-28 17:35:09 -08:00
Chris Rebert
37926839ff
Merge pull request #12417 from ZDroid/cmt
...
Remove redundant jshint comment
2014-01-28 15:54:23 -08:00
Zlatan Vasović
f8bb6811bd
Remove redundant jshint comment
2014-01-28 22:47:23 +01:00
XhmikosR
615f1ad4aa
Gruntfile.js: remove unused code.
2014-01-28 21:07:56 +02:00
Mark Otto
01dabd3391
Merge pull request #12406 from twbs/normalize_v3
...
Upgrade to Normalize v3
2014-01-28 10:57:31 -08:00
Mark Otto
a9a4d81730
grunt
2014-01-28 10:08:40 -08:00
Mark Otto
493d143cbd
v3 instead of rc1
2014-01-28 10:07:33 -08:00
Donald Pipowitch
7037c6fc72
refactored and renamed grid mixins
2014-01-28 10:48:45 +01:00
Julian Thilo
3a62811bbd
Update javascript.html
2014-01-28 00:01:10 +01:00
Julian Thilo
0a5cb2f908
Fix typo
2014-01-27 23:07:14 +01:00
Mark Otto
b7ac009a52
Remove #8350 's reset for number inputs since Normalize fixes those upstream
2014-01-27 12:25:39 -08:00
Mark Otto
400720d00b
Remove optgroup resets from #7611 since Normalize fixes those upstream
2014-01-27 12:24:35 -08:00
Mark Otto
6a0a139cda
Upgrade to Normalize v3-rc1 in prep for v3 final
2014-01-27 12:08:55 -08:00
Mark Otto
45ea456468
Merge branch 'master' of github.com:twbs/bootstrap
2014-01-27 09:42:33 -08:00
Mark Otto
e08e871f01
document id requirement in carousels per #12393
2014-01-27 09:24:51 -08:00
Julian Thilo
72a31db210
Merge pull request #12403 from Quy/master
...
Change positioning reference from left to right in affix's example.
2014-01-27 09:22:17 -08:00
Quy Ton
5c1852fb74
Change positioning reference from left to right in affix's example.
2014-01-27 09:17:57 -08:00
Chris Rebert
50ad304bb5
Merge pull request #12315 from twbs/use-shrinkwrap
...
Do npm caching based on npm-shrinkwrap.canonical.json
2014-01-26 20:46:14 -08:00
Mark Otto
16fd8cd01e
Merge pull request #12398 from twbs/deprecate-box-shadow-mixin
...
mark .box-shadow() mixin as deprecated
2014-01-26 19:15:31 -08:00
Chris Rebert
1a36e4fa1e
docs & comments: v3.1 => v3.1.0
2014-01-26 17:48:15 -08:00
Chris Rebert
602e5f8f11
mark .box-shadow() mixin as deprecated; fixes #12396
2014-01-26 17:44:01 -08:00
Chris Rebert
5a3f1a90ba
fix #12261
2014-01-26 14:22:06 -08:00
Alan Hamlett
e38fd138ce
fixes #10495 by forcing .navbar-brand height to prevent it's inner content from increasing navbar height
2014-01-25 21:40:56 -08:00
Chris Rebert
3157a37775
Merge pull request #12387 from twbs/osx-chrome
...
re-enable OS X Chrome in Sauce tests
2014-01-25 18:33:23 -08:00
Chris Rebert
6717f642bb
re-enable OS X Chrome in Sauce tests
2014-01-25 17:55:52 -08:00
Chris Rebert
77362a3b45
Merge pull request #12386 from twbs/update-iphone
...
update to iOS v7 in Sauce test config
2014-01-25 17:11:49 -08:00
Chris Rebert
d56def706a
update to iOS v7 in Sauce test config
2014-01-25 17:02:02 -08:00
Chris Rebert
9ec1e8694b
README: use Bootstrap v3-specific StackOverflow tag
2014-01-25 16:38:47 -08:00
Chris Rebert
87e5b16b17
disable IE11 in BrowserStack config due to frequent timeouts
2014-01-25 16:35:13 -08:00
Chris Rebert
86a5846ada
Merge pull request #12378 from andrewdisley/patch-1
...
Fix #10348 : Customizer dependencies
2014-01-25 16:30:02 -08:00
Chris Rebert
15921e5109
Merge pull request #12385 from hnrch02/update-load-grunt-tasks
...
Update load-grunt-tasks to v0.3.0
2014-01-25 16:27:05 -08:00
Heinrich Fenkart
72568ce588
Update load-grunt-tasks to v0.3.0
2014-01-25 21:03:44 +01:00
Chris Rebert
12a4263471
Merge pull request #12266 from twbs/linux
...
enable Linux Chrome & Linux Firefox in Sauce tests
2014-01-25 12:00:10 -08:00
Mark Otto
45b964c246
Merge pull request #12380 from twbs/translation-german
...
Add German translation
2014-01-25 11:10:20 -08:00
Julian Thilo
0cbfdd19bd
Add link to German translation and reorder links
2014-01-25 16:08:15 +01:00
Andrew Disley
a1b0bb7a10
Fix #10348 : Customizer dependencies
2014-01-25 12:35:46 +00:00
Mark Otto
6d090e243d
Merge pull request #12366 from Quy/master
...
Change a word.
2014-01-24 22:36:05 -08:00
Julian Thilo
af1ba5cf74
Clarify nesting in grid example
2014-01-25 01:58:54 +01:00
Quy Ton
4b5991586d
Change a word.
2014-01-24 11:24:50 -08:00
Chris Rebert
643e814e7b
Merge pull request #12365 from Quy/master
...
Remove Twitter from tweet button
2014-01-24 10:43:06 -08:00
Quy Ton
da86f6fbbb
Remove Twitter from tweet button
2014-01-24 10:37:12 -08:00
Mark Otto
4b2fe3f96f
Merge branch 'master' of github.com:twbs/bootstrap
2014-01-24 11:56:04 -06:00
Mark Otto
64e8132426
Fix #12359 : Reset min-width on fieldsets so that they don't break responsive tables and behave more like standard block level elements
2014-01-24 11:55:59 -06:00
Chris Rebert
f1c1469b83
Merge pull request #12357 from twbs/border-box-note
...
add note in Less source about global `box-sizing: border-box;`
2014-01-23 20:57:45 -08:00
Mark Otto
829eefd6f7
Merge pull request #12356 from twbs/wcag-contributing
...
add WCAG color guideline to CONTRIBUTING.md
2014-01-23 20:55:39 -08:00
Mark Otto
bd6751e932
Merge pull request #12355 from twbs/aria-contributing
...
add WAI-ARIA guideline to CONTRIBUTING.md
2014-01-23 20:53:33 -08:00
Mark Otto
44fc629d44
Fix #12353 : Scope table border reset in panels to first-child rows
2014-01-23 22:52:26 -06:00
Chris Rebert
b30cff4888
Add ref in Less to docs regarding box-sizing conflicts
...
Refs #12351
2014-01-23 20:51:23 -08:00
Chris Rebert
b9d1ae092f
add ID to "Box sizing" section of Getting Started docs
2014-01-23 17:01:43 -08:00
Chris Rebert
31e8a48783
"bottom increment" => "decrement" in explanatory comment
2014-01-23 15:07:04 -08:00
Chris Rebert
aa8b1543be
add WCAG color guideline to CONTRIBUTING.md
2014-01-23 14:01:59 -08:00
Chris Rebert
2f26eaea5b
add WAI-ARIA guideline to CONTRIBUTING.md
2014-01-23 12:50:57 -08:00
Chris Rebert
7d015817ed
fix typo and use the v3-specific StackOverflow tag
2014-01-23 11:18:56 -08:00
Chris Rebert
7a6bc67826
Merge pull request #12347 from twbs/ie-11-browserstack
...
enable IE11 in BrowserStack tests
2014-01-22 21:34:42 -08:00
Mark Otto
f748390cf5
Follow-up to #12250 : remove remaining page margins for print
2014-01-22 21:51:23 -06:00
Mark Otto
08e83a62b7
Fix #11655 : Fix broken disabled states for iOS form controls and buttons
2014-01-22 21:43:08 -06:00
Mark Otto
833c208bf5
Merge branch 'master' of github.com:twbs/bootstrap
2014-01-22 21:20:06 -06:00
Mark Otto
1e1af8687d
Merge pull request #12250 from twbs/rm-print-margins
...
remove default left-right print margins per upstream h5bp change
2014-01-22 19:18:24 -08:00
Mark Otto
b945491426
Merge branch 'master' of github.com:twbs/bootstrap
2014-01-22 21:15:25 -06:00
Mark Otto
7b24a3b99c
Fixes #12344 : Update docs to show workaround for using button element with justified button groups
2014-01-22 21:15:17 -06:00
Mark Otto
11a22fb615
Merge pull request #12345 from twbs/printer-wackiness-note
...
add note about printer viewport weirdness
2014-01-22 17:52:00 -08:00
Chris Rebert
6d08763136
add docs note to address #12078
2014-01-22 17:28:00 -08:00
Chris Rebert
9798b0bf0b
enable IE11 in BrowserStack tests
2014-01-22 14:57:32 -08:00
Julian Thilo
494014babe
No more lists.
2014-01-22 19:04:19 +01:00
Julian Thilo
57597c4761
Merge pull request #12340 from browserstack/update_bs_runner
...
Update browserstack-runner package
2014-01-22 08:46:41 -08:00
Julian Thilo
2022e15aa8
Gone, gone.
2014-01-22 17:00:09 +01:00
Rahul Nawani
6c7db9d56e
update browserstack runner package
2014-01-22 21:15:55 +05:30
Chris Rebert
81b234e74a
Merge pull request #12334 from Quy/master
...
Reorder lead/nav of About docs page
2014-01-21 22:18:44 -08:00
Quy Ton
c08aef1655
Reorder lead info of About docs page
2014-01-21 22:12:44 -08:00
Quy Ton
e5c7c2acc1
Reorder nav of About docs page
2014-01-21 22:02:54 -08:00
Mark Otto
06dcf91364
Merge pull request #12326 from twbs/navbar-var
...
add @navbar-collapse-max-height Less variable
2014-01-21 20:50:26 -08:00
Mark Otto
109ba82eed
Merge pull request #12327 from twbs/about-ordering
...
reorder sections of About docs page
2014-01-21 20:15:21 -08:00
Chris Rebert
1942f36455
remove default left-right print margins per upstream h5bp change
...
Refs:
https://github.com/h5bp/html5-boilerplate/commit/57be193031b95b003b96efe9eba7a4db7f58f4e1
https://github.com/h5bp/html5-boilerplate/issues/1477
2014-01-21 16:29:49 -08:00
Chris Rebert
9e862cdf70
enable Linux Chrome & Linux Firefox in Sauce tests
2014-01-21 16:28:38 -08:00
Chris Rebert
068d7a11f9
reorder sections of About docs page
...
most folks are probably more interested in History and Team than Branding
2014-01-21 10:28:54 -08:00
Chris Rebert
67271a18ac
add @navbar-collapse-max-height Less variable
2014-01-21 10:23:57 -08:00
Julian Thilo
7938134fd1
Merge pull request #12321 from coliff/patch-3
...
Update index.html
2014-01-21 03:15:49 -08:00
Christian
ae579e950b
Update index.html
...
This is very minor, but to help encourage best practises it'd be best to have the input type 'email' for this email input example instead of 'text'
2014-01-21 18:36:48 +09:00
Chris Rebert
c658e4e926
fix typo in README
2014-01-21 00:55:56 -08:00
Mark Otto
cd78b43185
Merge pull request #12308 from twbs/fix-12298
...
Fix #12298
2014-01-20 20:15:37 -08:00
Mark Otto
e4f33a91d9
Merge branch 'master' of github.com:twbs/bootstrap
2014-01-20 22:12:02 -06:00
Mark Otto
317aa8092d
spacing
2014-01-20 22:11:51 -06:00
Chris Rebert
bc9335650c
fix #12007 by clarifying target of dropdown events
2014-01-20 18:39:13 -08:00
Chris Rebert
ebc4f998dc
Merge pull request #12318 from twbs/fscking-customizer
...
Template the customizer's nav sidebar too
2014-01-20 18:09:59 -08:00
Chris Rebert
3de48d29f5
fix #12280 by templating the customizer's nav sidebar too
...
The customizer is such a PITA.
2014-01-20 18:06:16 -08:00
Chris Rebert
5d35c4909c
Merge pull request #12282 from XhmikosR/grunt-contrib-uglify
...
Update grunt-contrib-uglify dependency.
2014-01-20 17:28:42 -08:00
Chris Rebert
8a1f4426a2
Merge pull request #12317 from twbs/grunt-task-license
...
clarify Grunt task licensing
2014-01-20 16:58:11 -08:00
Chris Rebert
6b8d4e9c76
clarify Grunt task licensing
2014-01-20 16:56:24 -08:00
Chris Rebert
5cc3c62e30
slap a lang attr on <html> in the Getting Started basic template
...
for consistency with docs/examples/starter-template/index.html
2014-01-20 16:53:31 -08:00
Chris Rebert
50000b5930
nitpick phrasing
2014-01-20 15:05:25 -08:00
Chris Rebert
f4a916d351
upgrade #callout-navbar-overflow from info to warning
2014-01-20 15:02:48 -08:00
Julian Thilo
4ec861316f
fix markup typo, duh
2014-01-21 00:00:52 +01:00
Julian Thilo
4552bcf66f
fix #12311
2014-01-20 23:51:13 +01:00
Julian Thilo
4a36ecaac6
fix #12314
2014-01-20 23:36:52 +01:00
Chris Rebert
14baf4ef27
Merge pull request #12303 from twbs/doc-s3
...
document S3 cache more fully
2014-01-20 13:56:58 -08:00
Chris Rebert
ece15cb010
Merge pull request #12307 from twbs/bye-site-baseurl
...
docs: use relative URLs instead of site.baseurl
2014-01-20 13:55:07 -08:00
nkav
4380ca4348
Corrected tag for Alert JS animation example from <a> to <button>
...
Also removed href attribute and added type="button"
2014-01-20 13:46:41 -08:00
XhmikosR
9818ad532e
Update grunt-contrib-uglify dependency.
2014-01-20 09:37:02 +02:00
Chris Rebert
79487ba499
fix #12298
2014-01-19 23:07:32 -08:00
Chris Rebert
f59573db0d
docs: use relative URLs instead of site.baseurl
2014-01-19 22:50:09 -08:00
Chris Rebert
4120aadd68
Merge pull request #12306 from twbs/raw-files.min.js
...
rename raw-files.js to raw-files.min.js
2014-01-19 22:36:08 -08:00
Chris Rebert
336f5f1dce
rename raw-files.js to raw-files.min.js
...
it's not /technically/ minified, but close enough
it's autogenerated, not terribly human-readable, and not meant to be directly modified
2014-01-19 22:29:51 -08:00
Chris Rebert
06a7bdd0b0
grunt build-raw-files dist
2014-01-19 22:27:01 -08:00
Chris Rebert
adda5d55c6
Merge pull request #12304 from Quy/master
...
Replace page.base_url with relative url
2014-01-19 22:21:29 -08:00
Quy Ton
0d153fa643
Replace page.base_url with relative url
2014-01-19 21:03:17 -08:00
Chris Rebert
6f1236f81a
document S3 cache more fully; fixes #12289
2014-01-19 18:48:35 -08:00
Chris Rebert
0349fe0f0b
Merge pull request #12295 from ZDroid/types
...
Improve grunt config and vars
2014-01-19 15:43:52 -08:00
Chris Rebert
937e067a27
grunt build-customizer-vars-form
2014-01-19 15:28:30 -08:00
Chris Rebert
04cfca25af
s3_cache.py: fix name in USAGE message
2014-01-19 15:12:09 -08:00
Zlatan Vasović
956064ec56
Improve grunt config and vars
2014-01-19 22:41:01 +01:00
Julian Thilo
a77fba3c37
Merge pull request #12302 from Quy/master
...
More "LESS" to "Less" changes
2014-01-19 13:35:06 -08:00
Quy Ton
3e9ba3f671
More "LESS" to "Less" changes
2014-01-19 13:27:51 -08:00
Mark Otto
e71a85a525
remove confusing comment
2014-01-19 10:23:00 -08:00
Julian Thilo
2a75e559f6
Merge pull request #12297 from Quy/master
...
Additional changes to #12275 and #12292
2014-01-19 08:15:10 -08:00
Quy Ton
f2d37ccc23
Additional changes to #12275 and #12292
2014-01-19 07:41:14 -08:00
Julian Thilo
0dc26b2e07
Make head elements order uniform across templates and examples
2014-01-19 15:59:21 +01:00
Julian Thilo
4f1852d5c2
Merge pull request #12292 from ZDroid/meta
...
Improve <meta> tags
2014-01-19 06:54:34 -08:00
Zlatan Vasović
cf8f1ec0cd
Improve <meta> tags
2014-01-19 13:27:17 +01:00
Zlatan Vasović
885a870f43
Fix #12025 and minify styles
2014-01-19 12:52:31 +01:00
Mark Otto
9c97c5a729
expo callout copy
2014-01-19 09:17:00 +02:00
Mark Otto
7e145a13c8
Merge pull request #12288 from twbs/x-ua-compat
...
add X-UA-Compatible <meta> to basic template
2014-01-18 20:45:45 -08:00
Chris Rebert
60298dd623
add X-UA-Compatible <meta> to basic template
2014-01-18 18:39:46 -08:00
Chris Rebert
b67cba2b4d
make WP8 device-width hack code fully consistent between docs HTML & docs JS
2014-01-18 18:35:47 -08:00
Chris Rebert
20772462df
grammar: fix plural possessive
2014-01-18 17:17:53 -08:00
Chris Rebert
0be0090983
fix anomalous indentation
2014-01-18 17:13:16 -08:00
Julian Thilo
3a1aa33860
Dustin' the docs: Typos, Grammar, etc. in css.html
2014-01-19 01:47:12 +01:00
westurner
a73dacf4a0
Added WAI-ARIA roles to examples/theme/index.html (document, main)
...
https://en.wikipedia.org/wiki/WAI-ARIA
http://www.w3.org/TR/wai-aria/roles
2014-01-18 16:32:14 -08:00
Mark Otto
2179f9d68a
Merge pull request #12287 from Quy/master
...
Add table's .info variant to migration guide
2014-01-18 16:21:39 -08:00
Quy Ton
9e8afcc661
Add table's .info variant to migration guide
2014-01-18 16:08:39 -08:00
Mark Otto
e5d6ab9b31
link to docs license
2014-01-18 14:50:45 -08:00
Mark Otto
b790ea9011
Merge pull request #12219 from ZDroid/rn
...
Rename docs/LICENSE-DOCS to docs/LICENSE
2014-01-18 14:49:00 -08:00
Mark Otto
032869a439
Merge pull request #12248 from twbs/bg-variant
...
refactoring: add & use .bg-variant() mixin
2014-01-18 14:47:29 -08:00
Julian Thilo
10a158ff93
Fix typos, sentences in getting-started.html
2014-01-18 23:46:32 +01:00
Mark Otto
2115ac525b
Run grunt dist after adding 'a' requirement to the text emphasis classes
2014-01-18 14:40:48 -08:00
Mark Otto
3b6ab5075e
Merge branch 'master' into bg-variant
...
Conflicts:
less/mixins.less
2014-01-18 14:40:17 -08:00
Mark Otto
572e6a959a
Merge pull request #12286 from watilde/fixes-panel
...
Fixes #12263 : Remove border radius when it's not both ends in panel
2014-01-18 14:29:11 -08:00
Mark Otto
b32d92ef71
Merge pull request #12249 from twbs/modal-md
...
add & use @modal-md Less var for uniformity
2014-01-18 14:28:45 -08:00
Mark Otto
9c9a2f3e08
Merge pull request #12247 from twbs/text-emphasis-variant
...
refactoring: add & use .text-emphasis-variant() mixin
2014-01-18 14:28:33 -08:00
Mark Otto
cfe38a4241
Merge branch 'master' into modal-md
2014-01-18 14:12:04 -08:00
Mark Otto
cd1bea0616
Merge branch 'master' into bg-variant
2014-01-18 14:11:55 -08:00
Mark Otto
689e75e4b1
Merge branch 'master' into text-emphasis-variant
2014-01-18 14:11:36 -08:00
Mark Otto
b1721f42cc
Merge branch 'master' of github.com:twbs/bootstrap
2014-01-18 14:09:17 -08:00
Mark Otto
c322612218
move migration docs to new separate page, leave callout on getting started page; fixes #12244
2014-01-18 14:09:09 -08:00
Julian Thilo
67594cb544
Fix holder.js links in examples
...
Replaces links to holder.js with links to the new docs.min.js.
The uncompressed holder.js file is now in docs/assets/js/vendor,
which is excluded from Jekyll builds. In turn, Holder is now
included in docs.min.js, which is smaller than holder.js,
so this should make everybody happy. :)
2014-01-18 22:58:05 +01:00
Daijiro Wachi
6856c9f7f6
remove border radius when it's not both ends in panel
2014-01-19 06:43:57 +09:00
Mark Otto
a521e982d5
Merge pull request #12281 from XhmikosR/vendor
...
Move docs third-party libraries to a separate folder.
2014-01-18 11:42:34 -08:00
Mark Otto
7b42103df6
kill bottom margin on last docs section
2014-01-18 11:33:50 -08:00
Julian Thilo
a56cf753ce
Make spelling of Less uniform throughout the docs
2014-01-18 18:40:47 +01:00
Julian Thilo
092b1a47ef
Fix typo in index.html
2014-01-18 18:15:37 +01:00
XhmikosR
4bca3c79b3
Move docs third-party libraries to a separate folder.
2014-01-18 08:15:21 +02:00
Mark Otto
dcdf716eef
copy
2014-01-17 19:04:14 -08:00
Chris Rebert
172de467eb
present browser compatibility info in a table
2014-01-17 17:12:52 -08:00
Chris Rebert
d8c87ddc28
fix #12277
...
Thanks to @Quy for pointing these out.
2014-01-17 14:28:01 -08:00
Tobias Lindig
084f0fb113
add namespace .bs also to the event dismiss.modal
2014-01-17 12:16:53 -08:00
Chris Rebert
d6e8006ea6
Merge pull request #12276 from twbs/grunt-contrib-qunit
...
bump grunt-contrib-qunit to v0.4.0
2014-01-17 12:06:12 -08:00
Chris Rebert
58c4a8c0f1
bump grunt-contrib-qunit to v0.4.0
2014-01-17 11:56:53 -08:00
Chris Rebert
ffdc18cbbf
fix #12274
2014-01-17 11:52:35 -08:00
Chris Rebert
c5bed1a850
Merge pull request #12275 from ZDroid/ncss
...
Replace Normalize with Normalize.css
2014-01-17 11:43:18 -08:00
Zlatan Vasović
93ab926dc7
Replace Normalize with Normalize.css
2014-01-17 20:22:32 +01:00
Julian Thilo
af5cebf76b
Merge pull request #12271 from tlindig/modal_remove_needless_space
...
remove needless space character
2014-01-17 06:29:12 -08:00
Tobias Lindig
7fab3c30f2
remove needless space character
2014-01-17 13:34:03 +01:00
Chris Rebert
6af0013ac5
Revert "Add tooltip viewport option, respect bounds of the viewport"
...
This reverts commit edb221a20c .
Reverting due to broken JS unit tests.
Conflicts:
docs/javascript.html
2014-01-16 20:32:59 -08:00
Chris Rebert
faa783e989
Merge pull request #12267 from twbs/ie-10
...
enable IE10 for Sauce tests
2014-01-16 20:07:43 -08:00
Mark Otto
03f4534307
Merge branch 'bo-tooltip-viewport' of https://github.com/benogle/bootstrap into benogle-bo-tooltip-viewport
...
Conflicts:
docs/javascript.html
2014-01-16 20:01:28 -08:00
Mark Otto
8eef0a47ee
Merge branch 'master' of github.com:twbs/bootstrap
2014-01-16 20:00:36 -08:00
Mark Otto
380019ccb2
Split box-sizing reset for faster rendering
2014-01-16 20:00:28 -08:00
Chris Rebert
ee396aeb8e
enable IE10 for Sauce tests
2014-01-16 19:53:02 -08:00
Chris Rebert
bd8ef99028
temporarily disable OS X Chrome Sauce test since it's being flaky
...
e.g.:
Tested http://127.0.0.1:3000/js/tests/index.html
Environment: OS X 10.9::chrome
>> Timeout, waited for more than 300000 milliseconds
2014-01-16 19:52:24 -08:00
Chris Rebert
600f62dc78
Merge pull request #12265 from twbs/ie-11
...
enable IE11 in Sauce tests
2014-01-16 17:00:46 -08:00
Chris Rebert
ecf8148c3f
Merge pull request #12264 from twbs/mavericks-safari-7
...
upgrade to Safari 7 in Sauce tests
2014-01-16 16:10:50 -08:00
Chris Rebert
4a50ac0bdd
enable IE11 in Sauce tests
2014-01-16 15:35:08 -08:00
Chris Rebert
60fb8b76f9
Merge pull request #12262 from twbs/osx-firefox
...
re-enable OS X Firefox in Sauce tests
2014-01-16 15:25:50 -08:00
Mark Otto
d07e8fece4
grunt
2014-01-16 15:03:34 -08:00
Chris Rebert
ded7008e40
upgrade to Safari 7 in Sauce tests
2014-01-16 14:51:41 -08:00
Chris Rebert
1ca0f8dbc0
re-enable OS X Firefox in Sauce tests
2014-01-16 14:47:11 -08:00
fat
4bd6a52562
add missing paren
2014-01-16 14:28:21 -08:00
fat
82ff4e2e40
tooltip subpixel test fixes
2014-01-16 14:25:28 -08:00
fat
3b2418e688
remove flaky pos bottom test which is effect by unit scroll pos
2014-01-16 13:44:08 -08:00
fat
2f76821a4d
new qunit
2014-01-16 13:33:09 -08:00
Chris Rebert
bc074d5488
Merge pull request #12260 from patricker/patch-1
...
Update javascript.html to fix Tabs example
2014-01-16 10:55:22 -08:00
patricker
47f786e6ea
Update javascript.html
...
Fixed issue in Tabs example where the div had been marked as 'active' but the li had not been. The correct tab of data would be displayed on load, but no tabs would be highlighted. The tabs with fade example does not have this issue. jsFiddle: http://jsfiddle.net/uXV56/
2014-01-16 11:41:34 -07:00
Chris Rebert
190ae7bb31
Merge pull request #12258 from ibash/master
...
Fixing js error in IE9 where no transition is supported
2014-01-16 10:18:52 -08:00
Islam Sharabash
ad64b0acc8
Fixing js error in IE9 where no transition is supported
2014-01-16 10:11:59 -08:00
Chris Rebert
81610c6048
Merge pull request #12252 from browserstack/browserstack-runner
...
Browserstack runner tunnel timeout
2014-01-15 23:14:13 -08:00
Rahul Nawani
2bdf99fcc1
add debug for browserstack-runner
2014-01-16 11:56:08 +05:30
Rahul Nawani
a8e14bf1f8
update browserstack-runner package
2014-01-16 11:55:44 +05:30
Mark Otto
96a9e1bae0
Merge pull request #12245 from twbs/footer-links
...
add Issues & Releases links back to footer
2014-01-15 20:14:37 -08:00
Chris Rebert
b2e88d1359
add & use @modal-md Less var for uniformity
2014-01-15 18:53:22 -08:00
Chris Rebert
b121207e10
refactoring: add & use .bg-variant() mixin
2014-01-15 18:21:56 -08:00
Chris Rebert
b886fd2f01
refactoring: add & use .text-emphasis-variant() mixin
2014-01-15 18:07:22 -08:00
Chris Rebert
47ff60426d
add Issues & Releases links back to footer
2014-01-15 17:29:54 -08:00
Chris Rebert
0ef8d1bad4
reassert #12231 & #12232 (merge went badly?)
2014-01-15 17:24:57 -08:00
Mark Otto
78e81a1de9
Merge branch 'master' of github.com:twbs/bootstrap
...
Conflicts:
docs/assets/css/pack.min.css
2014-01-15 16:25:29 -08:00
Mark Otto
7e7264e224
fix ad placement
2014-01-15 16:25:04 -08:00
Julian Thilo
95f24dca9a
Fix customizer's toggle buttons' margin
2014-01-16 01:19:00 +01:00
Julian Thilo
5ac8dca8ad
Adapt about.html lead to latest changes
2014-01-16 01:08:00 +01:00
Julian Thilo
fa052c9659
Fix footer links
2014-01-16 00:58:13 +01:00
Chris Rebert
47bbc30b2c
increase Sauce concurrency
...
Per https://github.com/twbs/bootstrap/issues/11087#issuecomment-32309827
Thanks @admc & @saucelabs !
2014-01-15 15:55:47 -08:00
Mark Otto
fcb78bcef7
Merge pull request #12243 from twbs/cleanup-about
...
move Community & Translations docs sections from About to Getting Started
2014-01-15 15:54:35 -08:00
Chris Rebert
53bcb829bb
move Community & Translations docs sections from About to Getting Started
2014-01-15 15:34:10 -08:00
Mark Otto
9bd5979013
Merge pull request #12242 from twbs/sass-contributing
...
add link to Sass CONTRIBUTING file in the About page
2014-01-15 15:27:07 -08:00
Julian Thilo
4c9433d13d
Adhere to MailChimp's brand guidelines ;)
2014-01-16 00:22:05 +01:00
Julian Thilo
bb964b131c
Remove popovers from components.html lead
...
because they're only really featured on javascript.html
Replacement: input groups
2014-01-16 00:17:04 +01:00
Chris Rebert
a624981ef3
add link to Sass CONTRIBUTING file in the About page
2014-01-15 15:04:38 -08:00
Chris Rebert
9039a5e90b
remove inaccurate comment
2014-01-15 15:04:08 -08:00
Mark Otto
0335b8df52
Merge branch 'master' of github.com:twbs/bootstrap
2014-01-15 15:01:50 -08:00
Mark Otto
6986bdb2a7
Fix page headers
2014-01-15 15:01:41 -08:00
Chris Rebert
91c6419d09
Getting Started: fix ID of heading so matches TOC
2014-01-15 14:26:29 -08:00
Chris Rebert
8dc1d00dd4
add a couple commas
2014-01-15 13:44:23 -08:00
Chris Rebert
208df78971
Merge pull request #12241 from twbs/jekyll-encoding
...
Set Jekyll encoding and tweak Windows notes
2014-01-15 13:43:12 -08:00
Mark Otto
14975e4ee9
indentation and page header changes
2014-01-15 13:24:34 -08:00
Julian Thilo
00239f6034
Set Jekyll encoding and tweak Windows notes
2014-01-15 22:18:35 +01:00
Mark Otto
a633fc042d
Merge branch 'master' into docs_derp
...
Conflicts:
docs/components.html
docs/css.html
2014-01-15 13:08:35 -08:00
Mark Otto
1facbf6e7a
Merge pull request #12232 from twbs/mixing-docs
...
clarify docs regarding non-mixable components
2014-01-14 21:47:24 -08:00
Mark Otto
96031c101d
Merge pull request #12231 from twbs/callouts
...
callout severity tweaks
2014-01-14 21:46:46 -08:00
Mark Otto
b93ce03f19
Merge branch 'master' of github.com:twbs/bootstrap
...
Conflicts:
docs/assets/js/customize.min.js
2014-01-14 21:45:10 -08:00
Mark Otto
413c8a6da5
Fixes #12210 : badges in xs buttons
2014-01-14 21:44:38 -08:00
Chris Rebert
9ebd8d39a9
clarify docs regarding non-mixable components
2014-01-14 21:26:19 -08:00
Chris Rebert
488443c9ad
downgrade .img-responsive cross-reference callout from warning to info
2014-01-14 21:03:49 -08:00
Chris Rebert
76e226b136
upgrade form-group + input-group callout from info to warning
2014-01-14 21:02:56 -08:00
Chris Rebert
811639c452
downgrade <label>-related callouts from danger to warning
2014-01-14 21:02:06 -08:00
Chris Rebert
2ba15c3750
upgrade tooltip/popover-in-groups callout from info to warning
2014-01-14 21:01:09 -08:00
Chris Rebert
5ead87d519
revert unnecessary customizations of Blob.js & FileSaver.js
...
Per https://github.com/eligrey/Blob.js/pull/20
& https://github.com/eligrey/FileSaver.js/pull/63
The library author has deemed the existing /*! @source URL */ comments to be
sufficient attribution, and these already survive minification.
Refs ea591748ed
2014-01-14 20:46:25 -08:00
Chris Rebert
e2a18430f9
Merge pull request #12213 from twbs/browserstack
...
tests: run BrowserStack in parallel with Sauce Labs
2014-01-14 20:44:47 -08:00
Chris Rebert
c1a81f7bde
Merge pull request #12229 from twbs/richer-results
...
more detailed QUnit test results in Sauce
2014-01-14 20:21:54 -08:00
Chris Rebert
b260d93c58
more detailed QUnit test results in Sauce
2014-01-14 20:21:15 -08:00
Ben Ogle
edb221a20c
Add tooltip viewport option, respect bounds of the viewport
2014-01-14 17:42:29 -08:00
Mark Otto
cae63200d8
Merge branch 'master' into docs_derp
...
Conflicts:
docs/_includes/old-bs-docs.html
2014-01-14 15:53:06 -08:00
Mark Otto
edd0b97be5
Don't copy-pasta all the Sass docs because fuck keeping that up to date. Instead, point to https://github.com/twbs/bootstrap-sass/blob/master/README.md .
2014-01-14 15:52:40 -08:00
Chris Rebert
8fb75ee9e7
add missing semicolon
2014-01-14 14:25:25 -08:00
Chris Rebert
3a97697456
tests: run BrowserStack in parallel with Sauce Labs
...
Per https://github.com/twbs/bootstrap/issues/11087#issuecomment-31922999
and internal twbs team discussion.
Effectively reverts the deletions from #11701 .
2014-01-14 14:13:52 -08:00
Chris Rebert
2a6b6f8537
Merge pull request #12224 from twbs/raw-files-banner
...
add copyright notice to raw-files.js
2014-01-14 13:28:50 -08:00
Chris Rebert
46b0874ef5
add copyright notice to raw-files.js
2014-01-14 13:27:50 -08:00
Julian Thilo
027af6deb4
Merge pull request #12220 from ZDroid/link
...
Link the blog post instead of main blog page
2014-01-14 06:03:35 -08:00
Zlatan Vasović
c11f78d7eb
Link the blog post instead of main blog page
2014-01-14 14:40:27 +01:00
Chris Rebert
d1fd917b7a
Merge pull request #12218 from ZDroid/docs.js
...
Rename uglify.js to uglify.min.js for consistency
2014-01-14 04:49:58 -08:00
Zlatan Vasović
4f58356e91
Rename docs/LICENSE-DOCS to docs/LICENSE
...
It sounded weird.
2014-01-14 13:47:18 +01:00
Zlatan Vasović
c335104957
Rename uglify.js to uglify.min.js for consistency
2014-01-14 13:41:21 +01:00
Mark Otto
c4b41ceae3
header masthead changes
2014-01-13 22:59:09 -08:00
Mark Otto
b776749507
make page headers like masthead
2014-01-13 22:54:22 -08:00
Mark Otto
eca81939cc
Merge branch 'master' into docs_derp
...
Conflicts:
docs/assets/css/pack.min.css
docs/assets/js/customize.min.js
docs/assets/js/docs.min.js
2014-01-13 22:43:18 -08:00
Mark Otto
8c0cb806c6
Merge pull request #12215 from twbs/attribution-comments
...
sort out attribution banners of docs assets
2014-01-13 22:38:47 -08:00
Chris Rebert
ea591748ed
sort out attribution banners of docs assets; fixes #11976
2014-01-13 21:58:27 -08:00
Chris Rebert
aff64cffce
avoid redundant banner in minified docs CSS
2014-01-13 21:31:40 -08:00
Chris Rebert
2d038186e3
add a title/description to customizer.js's attribution comment
2014-01-13 21:08:04 -08:00
Mark Otto
f4dd6221d4
Merge branch 'responsive-embed' of https://github.com/boulox/bootstrap into boulox-responsive-embed
...
Conflicts:
dist/css/bootstrap.css.map
dist/css/bootstrap.min.css
2014-01-13 20:01:54 -08:00
Chris Rebert
df70e8d845
Merge pull request #12214 from twbs/slightly-newer-qunit
...
upgrade to QUnit v1.0.0
2014-01-13 19:28:23 -08:00
Chris Rebert
dde38280f7
upgrade to QUnit v1.0.0
2014-01-13 19:21:07 -08:00
Chris Rebert
bfe74f7b2f
Revert accidental overzealousness from 16eccc43d9
...
Let's not confuse the archaeologists & historians.
2014-01-13 19:09:51 -08:00
Chris Rebert
b9216a292c
update to Holder.js 5b79144fa
2014-01-13 17:50:17 -08:00
Chris Rebert
685fe722c2
preserve third-party attribution comments when minifying docs JS
2014-01-13 17:00:26 -08:00
Chris Rebert
d62d7b0733
document subheading syntax
2014-01-13 02:37:55 -08:00
Mark Otto
b17dca240e
Merge branch 'master' into docs_derp
...
Conflicts:
docs/assets/js/docs.min.js
2014-01-12 16:10:57 -08:00
Chris Rebert
80bed836e0
grunt dist build-customizer
2014-01-12 14:53:21 -08:00
XhmikosR
f972331a10
update to FileSaver.js version 2013-12-27 / 0055d054ac
...
Refs #12196
2014-01-12 14:47:54 -08:00
Chris Rebert
4b5e73b842
add Blob.js separate from filesaver.js
...
Blob.js version 2013-12-27 / 0055d054acbca43eff44fc25c891055440685d9c
Refs #12196
2014-01-12 14:41:30 -08:00
XhmikosR
ef22ab5aed
update less.js to v1.6.1 & use accurate filename; refs #12196
2014-01-12 14:32:58 -08:00
XhmikosR
77ff3871fd
update holder.js to v2.3; refs #12196
2014-01-12 14:23:41 -08:00
Chris Rebert
4787a69efb
fix #12154
2014-01-12 13:51:03 -08:00
Mark Otto
4b1ff7fa49
Formatting and docs changes
2014-01-12 00:04:24 -08:00
Mark Otto
36aa3afb4f
Improve spacing and alignment of sections and their headings
2014-01-11 23:15:37 -08:00
Mark Otto
613a95d838
brand guidelines cleanup
2014-01-11 19:42:10 -08:00
Mark Otto
79c18da452
homepage improvements
2014-01-11 19:35:40 -08:00
Mark Otto
bacfd65cb2
Merge branch 'master' into docs_derp
...
Conflicts:
docs/getting-started.html
2014-01-11 19:13:10 -08:00
Chris Rebert
80c9c14ab9
rm lingering reference to Recess in the docs
...
Refs c0200426ee
2014-01-11 17:15:08 -08:00
Mark Otto
e2908975ad
Merge branch 'master' of github.com:twbs/bootstrap
2014-01-11 14:49:03 -08:00
Mark Otto
1127cd6287
grunt dist
2014-01-11 14:48:47 -08:00
Mark Otto
e68d3b961e
Merge branch 'minify-assets' of https://github.com/XhmikosR/bootstrap into XhmikosR-minify-assets
...
Conflicts:
package.json
2014-01-11 14:48:04 -08:00
Mark Otto
8e41961f9e
Merge pull request #12193 from ZDroid/migration
...
Update docs per `.container-fluid` addition
2014-01-11 13:08:24 -08:00
Zlatan Vasović
62fe50df73
Update docs per .container-fluid addition
...
- Remove `.container-fluid` from "removed classes".
- Container isn't fluid by default (`.container`) and `.row` isn't percentage-based, so update docs.
2014-01-11 22:04:33 +01:00
Mark Otto
7a2c352b50
Don't test Linux browsers since we don't support them officially and they're failing our tests
2014-01-10 19:04:11 -08:00
Mark Otto
8a04ed44a1
Merge branch 'master' of github.com:twbs/bootstrap
2014-01-10 18:57:01 -08:00
Mark Otto
3a8e99e91e
Fixes #12171 : Ensure panel groups have a bottom margin since we nuke it on child panels
2014-01-10 18:56:44 -08:00
Chris Rebert
b192d29981
refer to correct component
2014-01-10 18:56:39 -08:00
Mark Otto
17f2ef46aa
docs mention for #12188
2014-01-10 18:47:51 -08:00
Chris Rebert
e8cabf332a
use height adjectives for greater clarity
2014-01-10 15:33:04 -08:00
Chris Rebert
46f5bbcf33
document #11675
2014-01-10 14:41:23 -08:00
Chris Rebert
c6a5e6accb
rm outdated <select> references from comments in forms.less
2014-01-10 14:34:25 -08:00
Mark Otto
831bbb8b45
Clarify that the focus docs styles are not in the repo, per https://github.com/twbs/bootstrap-sass/issues/497
2014-01-09 21:21:51 -08:00
Mark Otto
ea20f44815
Merge branch 'master' into docs_derp
...
Conflicts:
docs/assets/css/docs.css
2014-01-09 20:33:55 -08:00
Mark Otto
7f153974e1
Fixes #11990 and #12159 : Make range inputs block level and 100% wide by default
2014-01-09 18:07:14 -08:00
Mark Otto
99b66c1f2c
grunt dist
2014-01-09 18:06:46 -08:00
Mark Otto
04161a8c75
more derp
2014-01-09 18:05:04 -08:00
Mark Otto
1c66664bed
Merge pull request #12175 from waynn/patch-3
...
use periods for consistency in each line
2014-01-09 14:28:27 -08:00
Chris Rebert
82eccef7e3
mixins.less: fix typo in comment
2014-01-09 13:45:10 -08:00
Waynn Lue
cba9d81340
use periods for consistency in each line
2014-01-09 12:22:31 -08:00
Chris Rebert
6645e5daad
Merge pull request #12174 from ZDroid/absolute-urls
...
Use absolute instead of relative URLs
2014-01-09 11:54:56 -08:00
Zlatan Vasović
8c85e1b5a3
Use absolute instead of relative URLs
2014-01-09 20:33:13 +01:00
Chris Rebert
fc62379e61
grunt dist
2014-01-09 11:11:13 -08:00
Chris Rebert
1276503754
Merge pull request #12164 from thomaswelton/issue-12162
...
Fix value of svg font ID & removed hard coding
2014-01-09 11:07:42 -08:00
Chris Rebert
1fc68c3560
Merge pull request #12163 from ZDroid/wrong-paths
...
Update paths in bower.json
2014-01-09 09:59:30 -08:00
Chris Rebert
4896141121
Merge pull request #12160 from waynn/patch-2
...
missing a period after "Twitter, Inc"
2014-01-09 09:56:07 -08:00
Zlatan Vasović
431c544fbc
Update paths in bower.json
...
- Replace `*.html`, `docs/assets` and `examples` with `docs` (new directory)
- Instead of `_*`, it's just `_config.yml`, without regex (speeds up bower download a few milliseconds)
2014-01-09 11:20:23 +01:00
thomaswelton
04ba67d6f1
Add new varaible @icon-font-svg-id and set it to be the correct SVG font ID, used new variable in glyphicons.less
2014-01-09 10:16:27 +00:00
Waynn Lue
f116106bf6
missing a period after "Twitter, Inc"
2014-01-09 00:11:01 -08:00
Chris Rebert
7ba6daabfe
bump grunt-contrib-jade to v0.9.1
2014-01-08 21:15:37 -08:00
Chris Rebert
29547a2102
JSHint is on crack?
...
Linting docs/grunt/bs-raw-files-generator.js ...ERROR
[L3:C5] W079: Redefinition of 'btoa'.
var btoa = require('btoa')
2014-01-08 18:45:40 -08:00
Chris Rebert
8a10bd5231
grunt build-customizer
2014-01-08 18:39:45 -08:00
Chris Rebert
72ff8ff9fb
grunt dist
2014-01-08 18:39:08 -08:00
Chris Rebert
9443044606
Merge pull request #11158 from twbs/templated-customizer
...
Autogenerate the customizer's variables form
2014-01-08 18:36:32 -08:00
Chris Rebert
db829f8620
add support for '//===' for <h3>s in bs-lessdoc
2014-01-08 12:41:51 -08:00
Chris Rebert
39861714a8
Use JS & Jade to generate the customizer variables form HTML from variables.less; fixes #11095
...
also updates variables file organization (courtesy @mdo)
2014-01-08 12:41:51 -08:00
Chris Rebert
c9ba678b9f
JSCS can be dumb sometimes
2014-01-08 12:37:10 -08:00
Chris Rebert
1736bcb05c
Merge pull request #12150 from twbs/extract-from-gruntfile
...
cleanup Gruntfile by extracting executable code
2014-01-08 11:01:03 -08:00
Julian Thilo
24c16d9904
Merge pull request #12155 from Dudytz/master
...
updated path docs-assets to docs/assets
2014-01-08 08:20:18 -08:00
Eduardo
9f0afd57f0
updated path docs-assets to docs/assets
2014-01-08 16:43:56 +01:00
XhmikosR
d06d61dc12
Use single quotes in the jqueryCheck too.
2014-01-08 13:41:17 +02:00
XhmikosR
d7bf9372ec
Remove extra newline from banner.
2014-01-08 13:41:17 +02:00
XhmikosR
016d573a80
Use the docs banner for all the docs generated files.
2014-01-08 13:41:17 +02:00
XhmikosR
9b71314fd8
Turn advanced optimizations off until it's fixed in clean-css.
2014-01-08 13:41:17 +02:00
XhmikosR
f00bbdd994
Minify docs CSS too.
2014-01-08 13:41:17 +02:00
XhmikosR
ebf7807985
docs-assets: concatenate and minify all javascript files.
2014-01-08 13:41:16 +02:00
Mark Otto
692eb554aa
Merge pull request #12151 from wangsai/no-preboot
...
no preboot
2014-01-08 00:52:51 -08:00
wangsai
7e16425acb
no preboot
2014-01-08 16:22:50 +08:00
Chris Rebert
d7a128c636
extract glyphicons.yml generator out of Gruntfile into separate module
2014-01-07 22:34:09 -08:00
Chris Rebert
d1c29af591
extract raw-files.js generator out of Gruntfile into separate module
2014-01-07 22:16:52 -08:00
Chris Rebert
b67fc6906a
Merge pull request #12149 from twbs/bump-grunt-contrib-less
...
bump grunt-contrib-less to v0.9.0
2014-01-07 20:05:09 -08:00
Chris Rebert
9ae5d321b5
bump grunt-contrib-less to v0.9.0
2014-01-07 19:50:58 -08:00
Chris Rebert
a712abd06e
enable CSSLint in test suite; fixes #12094
2014-01-07 19:34:49 -08:00
Chris Rebert
c891be5e5f
adjust filename to indicate that customize JS is minified
2014-01-07 19:10:31 -08:00
Chris Rebert
ef7bf0abf8
grunt dist build-customizer
2014-01-07 19:05:29 -08:00
Chris Rebert
c635d8f547
have customizer output Bootstrap Theme too; fixes #12003
2014-01-07 18:57:15 -08:00
Chris Rebert
07309edce5
make customizer compilation code more generic
2014-01-07 18:55:13 -08:00
Chris Rebert
bf5017c01c
fix #12143
2014-01-07 17:08:40 -08:00
Chris Rebert
9eab6ffd1c
Merge pull request #12147 from ZDroid/double
...
Drop redundant 'the'
2014-01-07 14:02:45 -08:00
Zlatan Vasović
ec594887fe
Drop redundant 'the'
2014-01-07 22:40:23 +01:00
Julian Thilo
8fd177bfa7
Fix #12073 : Consistent order of variations
...
This changes the order of component variations throughout the repo (code and docs) to be more consistent.
The order now used everywhere is the one most frequently found in the repo before:
Default, Primary, Success, Info, Warning, Danger
2014-01-07 22:24:45 +01:00
Chris Rebert
5f328dce88
Merge pull request #12057 from ZDroid/nl
...
'use strict' on new line
2014-01-07 00:31:27 -08:00
Chris Rebert
5e39e6c9d0
Merge pull request #12135 from leoj3n/patch-2
...
Improve wording in CONTRIBUTING.md
2014-01-07 00:27:54 -08:00
Joel Kuzmarski
3661c4b8ff
Improve wording in CONTRIBUTING.md
...
Parts of the "Pull requests" section are strangely worded.
This commit fixes that.
2014-01-07 02:11:07 -06:00
Chris Rebert
0a09dd46cb
Merge pull request #12133 from leoj3n/patch-1
...
Fix bad anchor link in CONTRIBUTING.md
2014-01-06 23:55:17 -08:00
Joel Kuzmarski
483974695c
Fix bad anchor link in CONTRIBUTING.md
...
Hey look, I'm contributing to CONTRIBUTING.md!
This anchor must have been overlooked while updating the docs in a previous commit. Expected behavior: scroll the document to a linked section. Experienced behavior: nada.
This proposed file change renames the anchor text from `coding conventions` to `coding guidelines` and changes the anchor link from `#code-conventions` to `#code-guidelines`.
2014-01-07 01:45:33 -06:00
Julian Thilo
158a2394a2
Merge branch 'master' of https://github.com/twbs/bootstrap
2014-01-07 01:30:16 +01:00
Julian Thilo
8d903fbd02
duh, missed one more file
...
X-Ref: https://github.com/twbs/bootstrap/commit/7fcfe61f4da41356b2ae974ad20536db0d74e83f
2014-01-07 01:27:49 +01:00
Julian Thilo
c42b6a3f8b
missed a file
...
X-Ref: https://github.com/twbs/bootstrap/commit/7fcfe61f4da41356b2ae974ad20536db0d74e83f
2014-01-07 01:22:13 +01:00
Julian Thilo
7fcfe61f4d
Update copyright notices in all places
...
- Implements new format "Copyright 2011-xxxx Twitter, Inc.", which resonates well with our History page and more accurately reflects the copyright status of the repo
- grunt dist to update all the files
2014-01-07 01:05:24 +01:00
Mark Otto
f389111e68
justify text
2014-01-06 09:26:08 -08:00
Mark Otto
99338caed0
Merge pull request #12125 from juniorconte/input-block-level
...
notes from .input-block-level
2014-01-06 09:14:44 -08:00
juniorconte
7722ab5566
notes from .input-block-level
2014-01-06 11:41:15 -02:00
Chris Rebert
aed56fc0a6
New Year
2014-01-05 23:45:15 -08:00
Chris Rebert
bbe5041cbf
Merge pull request #12116 from twbs/pacify-csslint
...
make CSSLint happier
2014-01-05 23:44:17 -08:00
Mark Otto
a5e29a8f34
link
2014-01-05 23:43:13 -08:00
Mark Otto
745bec59cf
Move homepage examples to data file
2014-01-05 23:37:14 -08:00
Mark Otto
9421f0af82
Merge branch 'master' into docs_derp
...
Conflicts:
docs/_layouts/default.html
docs/_layouts/home.html
2014-01-05 23:23:55 -08:00
Mark Otto
5b7f508c60
Merge pull request #12107 from twbs/same-footer-links
...
harmonize footer links on homepage & docs pages
2014-01-05 23:21:11 -08:00
Mark Otto
3e54be9ae6
Merge branch 'master' into docs_derp
...
Conflicts:
docs/components.html
2014-01-05 23:19:34 -08:00
Chris Rebert
422bdc50f9
Merge pull request #12118 from wangsai/fix-out-container
...
fix the paragraph outside of '.bs-docs-section'
2014-01-05 22:54:01 -08:00
wangsai
ed8ef84597
fix the paragraph outside of '.bs-docs-section'
2014-01-06 14:39:09 +08:00
Chris Rebert
9fa2c95d78
make CSSLint happier; refs #12094
2014-01-05 21:29:26 -08:00
Mark Otto
0593a20638
grammarghhhhhhhhhhhh
2014-01-05 20:54:31 -08:00
Mark Otto
12dacee313
copy
2014-01-05 20:53:40 -08:00
Chris Rebert
938bc12c58
add /docs/assets JS to JSCS Grunt task config
2014-01-05 20:52:37 -08:00
Mark Otto
34566f4934
Merge pull request #12115 from Quy/master
...
Delete reference to a non-existent class
2014-01-05 20:16:17 -08:00
Quy Ton
c613143638
Delete reference to a non-existent class
2014-01-05 20:08:37 -08:00
Chris Rebert
7653b845f8
Merge pull request #12082 from kevinsawicki/use-dollar-instead-of-jquery
...
Use $ instead of jQuery
2014-01-05 18:06:55 -08:00
Mark Otto
78e6036c68
Merge branch 'master' into docs_derp
2014-01-05 17:50:07 -08:00
Mark Otto
ed5c7baaf1
Merge branch 'master' into docs_derp
2014-01-05 17:49:40 -08:00
Mark Otto
990303ab54
Merge pull request #12110 from twbs/one-control-per-input-group
...
document single .form-control per .input-group limitation
2014-01-05 15:57:33 -08:00
Chris Rebert
6684005f63
document single .form-control per .input-group limitation; fixes #12109
2014-01-05 14:44:48 -08:00
Chris Rebert
5fc434c5f1
harmonize footer links on homepage & docs pages
2014-01-05 13:45:56 -08:00
Mark Otto
1d0bf580c9
Use mix of medium and small grid clases on dashboard example
2014-01-05 13:26:15 -08:00
Mark Otto
9af8692307
Merge pull request #12105 from twbs/navbar-containers
...
add .container(-fluid) to remaining navbar examples
2014-01-05 13:19:49 -08:00
Chris Rebert
ae255447f2
add .container(-fluid) to remaining navbar examples for consistency/accuracy
...
follow-up to 93a4d6cc5e
2014-01-05 12:55:03 -08:00
Chris Rebert
41257fe794
Merge pull request #12104 from ghoullier/master
...
Replace getElementsByTag with querySelector in IE10 Mobile viewport JS snippet
2014-01-05 11:47:00 -08:00
Gregory HOULLIER
a53cf55be2
Replace getElementsByTag by querySelector for IE10 Mobile plateform.
2014-01-05 20:15:48 +01:00
Chris Rebert
711d0b8337
Merge pull request #12099 from Quy/master
...
Fix typos
2014-01-05 08:52:16 -08:00
Quy Ton
3e92ab0149
Fix typos
2014-01-05 08:38:32 -08:00
Chris Rebert
c7eac32d3e
Merge pull request #12098 from ZDroid/reorg
...
Group repo vars together in Jekyll config
2014-01-05 08:05:40 -08:00
Chris Rebert
055705741e
Merge pull request #12097 from ZDroid/deprecated
...
Replace @screen-sm with @screen-sm-min
2014-01-05 08:01:55 -08:00
Zlatan Vasović
f63cd94e43
Reorganize vars
2014-01-05 11:51:49 +01:00
Zlatan Vasović
78eb8cc0f4
Replace @screen-sm with @screen-sm-min
2014-01-05 11:38:26 +01:00
Chris Rebert
b9d779a73c
Merge pull request #12095 from Quy/master
...
Fix typo
2014-01-04 21:43:25 -08:00
Quy Ton
82ed81fddf
Fix typo
2014-01-04 21:35:06 -08:00
Mark Otto
72d4fafd66
Merge pull request #12092 from Quy/master
...
Use relative URLs and fix anchor links
2014-01-04 19:31:52 -08:00
Chris Rebert
7ca113b487
Merge pull request #12090 from nschonni/patch-2
...
Quote Node 0.10 so correct version is printed
2014-01-04 12:20:38 -08:00
Quy Ton
a617c805f2
Fix anchor links
2014-01-04 09:28:56 -08:00
Quy Ton
11f56bbb7b
Use relative URLs
2014-01-04 09:10:02 -08:00
Nick Schonning
8662323cd5
Quote Node 0.10 so correct version is printed
2014-01-04 10:46:05 -05:00
Chris Rebert
84c33a822d
Replace lingering page.url instance with site.baseurl
...
Refs #12083 & #12037
2014-01-03 16:19:20 -08:00
Kevin Sawicki
5141e4da10
Use $ instead of jQuery
2014-01-03 14:39:18 -08:00
Mark Otto
0b75e2d738
Merge branch 'master' into docs_derp
2014-01-03 13:18:12 -08:00
Chris Rebert
007d61cfad
flip order so sentence reads better
2014-01-03 12:29:45 -08:00
Chris Rebert
56b5f5b353
de-emphasize /docs/assets and docs HTML now that they're outside of the root dir
2014-01-03 12:21:38 -08:00
Chris Rebert
096a72d897
Merge pull request #12081 from Quy/master
...
Update source code download structure
2014-01-03 12:14:20 -08:00
Quy Ton
63df2ced6e
Update source code download structure
2014-01-03 11:42:27 -08:00
Julian Thilo
71688061b4
Merge pull request #12080 from Quy/master
...
Refer to popovers instead of tooltips.
2014-01-03 11:04:14 -08:00
Quy Ton
a53779d020
Refer to popovers instead of tooltips.
2014-01-03 10:55:06 -08:00
Mark Otto
9f44f17057
updates to homepage
2014-01-02 10:54:10 -08:00
Mark Otto
60e6e7d4fb
Merge pull request #12063 from ZDroid/tc
...
Drop trailling comma
2014-01-02 10:52:43 -08:00
Zlatan Vasović
0cc4fe6ee3
Drop trailling comma
...
No need for it.
2014-01-02 15:46:13 +01:00
Mark Otto
70459c1454
Merge branch 'master' into docs_derp
...
Conflicts:
docs/_includes/footer.html
docs/assets/css/docs.css
2014-01-01 12:27:09 -08:00
Mark Otto
c583b79655
Merge pull request #12055 from wangsai/fix-assets-links-of-examples
...
fix assets links in all examples
2014-01-01 12:02:28 -08:00
Julian Thilo
8113717363
Merge pull request #12056 from ZDroid/ny
...
New Year
2014-01-01 09:45:50 -08:00
Zlatan Vasović
0f060e7bc4
'use strict' on new line
2014-01-01 15:42:41 +01:00
Zlatan Vasović
1c83d68ca4
New Year
2014-01-01 15:37:08 +01:00
wangsai
e4508bb37c
fix assets links in all examples
2014-01-01 22:29:13 +08:00
Mark Otto
50cf0b1a9d
Update Gruntfile.js to copy 'dist/' files to 'docs/dist/' with 'grunt dist' task; Fixes #12030 : navbar toggle focus state
2013-12-31 18:23:10 -08:00
Mark Otto
83d26de6d5
Fix broken JS
2013-12-31 17:47:16 -08:00
Mark Otto
bab240252a
Merge branch 'master' into docs_derp
2013-12-31 13:57:43 -08:00
Mark Otto
e3aa358696
derp
2013-12-31 13:57:35 -08:00
Mark Otto
905adb5b83
fix homepage images
2013-12-31 13:56:20 -08:00
Mark Otto
b253cb2c1e
Merge branch 'master' into docs_derp
...
Conflicts:
_config.yml
docs/_includes/footer.html
docs/_includes/nav-main.html
docs/_includes/old-bs-docs.html
docs/_layouts/default.html
docs/_layouts/home.html
docs/getting-started.html
docs/index.html
2013-12-31 13:53:33 -08:00
Mark Otto
8812856de1
Merge pull request #12037 from twbs/docs_dir
...
Bring back the `/docs` directory
2013-12-31 13:43:32 -08:00
Mark Otto
05cc208333
Merge branch 'master' into docs_dir
2013-12-31 13:43:11 -08:00
Mark Otto
ac3f48bb19
Fixes #12046 : move .csscomb.json and .csslintrc to less/ folder
2013-12-31 13:16:28 -08:00
Mark Otto
295736aff2
Merge pull request #12049 from ZDroid/update-de
...
Update dependencies (again)
2013-12-31 12:57:55 -08:00
Mark Otto
78e1af58d6
typo
2013-12-31 11:57:44 -08:00
Mark Otto
b43371cd0a
@nschonni's feedback <3
2013-12-31 11:38:32 -08:00
Mark Otto
1e4540f11b
@cvrebert's feedback
2013-12-31 10:51:39 -08:00
Mark Otto
0df96d8c32
Merge branch 'master' into docs_dir
2013-12-31 10:38:31 -08:00
Zlatan Vasović
17fb7aee2d
Update dependencies (again)
2013-12-31 19:20:57 +01:00
Chris Rebert
a1b5458073
Merge pull request #12043 from supergibbs/fixed_typo_in_customize.html
...
Fixed typo
2013-12-29 23:26:57 -08:00
Supergibbs
df16f9f123
Fixed typo
2013-12-29 23:16:41 -08:00
Chris Rebert
6ecdb31009
Sauce now supports latest Firefox on OS X Mavericks
2013-12-29 21:15:29 -08:00
Chris Rebert
0fe777b271
default to latest Firefox version on OS X
2013-12-29 21:13:56 -08:00
Fabien
29e495f03c
Add Embed responsive utility
2013-12-30 05:52:00 +01:00
Chris Rebert
0e412dc1a3
fix capitalization of iOS
2013-12-29 20:45:36 -08:00
Chris Rebert
7f20eff44d
Merge pull request #12041 from twbs/mv-sauce-into-infra
...
mv sauce_browsers.yml out of the project root
2013-12-29 20:29:44 -08:00
Chris Rebert
990c2392e5
mv sauce_browsers.yml out of the project root
2013-12-29 20:25:40 -08:00
fat
d18ba50837
add note about ios dropdown compat
2013-12-29 19:40:31 -08:00
fat
1fea9656b6
Merge branch 'master' of github.com:twbs/bootstrap
2013-12-29 19:25:24 -08:00
Chris Rebert
3d3e2f2553
Merge pull request #12036 from ZDroid/grunt-fs-minify
...
Merge two fs variable declarations into one
2013-12-29 19:23:57 -08:00
fat
2a0b99104c
Merge branch 'dropdown-aria-roles' of git://github.com/plumlee/bootstrap into plumlee-dropdown-aria-roles
...
Conflicts:
js/dropdown.js
2013-12-29 19:23:15 -08:00
fat
8a62f21113
fixes #11379 - Fix carousel this.sliding not getting reset if $next.hasClass('active')
2013-12-29 19:01:32 -08:00
fat
76f0d0ff32
fixes #11373 - adds related target to dropdown events
2013-12-29 18:57:22 -08:00
fat
162d9e1776
Merge branch 'scrollspy-speedy-scroll-top' of git://github.com/ziogaschr/bootstrap into ziogaschr-scrollspy-speedy-scroll-top
...
Conflicts:
dist/js/bootstrap.min.js
2013-12-29 18:04:43 -08:00
fat
9d73d9c38c
Merge branch 'master' of github.com:twbs/bootstrap
2013-12-29 17:54:40 -08:00
fat
ce4a2e4352
fixes #11288 - Vertical scroll position of modal saves between openings
2013-12-29 17:53:59 -08:00
Mark Otto
70b8b330f0
no more page.base_url
2013-12-28 23:08:46 -08:00
Mark Otto
f10cf21a8f
Streamline copy process by not bringing over full files into docs/dist/, only take minified ones
2013-12-28 23:05:02 -08:00
Mark Otto
a9c829bc0c
Rearrange repository contents because muahahahahahaha
2013-12-28 22:47:03 -08:00
Jacob
ea40e7999d
Merge pull request #11203 from jasny/patch-1
...
Scrollspy acting up when targets are hidden
2013-12-28 22:06:26 -08:00
fat
5bf13914e4
fixes #10658 jQuery Popover content loses bound events on second setContent call.
2013-12-28 20:59:45 -08:00
Mark Otto
6405442e66
drop the title
2013-12-28 18:47:32 -08:00
Mark Otto
068010409b
Merge pull request #12035 from tomByrer/master
...
fixed .clearfix example, + doc link
2013-12-28 18:46:36 -08:00
Zlatan Vasović
0016b508cb
Merge two fs variable declarations into one
...
One is enough.
2013-12-28 23:33:32 +01:00
tomByrer
120dce43e8
fixed .clearfix example, + doc link
2013-12-28 12:01:32 -07:00
Mark Otto
9e1153d049
spacing
2013-12-27 16:44:00 -08:00
Mark Otto
adab81ddcd
Merge branch 'master' into docs_derp
2013-12-27 16:41:33 -08:00
Mark Otto
a2aaf80c7e
grunt on last merge
2013-12-27 16:41:25 -08:00
Mark Otto
84326a3e59
big brand update
2013-12-27 14:04:44 -08:00
Mark Otto
140d24c8fb
Merge pull request #12028 from moshevds/deprecated-screen-md
...
Small fix: I noticed the use of a deprecated variable.
2013-12-27 12:40:02 -08:00
Môshe van der Sterre
dd9c5fdb08
Small fix: I noticed the use of a deprecated variable. This seems to be the only occurrence.
2013-12-27 21:27:51 +01:00
Mark Otto
87288da72c
more nav changes
2013-12-26 22:03:37 -08:00
Mark Otto
a73767e518
the final frontier
2013-12-26 21:49:40 -08:00
Mark Otto
5b02dbd97a
Merge branch 'master' into docs_derp
...
Conflicts:
_config.yml
2013-12-26 21:40:15 -08:00
fat
201088cb5f
update accordion-group to panel
2013-12-26 20:33:44 -08:00
fat
c595db19ff
fixes #10911 - add loading event for use with remote option :|
2013-12-26 20:26:27 -08:00
fat
499cca2115
Merge branch 'master' of github.com:twbs/bootstrap
2013-12-26 19:40:41 -08:00
fat
d21369c1ed
fixes #10890
2013-12-26 19:40:18 -08:00
Mark Otto
d43eb0a513
less fun to address #12008
2013-12-26 19:37:19 -08:00
Mark Otto
ca7498faa0
Merge branch 'master' of github.com:twbs/bootstrap
2013-12-26 19:08:34 -08:00
Mark Otto
567dc12e86
Fixes #12012 : Use correct banner in docs js
2013-12-26 19:08:19 -08:00
fat
cd0ad94aae
rebuild
2013-12-26 18:30:16 -08:00
fat
3c73904e17
update tool/pop destroy placement
2013-12-26 18:27:43 -08:00
Jacob
6baf266cda
Merge pull request #10761 from jochenberger/dont-create-tooltip-for-destroy
...
don't create new Tooltip/Popover objects just to destroy them immediately
2013-12-26 18:25:29 -08:00
fat
39091b0748
nope
2013-12-26 18:18:53 -08:00
Jacob
bf3c525d05
Merge pull request #11496 from satazor/patch-1
...
Clear timeout on destroy.
2013-12-26 18:18:09 -08:00
fat
34fb5767cb
fixes #10798
2013-12-26 17:53:31 -08:00
Jacob
37bfd8fa60
Merge pull request #10801 from Travesty3/master
...
Add 'collapse' class back after expanding
2013-12-26 17:50:41 -08:00
Jacob
bea46fca70
Merge pull request #10834 from Prinzhorn/master
...
Only preventDefault on click on [data-toggle="modal"] when the element is a link
2013-12-26 17:46:59 -08:00
Chris Rebert
0bcc5a2814
add Python indentation style to editorconfig; refs #12023
2013-12-26 13:44:27 -08:00
Chris Rebert
be6ad3fda0
Merge pull request #12009 from ZDroid/no-utf8-py
...
Replace UTF-8 characters in s3_cache.py with ASCII characters
2013-12-26 13:28:22 -08:00
Chris Rebert
e0268c32cb
Merge pull request #12022 from ZDroid/update-deps
...
Update dependencies
2013-12-26 13:16:13 -08:00
Zlatan Vasović
2426a2aeef
Update dependencies
...
Updates grunt-html-validation and grunt-jekyll dependencies.
2013-12-26 21:55:55 +01:00
Mark Otto
d8e4c1578d
Merge pull request #12010 from ZDroid/wrong-indent
...
Fix wrong indent in .jscs.json
2013-12-26 12:54:23 -08:00
Chris Rebert
e4b036d278
Merge pull request #12021 from XhmikosR/master
...
Add docs-assets/css/docs.css to csslint too.
2013-12-26 12:32:34 -08:00
Julian Thilo
1e938f1781
Merge pull request #12019 from XhmikosR/badge
...
Change david-dm theme to make README badges uniform
2013-12-26 10:58:23 -08:00
Chris Rebert
1e6ae57575
Merge pull request #12020 from XhmikosR/package
...
Update dependencies.
2013-12-26 10:52:38 -08:00
XhmikosR
b590b268ad
Update dependencies.
2013-12-26 19:54:04 +02:00
XhmikosR
5cb8510a81
README.md: switch to the shields.io dependency badges theme.
2013-12-26 19:52:39 +02:00
XhmikosR
5eab9cbe82
Add docs-assets/css/docs.css to csslint too.
2013-12-26 19:49:33 +02:00
fat
fc7049b18f
fixes #10675
2013-12-25 20:33:05 -08:00
fat
3161acd710
build js
2013-12-25 20:04:49 -08:00
fat
c25fa0661a
Merge branch 'tooltip-events-fix' of git://github.com/lukaszfiszer/bootstrap into lukaszfiszer-tooltip-events-fix
...
Conflicts:
js/tooltip.js
2013-12-25 20:03:28 -08:00
Zlatan Vasović
1e05029d1a
Fix wrong indent in .jscs.json
2013-12-25 20:22:52 +01:00
Zlatan Vasović
d381771f6a
Replace UTF-8 characters in s3_cache.py with ASCII characters
2013-12-25 20:19:59 +01:00
Mark Otto
3fdde76b74
don't be repetitive on homepage
2013-12-25 14:32:00 +02:00
Mark Otto
e29a3b65cd
Merge branch 'master' of github.com:twbs/bootstrap
2014-01-22 15:37:11 -06:00
Mark Otto
d1f69d4a7e
scope styles to masthead, not homepage
2014-01-22 15:37:05 -06:00
fat
dffd4ffad2
Merge branch 'master' of github.com:twbs/bootstrap
2013-12-24 17:00:55 -08:00
fat
394e0fa611
fixes #11788 - focusin focusout instead of focus/blur
2013-12-24 17:00:34 -08:00
Jacob
0fab6e7ea7
Merge pull request #11722 from DocX/patch-1
...
Use document scroll height instead of offset height
2013-12-24 16:43:24 -08:00
fat
d9266aee96
add docs for affix events
2013-12-24 16:37:53 -08:00
fat
c77740bd3a
fixes #11720 - Add events trigger to affix
2013-12-24 16:29:51 -08:00
fat
073f8c049d
Merge branch 'master' of github.com:twbs/bootstrap
2013-12-24 13:43:47 -08:00
fat
f689a26a1c
note for #10486 add note about data-toggle dropdown dependency
2013-12-24 13:43:09 -08:00
Jacob
139b395dfb
Merge pull request #10359 from ixti/patch-1
...
Pass $element to offset top/bottom calc funcs
2013-12-24 13:21:19 -08:00
fat
a93a753c7d
fixes #10134 – dont use jquery offset directly because it uses sub pixel rendering
2013-12-24 13:07:42 -08:00
fat
fe7fffe034
Merge branch 'slide-event-reset' of git://github.com/Rowno/bootstrap into Rowno-slide-event-reset
...
Conflicts:
js/tests/unit/carousel.js
2013-12-24 12:50:55 -08:00
fat
0a75e4c09b
fixes #10283
2013-12-24 12:40:24 -08:00
fat
558b6a478d
Merge branch 'master' of github.com:twbs/bootstrap
...
Conflicts:
dist/js/bootstrap.min.js
docs-assets/js/raw-files.js
2013-12-24 12:35:24 -08:00
fat
50bd4edb8c
fixes #10236
...
if affixed top add scrollTop to it position.top
calculate and cache pinnedoffset independent of scrolling for initial load
2013-12-24 12:32:06 -08:00
Mark Otto
1da3a8c6b1
Merge pull request #12001 from soundarapandian/fix_typo_contributing
...
Use correct directory name for bootstrap contribution
2013-12-24 12:24:07 -08:00
Mark Otto
04ec4354ed
don't roll back that comment
2013-12-24 12:18:53 -08:00
Mark Otto
5c2dfbf33b
Merge branch 'master' of github.com:twbs/bootstrap
...
Conflicts:
docs-assets/js/raw-files.js
2013-12-24 12:17:48 -08:00
Mark Otto
679c786237
roll back version numbers to avoid broken links in docs and readme ( fixes #12000 )
2013-12-24 12:16:17 -08:00
Gleb Mazovetskiy
25390716ea
Reflect sass readme change in css.html
2013-12-24 17:20:52 +01:00
soundarapandian
8b564f9e32
Use correct directory name for bootstrap contribution
2013-12-24 16:05:19 +05:30
Jacob
237b85a7c1
Merge pull request #11933 from twbs/fat-10105
...
change where modal loads content -– fixes #10105 , #9318 , #9459
2013-12-23 23:31:11 -08:00
fat
fe839e6e78
change where modal loads content -– fixes #10105 , #9318 , #9459
2013-12-23 23:30:06 -08:00
Mark Otto
52a964d19b
Merge pull request #11999 from XhmikosR/respond.js
...
Update Respond.js
2013-12-23 23:26:05 -08:00
XhmikosR
3d65fc2b65
Update Respond.js to v1.4.2.
2013-12-24 09:22:53 +02:00
fat
1fc08c1973
fixes #10568 - kill hoverstate info once command has been executed
2013-12-23 22:57:39 -08:00
fat
a87b150bc7
fixes #10205 Scrollspy Doesn't Support Chinese ID Targets http://mathiasbynens.be/notes/html5-id-class
2013-12-23 22:08:43 -08:00
Mark Otto
71e9db4183
add callout about justified button group borders to address #11964
2013-12-23 20:28:21 -08:00
Mark Otto
340e2f5534
Merge pull request #11970 from supergibbs/Better_10492_fix
...
Fixes #10492 better
2013-12-23 18:53:30 -08:00
Supergibbs
f3ce6a9696
Fixes #10492 better:
...
- Made more generic. Applies to "> .table" and "> .table-responsive > .table" to support td/tr background colors too and not just .table-striped
- Supports tfoot
2013-12-23 16:07:55 -08:00
Mark Otto
0bd5bca695
Fixes #11975 : Change from png to .ico for favicon
2013-12-23 15:16:25 -08:00
Mark Otto
37bc0c230d
Merge branch 'master' of github.com:twbs/bootstrap
2013-12-23 13:26:01 -08:00
Mark Otto
4376ce8466
Upgrade to CSScomb 1.2.1 and reset some ordering to ensure no rogue spaces
2013-12-23 13:25:51 -08:00
Mark Otto
00850e247c
Merge pull request #11989 from ZDroid/banner
...
Improve banner
2013-12-23 12:42:41 -08:00
Zlatan Vasović
608926e808
Improve banner
2013-12-23 18:02:42 +01:00
Mark Otto
f32796559a
Merge pull request #11978 from XhmikosR/clean-up-_gh-pages
...
Jekyll: exclude more files/folders.
2013-12-22 23:15:35 -08:00
Mark Otto
96b5ae8b6a
grunt
2013-12-22 22:32:35 -08:00
Mark Otto
6fda30e1c4
Merge branch 'master' of github.com:twbs/bootstrap
2013-12-22 22:31:28 -08:00
Mark Otto
9fc0e20381
Fixes #10492 and some of #11970 : round the proper corner on table cells in panels
2013-12-22 22:31:13 -08:00
Mark Otto
45a8a9508e
Merge pull request #11974 from XhmikosR/meta
...
Normalize meta
2013-12-22 22:20:23 -08:00
Mark Otto
90ba7fa836
Merge pull request #11972 from XhmikosR/comma
...
Get rid of JSHint's `laxcomma` option now that the comma is used on the ...
2013-12-22 22:08:33 -08:00
Mark Otto
b505c8557d
fixes #11961 : dropdown alignment docs improvements
2013-12-22 22:07:01 -08:00
Mark Otto
6cde19fc33
Merge pull request #11963 from twbs/sass_docs
...
Add docs for Sass port
2013-12-22 21:47:11 -08:00
Mark Otto
fd15b00861
space
2013-12-22 21:42:08 -08:00
Mark Otto
8bc6aeb60a
add what's included
2013-12-22 21:27:12 -08:00
Mark Otto
906b0c595b
Merge branch 'master' into sass_docs
2013-12-22 21:23:24 -08:00
Mark Otto
cb7cdd0c05
Revert to CSScomb 1.1.0 because 1.2.0 and 1.2.1 fuck up our compiled CSS
2013-12-22 21:18:45 -08:00
Mark Otto
ec13eb8d38
Remove timestamp on generated Glyhpicons
2013-12-22 21:05:08 -08:00
Mark Otto
7ccb0333e4
Merge branch 'master' of github.com:twbs/bootstrap
2013-12-22 21:01:00 -08:00
Mark Otto
51628d2050
grunt
2013-12-22 21:00:53 -08:00
Mark Otto
146800ef43
Merge pull request #11979 from ZDroid/fix-old-links
...
Fix old links
2013-12-22 17:30:35 -08:00
Chris Rebert
fa2380758e
Merge pull request #11982 from ZDroid/update-deps
...
Update dependencies
2013-12-22 12:23:52 -08:00
Zlatan Vasović
88c3619d2c
Update dependencies
2013-12-22 19:01:00 +01:00
Zlatan Vasović
28adcbe439
Fix old links
...
Replace recess with less.
2013-12-22 16:26:05 +01:00
XhmikosR
ea5a4ec31e
Jekyll: exclude more files/folders.
...
We still can't exclude `./fonts/" and "./js/" due to https://github.com/jekyll/jekyll/issues/906
2013-12-22 11:45:18 +02:00
XhmikosR
a05a11e5dc
Get rid of JSHint's laxcomma option now that the comma is used on the right side.
2013-12-22 09:02:08 +02:00
XhmikosR
b27fecb7a3
bower.json: sort by name.
2013-12-22 08:59:36 +02:00
XhmikosR
29aaf66a8a
Normalize package.json.
2013-12-22 08:59:36 +02:00
XhmikosR
6e3ac8f2a4
js/.jscs.json: sort by name.
2013-12-22 08:59:36 +02:00
Mark Otto
12980e7ea4
link homepage sass and less
2013-12-21 13:42:10 -08:00
Mark Otto
176e35d33d
rework downloads to simplify and add sass
2013-12-21 13:40:42 -08:00
Mark Otto
16ff01f629
remove dat
2013-12-21 11:17:39 -08:00
Mark Otto
02c40ab991
Merge branch 'master' into docs_derp
...
Conflicts:
_layouts/default.html
components.html
2013-12-21 11:17:29 -08:00
Mark Otto
c66924cc1b
add section for contents
2013-12-21 10:36:20 -08:00
Mark Otto
2f56922937
config url
2013-12-21 10:09:39 -08:00
Mark Otto
bb644eede6
Team members on About page
2013-12-21 10:08:04 -08:00
Mark Otto
86e6c869a3
remove some unintional code
2013-12-21 09:59:24 -08:00
Mark Otto
0c49f846e3
Merge branch 'master' into sass_docs
2013-12-21 09:45:47 -08:00
Mark Otto
5f9695ae7c
readme typo from #11965
2013-12-21 09:36:51 -08:00
Mark Otto
b734a2a435
Merge pull request #11965 from tomByrer/md-tweaks
...
condenced README CONTRIB changes
2013-12-21 09:36:18 -08:00
tomByrer
c84688fc4f
https://github.com/twbs/bootstrap/pull/11950#issuecomment-31033824
2013-12-21 09:39:34 -07:00
Mark Otto
033476ccc7
more Less
2013-12-20 21:19:45 -08:00
Mark Otto
66c280c855
Sass docs; LESS to Less because fuck caps
2013-12-20 21:02:25 -08:00
Mark Otto
810c7ec4f8
Merge pull request #11956 from tlindig/tl_pagination_customizing
...
add new variables for "pagination" to improve support of customizing
2013-12-20 12:29:49 -08:00
Mark Otto
e1bd300f2f
Merge pull request #11960 from ZDroid/no-leading-commas-json
...
Drop remaining leading commas
2013-12-20 11:18:04 -08:00
Zlatan Vasović
b604c2fbac
Drop remaining leading commas
2013-12-20 20:09:51 +01:00
Mark Otto
f1d4a3bb5c
Merge pull request #11959 from ZDroid/update-grunt-csscomb
...
Update grunt-csscomb dependency
2013-12-20 11:08:39 -08:00
Zlatan Vasović
e95c396f44
Update grunt-csscomb dependency
...
Per David DM.
2013-12-20 19:59:18 +01:00
Tobias Lindig
7f599cedf3
add new variables for "pagination" to improve support of customizing
2013-12-20 17:06:53 +01:00
Mark Otto
2854c5c3fb
Fixes #11952 : Refactor blockquote styles
...
* Deprecate .pull-right class for .blockquote-reverse
* Move font-size change to the parent, blockquote, instead of setting on the p element to allow more flexible content
2013-12-19 19:40:08 -08:00
Mark Otto
81b1e6801f
correct jsbin link
2013-12-19 19:28:22 -08:00
Chris Rebert
2c5e5b23e1
Merge pull request #11951 from bnewcomb/master
...
Fix sentence grammar
2013-12-19 19:10:16 -08:00
Ben Newcomb
2e0337a61b
Minor grammar change
...
'as well' was used twice in sentence
2013-12-19 18:57:43 -08:00
Mark Otto
523eca14e8
Merge pull request #11930 from ssorallen/master
...
Write Glyphicons to _data, generate Glyphicons markup
2013-12-19 15:03:43 -08:00
Mark Otto
4a01acaf67
Merge pull request #11941 from ZDroid/left-plus
...
No leading pluses
2013-12-19 14:06:01 -08:00
Mark Otto
caadd72084
Merge pull request #11939 from ZDroid/weird-indents
...
2 instead of 4 spaces in .csscomb.json
2013-12-19 14:05:19 -08:00
Chris Rebert
2898e73ec4
"Thosing" [sic] => "Those"
2013-12-19 11:39:57 -08:00
Julian Thilo
fc03fac9e4
Fix sentence in css.html
2013-12-19 20:12:31 +01:00
Julian Thilo
b298d2f481
Merge pull request #11945 from robertgentel/patch-1
...
Update css.html
2013-12-19 10:56:36 -08:00
robertgentel
ded1e72202
Update css.html
...
Documentation (missing word)
2013-12-19 11:06:45 -06:00
Zlatan Vasović
1bf5abab31
No leading pluses
2013-12-19 15:32:37 +01:00
Zlatan Vasović
9201ccd08b
2 instead of 4 spaces in .csscomb.json
2013-12-19 13:11:05 +01:00
joep.joosten@ihomer.nl
1ceab8b89f
Fix: IE10 or lower incorrectly determines the scrollheight of the body. Use document.documentElement for IE. To make this browser agnostic, the maximum scrollheight of both body and documentElement is used.
2013-12-19 12:41:33 +01:00
joep.joosten@ihomer.nl
3bcb1cc255
Fix: IE10 or lower incorrectly determines the scrollheight of the body. Use document.documentElement for IE. To make this browser agnostic, the maximum scrollheight of both body and documentElement is used.
2013-12-19 12:18:51 +01:00
Chris Rebert
fb8310fbc6
Merge pull request #11936 from KostyaTretyak/patch-1
...
Deleted curly brackets (in css.html)
2013-12-19 01:23:10 -08:00
kostyatretyak
09c7870971
Deleted curly brackets (in css.html)
2013-12-19 11:07:56 +02:00
Chris Rebert
85ba12932f
Merge pull request #11935 from tlindig/tl_fix_typo_modal-open
...
Docu: typo fix: replaced 'model-open' with 'modal-open'
2013-12-19 00:30:04 -08:00
Tobias Lindig
50f1bc47ec
typo fix: replaced 'model-open' with 'modal-open'
2013-12-19 09:09:04 +01:00
Chris Rebert
091146ee73
Merge pull request #11934 from twbs/auto-latest-browsers
...
omit versions in Sauce browser config; no explicit version implies latest
2013-12-18 23:39:03 -08:00
Chris Rebert
fbb0e8b146
omit versions in Sauce browser config; no explicit version implies latest version
2013-12-18 23:29:52 -08:00
Mark Otto
edbd1a81e0
Merge pull request #11932 from dzwillia/th-td-position-static
...
Added position: static to table th and td when using grid classes for sizing
2013-12-18 21:41:19 -08:00
fat
22f9767714
check that href id's are followed by valid char – fixes #10044
2013-12-18 21:14:01 -08:00
dzwillia
d9586e2863
Added position: static to table th and td.
2013-12-19 00:10:58 -05:00
Ross Allen
b048ea545f
Write Glyphicons to _data, generate Glyphicons markup
...
This generates a glyphicons.yml file from the glyphicons.less source,
and then components.html uses that data to generate the Glyphicons docs
by iterating through the data. The _data directory was introduced in
Jekyll 1.3.0, and GitHub Pages is already on [version 1.4.2][1].
Fixes #11862 .
[1] https://github.com/github/pages-gem/blob/master/github-pages.gemspec#L16
2013-12-18 20:15:51 -08:00
Mark Otto
87727370e0
Merge pull request #11929 from twbs/maintainers
...
mention core team maintenance & community contributors
2013-12-18 19:04:18 -08:00
Chris Rebert
07da1d731a
mention core team maintenance & community contributors
2013-12-18 18:54:07 -08:00
Mark Otto
4eaa297e68
Merge branch 'master' of github.com:twbs/bootstrap
2013-12-18 17:34:40 -08:00
Mark Otto
b59b37bc2c
Fixes #11918 : Fork the @h5bp contributing guidelines and combine with our coding guidelines
2013-12-18 17:34:30 -08:00
Mark Otto
b8810fb75d
Fixes
2013-12-18 17:32:52 -08:00
Mark Otto
171c4b7fc4
fixes #11447 : add docs warning about loading once for remote modal option
2013-12-18 16:56:41 -08:00
Chris Rebert
08854cf8a6
using templating doesn't seem to work there; hardcode license URL instead
...
Tested the customizer, the generated zip had:
css/bootstrap.css:line 6: * Licensed under MIT (<%= _.pluck(pkg.licenses, "url").join(", ") %>)
Revised customizer generates:
css/bootstrap.css:line 4: * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE )
2013-12-18 16:25:23 -08:00
Mark Otto
07705673b6
Merge branch 'master' into docs_derp
...
Conflicts:
_layouts/default.html
2013-12-18 16:19:46 -08:00
Chris Rebert
fe7c7ccf29
rebuild minified customizer JS so it reflects the licensing change
2013-12-18 15:50:59 -08:00
Mark Otto
3315d4d9f4
license in customizer
2013-12-18 15:35:24 -08:00
Chris Rebert
df3716647d
update licensing header in JS files & run grunt
2013-12-18 15:29:19 -08:00
Mark Otto
766bf50b88
Merge branch 'master' of github.com:twbs/bootstrap
2013-12-18 15:26:17 -08:00
Mark Otto
ccc894361f
update license faqs for apache
2013-12-18 15:26:07 -08:00
Chris Rebert
5428523a37
cleanup licensing section more
2013-12-18 15:16:29 -08:00
Mark Otto
922cd046ef
grunt after that carousel merge
2013-12-18 15:13:50 -08:00
Mark Otto
1bb0001189
Merge branch 'master' of github.com:twbs/bootstrap
2013-12-18 15:12:51 -08:00
Mark Otto
27697ef7e3
another apache mention
2013-12-18 15:12:30 -08:00
Mark Otto
629a4743f0
remove license readme mention
2013-12-18 15:08:38 -08:00
Mark Otto
40651cf1ea
more license mentions
2013-12-18 15:08:16 -08:00
Mark Otto
b9ca65ebe7
Merge pull request #11416 from danielboendergaard/carousel-duration
...
Carousel: Use the transition duration from CSS
2013-12-18 15:01:47 -08:00
Mark Otto
e8e60ae4bc
version bump
2013-12-18 14:56:08 -08:00
Mark Otto
cb40a2ee8c
Punt Apache license information and stick with MIT
2013-12-18 14:54:24 -08:00
Mark Otto
f29132350c
grunt
2013-12-18 14:52:50 -08:00
Mark Otto
af2c6de6d5
Merge pull request #11928 from twbs/we_have_to_go_back_kate
...
Follow up to reverted commits
2013-12-18 14:49:05 -08:00
Mark Otto
56c36346c1
drop the the, it's cleaner
2013-12-18 14:38:10 -08:00
Mark Otto
79e97fef40
derp
2013-12-18 14:37:30 -08:00
Mark Otto
324f6ca562
buttons should be more mixin friendly
2013-12-18 14:29:33 -08:00
Mark Otto
ab740f0f0f
navbars need to use prefixed nav class or they won't work as expected
2013-12-18 14:28:03 -08:00
Mark Otto
3416e87a97
restore inline block on breadcrumbs and ensure proper code formatting for readibility
2013-12-18 14:27:21 -08:00
Mark Otto
961687e4db
run grunt dist
2013-12-18 14:26:37 -08:00
Mark Otto
0a955844ab
rewrite readme to restore lost information, only with a bit more formatting consistency
2013-12-18 14:24:59 -08:00
Mark Otto
8598c700f5
Merge pull request #11927 from twbs/revert_commits
...
Revert commits
2013-12-18 14:21:35 -08:00
Julian Thilo
2b312bf3c1
Revert commits
...
Bootstrap is being relicensed from Apache 2.0 to MIT so that more of our community can use the free and open source software we lovely create together. As commits are copyright their original authors, the commits of any individual not agreeing to relicense their contributions are being removed to be later rewritten by the @twbs/team.
This undoes the changes introduced by the following commits:
https://github.com/twbs/bootstrap/commit/7ea34ae0ef79c793e9a9d393b4eef825b71e84b5 , https://github.com/twbs/bootstrap/commit/7376eef378fe7d5e69b8b8cce93c7c64b751d55a , https://github.com/twbs/bootstrap/commit/303ba1326bbe367598ab4cc063b4607507208e56 , https://github.com/twbs/bootstrap/commit/7d1c8c2a0ce16331583a965821690f7715e62908 , https://github.com/twbs/bootstrap/commit/11319f6da9f9a19ec40743cdfe868ac732698149 , https://github.com/twbs/bootstrap/commit/110fc8860117d8675345806219ba313b18086db2 , https://github.com/twbs/bootstrap/commit/ced08f69359f3a70771804a98fa3c499f388cc74
2013-12-18 22:58:13 +01:00
Mark Otto
bc265ac647
callout colors
2013-12-18 13:52:39 -08:00
Mark Otto
1d0aa6e45c
more docs
2013-12-18 13:40:29 -08:00
Mark Otto
d87e70fd49
footer alignment
2013-12-18 13:13:27 -08:00
Mark Otto
5bba874467
Merge branch 'master' into docs_derp
2013-12-18 13:06:47 -08:00
Mark Otto
3f577ab86c
Merge pull request #11881 from ZDroid/patch-1
...
Require comma on left side
2013-12-18 13:01:43 -08:00
Mark Otto
ee709db679
Merge pull request #11804 from twbs/css-source-maps
...
enable CSS source maps in grunt-contrib-less
2013-12-18 12:57:38 -08:00
Chris Rebert
c4b0684e65
fix typo
2013-12-18 11:45:30 -08:00
Mark Otto
6315043b1c
Merge branch 'master' into docs_derp
2013-12-18 11:41:48 -08:00
Mark Otto
c262e5b47c
add source maps
2013-12-18 10:23:46 -08:00
Mark Otto
1bc8607bdf
Merge branch 'master' into css-source-maps
...
Conflicts:
Gruntfile.js
2013-12-18 10:22:18 -08:00
Mark Otto
d15218a09c
Fixes #11899 : Ensure proper margins and .small/small usage for heading tags (e.g., .h1-.h6)
2013-12-18 09:49:05 -08:00
Mark Otto
0d0b5c7ddb
add inline note about navbar sizing
2013-12-18 09:48:04 -08:00
Mark Otto
c1f68dd4d4
Merge branch 'master' of github.com:twbs/bootstrap
2013-12-18 09:42:45 -08:00
Mark Otto
8142493b42
fixes #11925 : cover template for firefox
2013-12-18 09:42:37 -08:00
Mark Otto
b93d6dfbdf
tweaks
2013-12-18 09:42:13 -08:00
Chris Rebert
671fb7020b
Merge pull request #11923 from wangsai/fix-id
...
fix href of "Browser and device support"
2013-12-18 01:05:48 -08:00
wangsai
98ef4284f0
fix href of "Browser and device support"
2013-12-18 16:57:55 +08:00
Mark Otto
91fdd89100
Merge pull request #11910 from InWayOpenSource/btn-group-inside-input-group-btn
...
Fix handling of .btn-group placed inside .input-group-btn
2013-12-17 22:49:55 -08:00
Chris Rebert
36e3311b3e
Merge pull request #11916 from ZDroid/fix-iversions
...
Downgrade Safari and OS X
2013-12-17 11:46:54 -08:00
Zlatan Vasović
575f29cee1
Downgrade Safari and OS X
2013-12-17 20:39:32 +01:00
Chris Rebert
dcfe710fa4
enable failHard grunt-html-validation option; fixes #11876
2013-12-17 01:35:16 -08:00
Chris Rebert
af1afb10bd
upgrade to grunt-html-validation v0.1.11
2013-12-17 01:29:19 -08:00
Sebastian Podjasek
ae640d4f1c
Fix handling of btn-group placed inside input-group-btn (used for mixing dropdowns with normal buttons)
2013-12-16 22:56:28 +01:00
Zlatan Vasović
ba3639b202
Require comma on left side
2013-12-16 18:06:31 +01:00
Chris Rebert
94635eb972
Merge pull request #11893 from twbs/separate-browsers-file
...
move Sauce test browsers list out of Gruntfile into separate file
2013-12-16 00:43:21 -08:00
Chris Rebert
0f72123c43
move Sauce test browsers list out of Gruntfile into separate file
2013-12-16 00:42:45 -08:00
Mark Otto
b6b2c90a7d
Merge branch 'master' into docs_derp
2013-12-16 00:39:50 -08:00
Chris Rebert
2ae39d7166
Merge pull request #11891 from twbs/cache-jekyll-bundle
...
use S3-cached Jekyll install to further speed up the Travis build
2013-12-16 00:02:42 -08:00
Chris Rebert
498f00a244
use S3-cached Jekyll install
2013-12-15 23:52:44 -08:00
Mark Otto
ec261a83a5
Merge branch 'master' of github.com:twbs/bootstrap
2013-12-15 22:10:05 -08:00
Mark Otto
ca14b9652c
inform the people that fixed positioning ain't all it's cracked up to be /cc #11888
2013-12-15 22:09:45 -08:00
Mark Otto
05b0a74d9a
Merge pull request #11887 from twbs/minor-panels-refactor
...
minor refactoring of 4ee93c9f85
2013-12-15 22:04:57 -08:00
Chris Rebert
6bb73df50e
Merge pull request #11890 from twbs/generic-caching
...
make S3 caching significantly more generic
2013-12-15 21:26:52 -08:00
Chris Rebert
95c72b573e
make S3 caching significantly more generic
2013-12-15 21:12:33 -08:00
Chris Rebert
637b20f6d5
minor refactoring of 4ee93c9f85
2013-12-15 20:56:23 -08:00
Chris Rebert
75db355073
Merge pull request #11886 from twbs/html-validator-config
...
explicitly set more HTML5 validator options
2013-12-15 19:45:34 -08:00
Chris Rebert
43c3d785ef
explicitly set more HTML5 validator options
2013-12-15 19:42:47 -08:00
Chris Rebert
94bdea0054
use unique IDs for input feedback examples so HTML validates
2013-12-15 19:15:26 -08:00
Chris Rebert
f8cee54f4b
use unique IDs for modal labels in doc examples so HTML validates
2013-12-15 19:07:26 -08:00
Chris Rebert
4db1d69e98
simplify JS snippet slightly
2013-12-15 19:00:37 -08:00
Chris Rebert
a2f7c3015e
fix typo in docs
2013-12-15 18:45:56 -08:00
Chris Rebert
023731b4c7
fix var name in example to follow JS conventions
2013-12-15 18:19:10 -08:00
Chris Rebert
be508e043c
copyediting
2013-12-15 18:13:50 -08:00
Mark Otto
4ee93c9f85
Fixes #10492 again, this time for last row's corners on striped tables
2013-12-15 17:22:55 -08:00
Mark Otto
2979e4bcea
Add new form feedback states, clean up existing form styles
...
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-15 17:15:09 -08:00
Mark Otto
d9345ff7d5
Fixes #11266 : Apply a pixel-based line-height to date inputs for iOS 7
2013-12-15 15:27:46 -08:00
Mark Otto
4f22670c6e
formatting and comment
2013-12-15 15:24:52 -08:00
Mark Otto
d1f15baa71
Merge branch 'master' into pr/11817
...
Conflicts:
dist/css/bootstrap.min.css
less/input-groups.less
2013-12-15 15:07:38 -08:00
Mark Otto
b04a1de9b0
Fixes #11402 : Updated fix for select.form-control width in inline-forms
2013-12-15 14:52:49 -08:00
Mark Otto
24eee65c25
grunt
2013-12-15 14:32:14 -08:00
Mark Otto
6bc7126643
Merge pull request #11494 from blowsie/patch-2
...
Fixed single dropdown-toggle in btn-group-veritcal not being rounded
2013-12-15 14:28:49 -08:00
Mark Otto
393d523cdb
Fixes #11660 : Depcreate small and .small in blockquote in favor of footer
2013-12-15 14:23:55 -08:00
Mark Otto
9023c087db
Merge branch 'master' of github.com:twbs/bootstrap
2013-12-15 14:14:32 -08:00
Mark Otto
f5c13a3e1b
revert an earlier change to move the component-animations.less file because it fubared modal backdrop .fade usage
2013-12-15 14:14:09 -08:00
Mark Otto
f6fe62cdf7
run grunt on modal scrolling change
2013-12-15 14:13:25 -08:00
Mark Otto
122245fe87
Merge branch 'master' into pr/11676
...
Conflicts:
less/modals.less
2013-12-15 14:10:48 -08:00
Mark Otto
55f6beb427
Merge branch 'master' into pr/11776
...
Conflicts:
package.json
2013-12-15 14:09:50 -08:00
Mark Otto
e7a56df5a2
Merge pull request #11732 from dak/include-dev-fonts-in-bower
...
Don't exclude fonts from bower installs
2013-12-15 14:07:17 -08:00
Mark Otto
56eecf97ac
Merge branch 'master' of github.com:twbs/bootstrap
2013-12-15 13:53:41 -08:00
Mark Otto
ee80b5e1d4
typo
2013-12-15 13:52:56 -08:00
Mark Otto
f126411735
Merge pull request #11840 from ZDroid/pagination-boom
...
Improve pager customization
2013-12-15 13:46:11 -08:00
Mark Otto
93a4d6cc5e
Fixes #11783 : Document requirement of .container(-fluid) in navbars
2013-12-15 13:44:26 -08:00
Mark Otto
540677c42a
Fixes #11795 : Update the contributing guidelines to include some more CSS guidelines
2013-12-15 13:39:45 -08:00
Mark Otto
a13d459491
Clarify number of columns in nested grid
2013-12-15 13:08:17 -08:00
Mark Otto
d57e81d06d
Fixes #11799 : Mention support of number of add-ons in docs
2013-12-15 12:41:47 -08:00
Mark Otto
c7c9929c12
Fixes #11770 : Move component-animations.less to the utility section of import list to match Customizer
2013-12-15 12:31:40 -08:00
Mark Otto
a925a0b985
Browser/device support docs update
...
* Fixes #11055 : add mention of select menu styling on Android stock
browsers with included optional fix
* Update IDs and docs nav to include bookmark links to each section
* Add callout to navbar docs about fixed position, inputs, and virtual
keyboard
2013-12-15 12:27:46 -08:00
Mark Otto
cb3d9dfe83
Fixes #11833 : add warning to docs for popover multiple line positioning; update it's docs with example markup, too
2013-12-15 11:44:16 -08:00
Mark Otto
1264cb7140
update tooltip docs
2013-12-15 11:41:46 -08:00
Mark Otto
61ec569211
Fixes #11805 with docs mention of navbar
2013-12-15 11:36:16 -08:00
Mark Otto
f60b8169c6
finalize blog template
2013-12-15 11:33:06 -08:00
Mark Otto
a7029edc61
Restyle the blockquote to not thin text or change line-height
2013-12-15 11:29:58 -08:00
Mark Otto
fd62247bf8
Merge branch 'master' into cover_template
2013-12-15 11:16:57 -08:00
Mark Otto
2b86e05a61
Change variable
2013-12-15 11:09:03 -08:00
Mark Otto
bc261ecc52
Merge branch 'master' of github.com:twbs/bootstrap
2013-12-15 11:02:45 -08:00
Mark Otto
a319ec5b7d
Fixes #11829 : Adds .make-xs-column mixins
2013-12-15 11:02:32 -08:00
Mark Otto
2ea370f93b
Merge pull request #11861 from freeman/master
...
Issue #11852 : create a new variable for the list group active item link...
2013-12-15 10:59:23 -08:00
Mark Otto
9a8e619543
Fixes #11871 : commas last
2013-12-15 10:57:11 -08:00
Mark Otto
ad782ff89a
comments and spacing
2013-12-15 10:53:53 -08:00
Mark Otto
8c13565e3c
Merge branch 'master' of github.com:twbs/bootstrap
2013-12-15 10:39:12 -08:00
Mark Otto
82c52a7e9d
Fixes #11801 : use correct variables for grid containers
2013-12-15 10:38:54 -08:00
Mark Otto
ca7fd08646
Merge pull request #11879 from ZDroid/wrong-variable
...
Fix wrong variable name
2013-12-15 10:28:32 -08:00
Zlatan Vasović
ae170a5930
Fix wrong variable name
2013-12-15 11:47:23 +01:00
Mark Otto
168469f545
Fixes #11588 : Scope font-size to only p elements in a .jumbotron and remove the supersized line-height from the base class
2013-12-14 21:50:47 -08:00
Mark Otto
647e9eb0f1
Fixes #11555 : Add @tooltip-opacity variable
2013-12-14 21:43:08 -08:00
Mark Otto
072ccd4dda
Fixes #11572 : Add contextual background-color classes to match text classes; move both sets of classes to Helper Classes section of the CSS docs
2013-12-14 21:40:16 -08:00
Mark Otto
67b536ea51
change class name
2013-12-14 21:25:57 -08:00
Mark Otto
bcc2c8b09e
Merge branch 'master' of github.com:twbs/bootstrap
2013-12-14 20:04:52 -08:00
Mark Otto
432b9f9cde
Fixes #11561 : Add float: left; to .form-control within input groups to prevent IE9 from screwing up placeholder text and select menu arrows
2013-12-14 20:04:12 -08:00
Chris Rebert
c243e2417e
Merge pull request #11864 from twbs/parallelize-build
...
parallelize Travis using build matrix & test subsuites
2013-12-14 19:40:28 -08:00
Mark Otto
4da03c83c5
correct bookmark prefix
2013-12-14 19:31:20 -08:00
Mark Otto
88a8669656
document #11326
2013-12-14 19:31:03 -08:00
Chris Rebert
39a2dab722
parallelize Travis using build matrix & test subsuites
2013-12-14 19:11:04 -08:00
Mark Otto
e98c2dc3ad
Merge pull request #11326 from ZDroid/animations
...
Add `.animation-*()` mixins
2013-12-14 18:58:41 -08:00
Mark Otto
35dd6b9fd7
Merge pull request #10704 from XhmikosR/various
...
rm unused vars
2013-12-14 18:55:25 -08:00
Mark Otto
46c3d27468
Merge branch 'master' into pr/11435
...
Conflicts:
dist/css/bootstrap.css
dist/css/bootstrap.min.css
2013-12-14 16:56:56 -08:00
Mark Otto
4c64c1eecd
Merge branch 'master' into pr/11302
...
Conflicts:
dist/css/bootstrap.css
dist/css/bootstrap.min.css
2013-12-14 16:46:40 -08:00
Mark Otto
d79431ca02
Document new modal sizes
2013-12-14 16:29:55 -08:00
Mark Otto
323a40cc53
Merge branch 'master' into pr/11162
...
Conflicts:
less/modals.less
2013-12-14 16:29:47 -08:00
Mark Otto
83c60ef3ee
Merge branch 'master' into pr/11107
...
Conflicts:
docs-assets/js/raw-files.js
2013-12-14 16:20:19 -08:00
Mark Otto
4afcebe0e7
Merge pull request #11286 from BBosman/well-border
...
Add well-border variable
2013-12-14 16:17:41 -08:00
Mark Otto
544b8ecab7
Fixes #10921 : Add support for input groups within button toolbars
...
* Floats any `.input-group` within a toolbar
* Simplifies the CSS to remove sibling selectors and instead use a
negative amrgin on the parent with only `margin-left`
See it in action: http://jsbin.com/aGEcUqAT/1/ .
2013-12-14 16:03:21 -08:00
Mark Otto
fd4130534f
mention lack of support for split button dropdowns in vertical button groups
2013-12-14 15:56:01 -08:00
Mark Otto
a54dbfdf2a
Merge branch 'master' into pr/10951
...
Conflicts:
dist/css/bootstrap.min.css
less/modals.less
2013-12-14 15:38:21 -08:00
Mark Otto
f1869771bc
Fixes #10505 : Document more of LESS vars and mixins
2013-12-14 14:18:43 -08:00
Mark Otto
85316c8a0c
Merge branch 'master' of github.com:twbs/bootstrap
2013-12-14 13:23:25 -08:00
Mark Otto
11c6ab767c
Fixes #10370 : Improved and deprecated dropdown menu alignment options
...
* Removes an old pair of selectors that didn’t properly target the
right-aligned navbar alignment of dropdown menus.
* Deprecates the `.pull-right` alignment in favor of a more specific
and unique class name.
* Adds `.dropdown-menu-right` as the new alignment class. This is then
mixin-ed into the `.navbar-right.navbar-nav` dropdown menus for
auto-alignment.
* To override that auto-alignment, use `.dropdown-menu-left` as needed.
2013-12-14 13:22:56 -08:00
Chris Rebert
9e50078321
Merge pull request #11878 from ZDroid/patch-1
...
Add `try` and `catch` to keywords
2013-12-14 13:13:24 -08:00
Zlatan Vasović
7f6cf5e50c
Add try and catch to keywords
2013-12-14 21:57:59 +01:00
Mark Otto
914f5e6a1d
Fixes #11867 : Add @panel-body-padding variable
2013-12-14 11:44:54 -08:00
Mark Otto
ecc6f4e6bc
Merge branch 'master' into pr/11868
...
Conflicts:
dist/css/bootstrap.min.css
2013-12-14 11:36:54 -08:00
Mark Otto
22820d7151
Fixes #10495 : Float Glyphicon and set margins in .navbar-brand to ensure there is no added height because wtf even is CSS
2013-12-13 23:06:04 -08:00
Chris Rebert
ce07ff84cd
Merge pull request #11869 from twbs/cache-node_modules
...
use S3-based node_modules caching
2013-12-13 17:35:39 -08:00
Chris Rebert
6b6b059ac3
time all the things
2013-12-13 17:22:46 -08:00
Chris Rebert
42697a4ecb
use S3-based node_modules caching
2013-12-13 17:20:32 -08:00
Chris Rebert
de6b9e9df1
Merge pull request #11874 from ZDroid/hotfix
...
';' isn't needed
2013-12-13 14:31:15 -08:00
Zlatan Vasović
e3d799fca3
';' isn't needed
2013-12-13 23:15:02 +01:00
Tobias Lindig
37b2c8a812
add dist files.
2013-12-13 12:27:56 +01:00
Tobias Lindig
b7bf212995
use @zindex-modal for .modal and @zindex-modal-background for .modal-backdrop.
...
removed z-index for .modal-dialog, it was not necessary because the parent element (.modal) already has a z-index.
2013-12-13 12:24:20 +01:00
Mark Otto
5f9ecc7351
-ms-transform is for IE9 only, IE10+ don't require it
2013-12-12 23:01:11 -08:00
Mark Otto
0e6d34f24f
Merge pull request #11819 from janpanschab/ms-transform-origin
...
Transform-origin mixin for IE
2013-12-12 22:59:08 -08:00
Chris Rebert
2d693def43
Merge pull request #11863 from twbs/update-osx
...
Sauce tests: update to later browsers supported by OS X 10.9
2013-12-12 22:16:31 -08:00
Chris Rebert
56d89ed7ae
Sauce tests: update to later browsers supported by OS X 10.9
2013-12-12 21:58:44 -08:00
Mark Otto
0cb570724d
quotes
2013-12-12 18:10:58 -08:00
Mark Otto
d2d2f77ffe
text update
2013-12-12 15:21:49 -08:00
Mark Otto
885d14b042
move icons to partial
2013-12-12 15:21:34 -08:00
Mark Otto
d704bf0a52
just column width, not max
2013-12-12 14:59:25 -08:00
Mark Otto
0b4efcda90
more docs homepage cleanup
2013-12-12 14:57:43 -08:00
mrasscha
ce39cbe6fa
Issue #11852 : create a new variable for the list group active item link text.
2013-12-12 20:48:08 +01:00
Mark Otto
f8a78d7de7
homepage images
2013-12-12 10:28:43 -08:00
Mark Otto
da24a3e118
typo
2013-12-12 10:28:37 -08:00
Chris Rebert
730ccd2a20
Merge pull request #11859 from dzwillia/add_dropdown_caret_color
...
Add @dropdown-caret-color variable back to variables.less
2013-12-12 10:02:53 -08:00
dzwillia
4b47c60835
Added @dropdown-caret-color variable back to variables.less (deprecated)
2013-12-12 12:53:59 -05:00
Mark Otto
4fc2907723
Merge branch 'master' into docs_derp
...
Conflicts:
docs-assets/css/docs.css
docs-assets/js/application.js
2013-12-11 22:39:03 -08:00
Mark Otto
0e8baab34a
more homepage and sidenav overhaul
2013-12-11 22:37:59 -08:00
Mark Otto
fbf31f965e
Add new template, Cover
2013-12-11 16:45:41 -08:00
Mark Otto
9966d035cd
Merge branch 'master' of github.com:twbs/bootstrap
2013-12-11 10:52:55 -08:00
Mark Otto
a3a2525124
Fixes #11837 : grid containers are fixed width now, no longer max-width
2013-12-11 10:52:47 -08:00
Mark Otto
bdd0890c0f
Merge pull request #11841 from ZDroid/breadcrumbs
...
Use variables for breadcrumb padding
2013-12-11 10:48:51 -08:00
Mark Otto
5ec2b4b255
Merge pull request #11839 from XhmikosR/readme
...
Clarify Windows workarounds.
2013-12-11 10:47:54 -08:00
Zlatan Vasović
2547f1e20f
Use variables for breadcrumb padding
2013-12-11 14:36:26 +01:00
Zlatan Vasović
27859f6b8f
Improve pager customization
2013-12-11 14:25:21 +01:00
Chris Rebert
f3077ee424
Merge pull request #11838 from XhmikosR/customizer
...
customizer.js: Remove a workaround for older less.js.
2013-12-11 03:53:44 -08:00
XhmikosR
caa3d53dcb
customizer.js: remove a workaround for older less.js.
2013-12-11 13:27:23 +02:00
XhmikosR
6355832e90
Clarify Windows workarounds.
2013-12-11 12:57:18 +02:00
Mark Otto
2bc08190ec
Combine updates to Windows Jekyll stuff
2013-12-10 19:43:52 -08:00
Mark Otto
f32ef36daf
Merge pull request #11830 from XhmikosR/jekyll-windows
...
Update Jekyll on Windows info
2013-12-10 19:40:51 -08:00
Mark Otto
352b6883e9
Merge pull request #11832 from twbs/run_jekyll_on_windows
...
Help Windows users install Jekyll
2013-12-10 19:40:31 -08:00
Julian Thilo
1d56211653
Help Windows users install Jekyll
2013-12-11 00:13:02 +01:00
XhmikosR
b9f12a5637
README.md: mention an alternative workaround for the jekyll issue on Windows.
2013-12-11 00:06:25 +02:00
XhmikosR
fc3e7433c2
Update README.md.
...
Mention that Python needs to be in PATH for Pygments to work and thus jekyll not fail.
2013-12-11 00:06:25 +02:00
Scott Plumlee
bbe551044c
Allow listbox AIRA role on dropdown component.
2013-12-10 14:17:32 -05:00
Mark Otto
1bce8c9301
Merge pull request #11818 from XhmikosR/less.js
...
Update less.js to v1.5.1.
2013-12-10 10:03:33 -08:00
Mark Otto
52c87b30a9
Merge pull request #11812 from tlindig/load_grunt_tasks
...
Build process: use module "load-grunt-tasks" to load grunt tasks
2013-12-10 10:02:01 -08:00
Jan Panschab
3e0366a3df
transform origin mixin for explorer
2013-12-10 17:15:41 +01:00
XhmikosR
11180e0fa7
Update less.js to v1.5.1.
...
This fixes an error with `&:extend(.clearfix all)` when using the customizer.
2013-12-10 18:09:14 +02:00
Tobias Lindig
3b5e0c9a3c
hide space characters in input-group-btn to fix segmented buttons double border
2013-12-10 16:47:12 +01:00
Tobias Lindig
3583aa2774
correct indentation
2013-12-10 14:47:50 +01:00
Tobias Lindig
9f12f840b9
Buildprocess: use module "load-grunt-tasks" to load grunt tasks directly from the package.json
2013-12-10 10:28:44 +01:00
XhmikosR
5749039f8d
Remove unused variables.
2013-12-10 10:11:10 +02:00
Mark Otto
a6b5c7db12
Merge pull request #11809 from twbs/enable-LESS-strictMath
...
enable strictMath in grunt-contrib-less config
2013-12-09 18:16:18 -08:00
Chris Rebert
95992ef7e9
enable strictMath in grunt-contrib-less config
2013-12-09 16:27:42 -08:00
Chris Rebert
28d8be1634
Merge pull request #11808 from twbs/strict-math-fixes
...
more LESS strictMath fixes
2013-12-09 16:20:26 -08:00
Chris Rebert
ab29b1a335
misc strictMath compliance fixes
2013-12-09 16:14:44 -08:00
Chris Rebert
9664f8da58
add parens around arithmetic in recursive mixin calls to comply with LESS strictMath
...
<3 @seven-phases-max for helping to confirm & debug this
X-Ref: https://github.com/less/less.js/issues/1725
2013-12-09 16:02:24 -08:00
Chris Rebert
88d8cd90e2
Merge pull request #11807 from twbs/stricter-math
...
improve compliance with LESS's strictMath
2013-12-09 15:37:56 -08:00
Chris Rebert
10e74a94e6
improve compliance with LESS's strictMath
2013-12-09 15:35:13 -08:00
Chris Rebert
9e38e25534
enable CSS source maps in grunt-contrib-less
2013-12-09 14:29:19 -08:00
Mark Otto
25ec09f06a
Merge pull request #11790 from twbs/drop_recess_for_less
...
Drop grunt-recess for grunt-contrib-less
2013-12-09 11:30:10 -08:00
Mark Otto
d466d527a4
Undo merge of #11778 and use cleancss min option
2013-12-09 00:12:11 -08:00
Mark Otto
b9b17bc72b
grunt
2013-12-09 00:09:52 -08:00
Mark Otto
de218bbba8
Merge branch 'pr/11779' into drop_recess_for_less
...
Conflicts:
Gruntfile.js
package.json
2013-12-08 23:56:22 -08:00
Mark Otto
7d4171ccd1
Merge pull request #11792 from twbs/list-group-nest
...
more nesting in .list-group-item-variant mixin
2013-12-08 23:55:03 -08:00
Mark Otto
ea61a19a04
Merge branch 'pr/11778' into drop_recess_for_less
...
Conflicts:
Gruntfile.js
dist/css/bootstrap-theme.min.css
dist/css/bootstrap.min.css
2013-12-08 23:48:07 -08:00
Chris Rebert
9ceff60057
more nesting in .list-group-item-variant mixin
2013-12-08 23:34:24 -08:00
Mark Otto
0016c17f93
Switch to &:extend(.clearfix all) for clearfix mixin
...
Original discussion:
https://github.com/less/less.js/issues/1437#issuecomment-21383639 .
Since we’re switching to `grunt-contrib-less`, we can take advantage of
newer LESS features than what RECESS supported. Included in that is the
ability to `:extend`, and not only that, but `:extend(.mixin-name
all)`. By doing so, we remove duplicate CSS for all our elements that
were being clearfix-ed.
Fixes #8947 , #8968 , #8991 , #9257 , #9268 , #9291 , #9430 , #9604 , #9686 ,
#9929 , #10731 , #10793 , #11305 , #11498 , #11533 , #11570 , #11604 , #11652 .
(dem issues, tho)
2013-12-08 23:18:28 -08:00
Mark Otto
2a4621b71f
Merge branch 'master' into drop_recess_for_less
...
Conflicts:
dist/css/bootstrap.min.css
2013-12-08 23:00:01 -08:00
Mark Otto
e4c1ef7c6d
more closely align property order with recess
2013-12-08 22:55:09 -08:00
Mark Otto
0991c7c341
specify block indent as numeral to prevent fubared media query output
2013-12-08 22:33:24 -08:00
Mark Otto
e90ce1c0d5
single array == no rogue spaces
2013-12-08 22:32:07 -08:00
Mark Otto
4540f9e2d2
derp, don't sort min /cc @cvrebert
2013-12-08 22:16:43 -08:00
Mark Otto
aae9c2d136
merge, compile
2013-12-08 22:11:46 -08:00
Chris Rebert
dbe95f027d
fixups to csscomb grunt task
2013-12-08 20:46:12 -08:00
Mark Otto
6df909ad9b
Fixes #11786 : Nest media queries within print utilities for mixin-friendliness
2013-12-08 19:19:06 -08:00
Mark Otto
6b55e93570
adding json
2013-12-08 19:17:43 -08:00
Mark Otto
f1cb57c8c2
restore original options value
2013-12-08 19:12:37 -08:00
Mark Otto
c0200426ee
Drop grunt-recess for grunt-contrib-less & co
2013-12-08 19:09:27 -08:00
Mark Otto
768f8b00f3
Merge branch 'master' of github.com:twbs/bootstrap
2013-12-08 17:50:26 -08:00
Chris Rebert
ae0d48057e
fix #11787 : document stateful button JS
2013-12-08 17:42:59 -08:00
Mark Otto
cdb7d9839e
grunt
2013-12-08 17:21:37 -08:00
Mark Otto
b98d6ed12b
Merge branch 'master' of github.com:twbs/bootstrap
2013-12-08 17:19:45 -08:00
Mark Otto
e1247e3edc
Match customizer banner to Gruntfile banner
2013-12-08 17:17:51 -08:00
Mark Otto
997a1f4ed2
fix dependency mapping of buttons and button-groups in customizer
2013-12-08 17:17:04 -08:00
Chris Rebert
1f35b6ec5c
fix <button>s with .btn but missing accompanying .btn-*
2013-12-08 17:15:26 -08:00
Julian Thilo
bab736c7d7
Fix typo in new author meta tag
2013-12-08 22:39:29 +01:00
Mark Otto
5eeaf114cc
Merge pull request #11780 from ZDroid/grunt-dev
...
Don't ignore Gruntfile, it's required for compile
2013-12-08 10:47:24 -08:00
Zlatan Vasović
a5d9b358ab
Don't ignore Gruntfile, it's required for compile
2013-12-08 13:36:52 +01:00
XhmikosR
cbfbf1b2dd
Add csslint support.
2013-12-08 13:23:25 +02:00
XhmikosR
fdc5d1dc34
Minify css with clean-css.
2013-12-08 13:05:10 +02:00
Zlatan Vasović
77bc82d486
Add .animation-*() mixins
2013-12-08 11:54:04 +01:00
Mark Otto
b5613c9af5
Merge pull request #10709 from XhmikosR/quotes
...
Quotes
2013-12-08 02:52:15 -08:00
XhmikosR
eca8ff3803
Use single quotes consistently.
2013-12-08 12:44:14 +02:00
Zlatan Vasović
0c457d48f8
Drop redundant module import
2013-12-08 11:24:47 +01:00
Mark Otto
ed63dfd8d3
Merge pull request #11739 from XhmikosR/lint-assets
...
Lint docs-assets/js/application.js and docs-assets/js/customizer.js.
2013-12-08 02:16:16 -08:00
Mark Otto
e349fb2114
fix validation failure
2013-12-08 02:14:43 -08:00
Mark Otto
1f9bfa89dc
Fixes #11741 : Don't set headings font-family again, just use inherit
2013-12-08 02:14:24 -08:00
Mark Otto
c37b710e85
Merge branch 'master' into pr/11744
...
Conflicts:
dist/css/bootstrap.min.css
2013-12-08 02:00:37 -08:00
Mark Otto
b5008ebf9c
add vertical-align back to where it's necessary since we reset from block to inline-block on several inputs
2013-12-08 01:59:44 -08:00
Mark Otto
e43e87b2f3
Merge pull request #11748 from bganicky/patch-1
...
Updated .scale() mixin so that it accepts optional vertical scale factor...
2013-12-08 01:49:38 -08:00
Mark Otto
12500047f9
Merge branch 'master' into pr/11750
...
Conflicts:
dist/css/bootstrap.css
dist/css/bootstrap.min.css
2013-12-08 01:45:42 -08:00
Mark Otto
475bbd4d38
Merge branch 'master' of github.com:twbs/bootstrap
2013-12-08 00:17:17 -08:00
Mark Otto
d70f4e895c
image compression
2013-12-07 23:49:03 -08:00
Mark Otto
adf8209b9c
Merge pull request #11772 from KostyaTretyak/correction
...
Fixed some errors in the docs javascript.html
2013-12-07 23:29:36 -08:00
Mark Otto
90cbfc76e4
Add new template, Cover
2013-12-07 23:23:41 -08:00
kostyatretyak
34070af4a3
Merge branch 'master' of https://github.com/twbs/bootstrap into correction
2013-12-08 09:13:22 +02:00
kostyatretyak
6145cc026d
Fixed some errors in the docs javascript.html
2013-12-08 09:11:43 +02:00
Mark Otto
6273604601
Add .container-fluid variation for full-width containers and layouts
...
/cc #10711 #9862
2013-12-07 20:52:51 -08:00
Mark Otto
73bc7d9f12
Add new template, Dashboard
2013-12-07 20:51:25 -08:00
Mark Otto
5fdd917918
improve icon display on narrow devices
2013-12-07 16:28:29 -08:00
Mark Otto
5e6f9b9a37
prevent horizontal scroll on components
2013-12-07 16:22:43 -08:00
Mark Otto
74408de619
Shorter download text because narrow viewports
2013-12-07 16:22:00 -08:00
Mark Otto
0bf5202b92
Fixes #11729 : Show code snippets on mobile views
2013-12-07 16:21:46 -08:00
Mark Otto
9edec7ed21
Fixes #11756 : Mention document mode checking ability in IE comaptibility modes
2013-12-07 15:57:17 -08:00
Mark Otto
a9b86cbfde
Merge branch 'pr/11138'
...
Conflicts:
dist/css/bootstrap.min.css
dist/js/bootstrap.min.js
docs-assets/js/raw-files.js
2013-12-07 14:10:41 -08:00
Mark Otto
07de53c644
Contextual list group cleanup
...
* Adds nav link to sidebar for contextual classes
* Refactors to use prefixed classes, like .list-group-item-info, instead of chained classes
* Adds default and linked variations to example in docs
2013-12-07 14:09:03 -08:00
Mark Otto
a1f737b436
grunt dist after adding .text-justify
2013-12-07 12:19:17 -08:00
Mark Otto
bfd8f8c83a
Merge branch 'master' of github.com:twbs/bootstrap
2013-12-07 12:18:52 -08:00
Mark Otto
b1215d1b2e
Fixes #11193 : Add kbd element styles to indicate user input via keyboard
2013-12-07 12:18:13 -08:00
Mark Otto
a691d54436
Merge pull request #11675 from GraceNut/feature/text-justify
...
Added text-justify class to type.less
2013-12-07 11:58:31 -08:00
Mark Otto
fe58357df1
Fixes #10884 : Adds .info variant to contextual table classes
2013-12-07 11:56:35 -08:00
Mark Otto
c07632e4e8
Reorder button and table variants for consistent order
2013-12-07 11:47:37 -08:00
Mark Otto
107b334d34
Fixes #11766 : Use color var for background on badges in buttons to restore proper background to default button badge
2013-12-07 11:45:11 -08:00
Mark Otto
2b4fa90902
grunt dist
2013-12-07 11:44:32 -08:00
Mark Otto
cc1f95652b
Merge branch 'master' of github.com:twbs/bootstrap
2013-12-07 11:41:02 -08:00
Mark Otto
775c29fef6
Fixes #11764 : Add meta data to docs for description, keywords, and authors
2013-12-07 11:40:08 -08:00
Mark Otto
94a5413ec7
Merge pull request #11757 from ZDroid/darken-toggle
...
Darken navbar toggle icon bar to meet WCAG
2013-12-07 11:34:03 -08:00
Mark Otto
4032dd0f26
grunt
2013-12-07 11:32:39 -08:00
Mark Otto
73da46c8bb
Fixes #11760 : Remove mailing list links from readme and about pages
...
Links are dead now since Google blacklisted the group for massive spam,
which they could be of no help in resolving. We’ll have a new official
forum for discussions soon folks <3.
2013-12-07 11:22:38 -08:00
Mark Otto
4b84acb9a4
Merge pull request #11765 from ZDroid/docs-min-js
...
Load minified Bootstrap JS code
2013-12-07 11:09:43 -08:00
Zlatan Vasović
8087f95ca4
Load minified Bootstrap JS code
2013-12-07 10:27:28 +01:00
Mark Otto
b441632db1
Merge pull request #11761 from twbs/jscs
...
add JavaScript Code Style checker integration
2013-12-06 19:33:53 -08:00
XhmikosR
2fc2fe75bd
Lint docs-assets/js/application.js and docs-assets/js/customizer.js.
2013-12-07 05:05:13 +02:00
XhmikosR
f4087df47e
Remove incompatible properties.
2013-12-07 04:52:20 +02:00
Chris Rebert
c1dae1e13c
integrate JSCS
2013-12-06 17:26:07 -08:00
Chris Rebert
351f86e1db
fix some JS to pass jscs
2013-12-06 17:23:45 -08:00
Chris Rebert
4be126e014
Merge pull request #11745 from XhmikosR/function-spaces
...
Be consistent with function () spaces
2013-12-06 16:43:09 -08:00
Chris Rebert
650279f703
Merge pull request #11758 from ZDroid/rm-brstck-bower
...
Drop browserstack.json from bower.json ignore
2013-12-06 13:45:58 -08:00
Zlatan Vasović
c78f3b2712
Drop browserstack.json from bower.json ignore
2013-12-06 22:45:17 +01:00
Zlatan Vasović
78b43d4c99
Darken icon bar to meet WCAG
2013-12-06 22:34:29 +01:00
Mark Otto
01a1c41d49
Merge pull request #11755 from twbs/track-customize-js
...
track customize.js so that customizer works on GitHub Pages site
2013-12-06 13:21:00 -08:00
Chris Rebert
c545312bd6
need customize.js to be tracked for it to work on GitHub Pages
...
follow-up to #11738
2013-12-06 11:35:58 -08:00
Chris Rebert
2e9cde6fd9
grunt
2013-12-06 11:33:18 -08:00
Mark Otto
dc34c8a206
Merge pull request #11738 from XhmikosR/min-assets
...
Minify docs-assets too.
2013-12-06 11:27:19 -08:00
Chris Rebert
e90e602b53
Merge pull request #11742 from vincentchan/master
...
Added link to Bootstrap in French (in about.html)
2013-12-06 09:44:15 -08:00
Chris Rebert
5e8db4ad11
Merge pull request #11740 from XhmikosR/trailing-spaces
...
Remove trailing spaces
2013-12-06 09:42:39 -08:00
Luke Noel-Storr
b92bee99ef
reverted changes in commit 96109d3 which seemed to break conditional classes in striped tables (ignoring the comment above that the previous rules were needed for just this purpose)
...
fixes issue twbs/bootstrap#11728
2013-12-06 14:11:58 +00:00
Bohdan Ganicky
9ce7e5620c
Updated .scale() mixin so that it accepts optional vertical scale factor parameter.
2013-12-06 14:09:55 +01:00
XhmikosR
5e2ef69e1c
Use a space before functions' bracket consistently.
2013-12-06 12:43:48 +02:00
XhmikosR
4aad52797c
Use a space after function consistently.
2013-12-06 12:43:48 +02:00
Vincent Chan
b9ae594ca4
Adding Bootstrap in French
2013-12-06 18:33:20 +08:00
XhmikosR
68a6e57b15
bower.json: remove trailing spaces.
2013-12-06 11:32:57 +02:00
XhmikosR
3de4f23ea2
Minify docs-assets too.
2013-12-06 11:25:29 +02:00
Chris Rebert
7b06538c91
Merge pull request #11723 from stof/patch-1
...
Added the removal of tab-content and tab-pane in the migration guide
2013-12-05 16:53:15 -08:00
Chris Rebert
3b75d64767
Merge pull request #11733 from KostyaTretyak/edit
...
Fixed some errors in the documentation
2013-12-05 16:50:03 -08:00
kostyatretyak
dde53a56e0
This is error?
2013-12-06 02:28:42 +02:00
Derek Kent
b8b250a5d2
Don't exclude fonts from bower installs
...
Excluding fonts/ from bower installs causes glyphicons to be
unavailable to projects using development Bootstrap LESS files.
2013-12-05 19:05:32 -05:00
kostyatretyak
4ec13704d2
Fixed another small error
2013-12-06 02:03:35 +02:00
kostyatretyak
3ae7e0afe9
Merge branch 'master' of https://github.com/twbs/bootstrap into edit
2013-12-06 01:36:53 +02:00
Christophe Coevoet
813a4fafb6
Added the removal of tab-content and tab-pane in the migration guide
2013-12-05 17:45:22 +01:00
Mark Otto
6d03173a1a
Merge pull request #11718 from KostyaTretyak/once
...
Added link to Ukrainian translation website (in about.html)
2013-12-05 08:09:10 -08:00
Lukáš Doležal
6e9efb2024
Use document scroll height instead of offset height to support body with absolute height
2013-12-05 16:28:31 +01:00
kostyatretyak
c7e45fa4a7
Added links to Ukrainian translation website
2013-12-05 12:33:55 +02:00
Mark Otto
aac4f0189e
one last grunt
2013-12-04 22:54:03 -08:00
Mark Otto
0a5aa8e0a3
Merge pull request #11714 from ZDroid/redundant-comment
...
Remove redundant, duplicate comment
2013-12-04 22:52:12 -08:00
Zlatan Vasović
01afe84b31
Remove redundant, duplicate comment
2013-12-05 07:43:50 +01:00
Mark Otto
b18d3fb80f
Merge branch 'master' of github.com:twbs/bootstrap
2013-12-04 22:34:25 -08:00
Mark Otto
45930acdf7
Fixes #11610 : Add @grid-float-breakpoint-max to better link navbar behavior across viewports and improve customization.
...
Also addresses #10371 , #10395 , and #10465 .
2013-12-04 22:32:56 -08:00
Mark Otto
42bee1ddd5
Merge pull request #11671 from XhmikosR/updates
...
Update 3rd party asset libraries
2013-12-04 21:58:00 -08:00
Mark Otto
cf81cb60ef
Merge branch 'master' into gradient-prefix-cleanup
...
Conflicts:
dist/css/bootstrap.min.css
docs-assets/js/raw-files.js
2013-12-04 21:23:09 -08:00
Mark Otto
8c5dc542a5
grunt
2013-12-04 21:22:24 -08:00
Mark Otto
a45d839874
Fixes #11712 : Better support for .table-responsive within .panel's
2013-12-04 21:13:33 -08:00
Mark Otto
66f9c7d6d5
Fixes #11436 : mention in docs that .container isn't nestable; update docs to mention width, not max-width
2013-12-04 21:10:13 -08:00
Mark Otto
dd28ecd0d5
Merge pull request #11710 from JoahG/bootstrap-thumb
...
Updates Jumbotron thumbnail
2013-12-04 20:45:57 -08:00
Chris Rebert
02df15db56
Merge pull request #11709 from mdxs/patch-1
...
Dropping unused variable in dropdown.js
2013-12-04 10:50:50 -08:00
Cyrus Stoller
4031f5ee82
Add a migration tip for .label-important to .label-danger
2013-12-04 10:42:58 -08:00
Joah Gerstenberg
89061b0517
Updates Bootstrap thumbnail
2013-12-04 06:26:12 -06:00
mdxs
f7d21d6919
Dropping unused variable in dropdown.js
...
Dropping an unused variable in the Dropdown function inside the `dropdown.js` code.
There are no new/changed unit tests, as there are no feature/bug changes requiring new test cases.
For the record: I agree to dual-license this contribution under the Apache 2 and MIT licenses.
2013-12-04 11:15:48 +01:00
Chris Rebert
7b945ad296
Merge pull request #11705 from cyrusstoller/migration-guide
...
Add a migration tip for .label to .label-default
2013-12-04 00:51:13 -08:00
Cyrus Stoller
149e7efb51
Add a migration tip for .label to .label-default
2013-12-04 00:41:05 -08:00
Mark Otto
a42e9163cb
Merge branch 'master' into responsive-visibility-table
...
Conflicts:
dist/css/bootstrap.min.css
2013-12-03 22:58:25 -08:00
Mark Otto
ed0d556847
Merge pull request #11697 from twbs/btn-xs-10979
...
fix .btn-group-xs portion of #10979
2013-12-03 22:55:11 -08:00
Chris Rebert
f8e0f16663
fix broken link in CONTRIBUTING.md
2013-12-03 22:08:26 -08:00
Chris Rebert
ed2360d05e
Merge pull request #11701 from twbs/sauce-labs
...
switch to Sauce Labs for our cross-browser JS unit testing needs
2013-12-03 21:58:43 -08:00
Chris Rebert
bd9332a58a
switch to Sauce Labs for our cross-browser JS unit testing needs
...
Fixes #11087
2013-12-03 21:57:22 -08:00
kostyatretyak
7472c01ce2
Corrected a small error in the documentation
2013-12-04 06:21:54 +02:00
Chris Rebert
1d20611d54
fix invalid HTML in components.html
...
type="button" doesn't make sense for an <a>
2013-12-03 20:10:55 -08:00
Chris Rebert
4a45650026
fix .btn-group-xs portion of #10979
2013-12-03 18:03:04 -08:00
awebdeveloper
3f1e4b92ee
-moz and old webkit syntax removed for gradients based on
...
http://caniuse.com/#search=grad
2013-12-03 14:13:55 -08:00
Chris Rebert
303f8a33c3
add <table> case to responsive-visibility mixin; see #10056
2013-12-03 13:57:28 -08:00
Chris Rebert
bac153127c
grunt
2013-12-03 13:54:56 -08:00
Chris Rebert
2d4ee18162
add comment regarding #11598
2013-12-03 13:31:47 -08:00
Chris Rebert
018a1d535b
Merge pull request #11691 from twbs/xs-grid-docs-fix
...
document that XS grid supports offsets and push/pull
2013-12-03 11:28:57 -08:00
Chris Rebert
7a9d9f7dc4
account for #11050 in the docs
2013-12-03 11:22:56 -08:00
Chris Rebert
199872418c
reference root issue in explanatory comment
2013-12-03 11:14:13 -08:00
Chris Rebert
f2dab82d30
add .gitattributes file to enforce Unix newlines within the repo
2013-12-03 11:06:31 -08:00
Tobias Lindig
5a826a65b2
Gruntfile.js: Set line feed char to '\n' to get same result on all platforms.
2013-12-03 10:49:37 -08:00
Chris Rebert
a7ceefc41b
Merge pull request #11690 from lipis/patch-2
...
Get rid of empty line before the last closing bracket
2013-12-03 10:44:15 -08:00
Lipis
92a624a31c
Get rid of empty line before the last closing bracket
2013-12-03 15:03:07 +01:00
Joah Gerstenberg
0fcaca86b5
Fixes #11669 - Adds smooth modal scrolling on iOS by default
2013-12-02 14:56:23 -06:00
Haley
3a65b2c11f
Added text-justify class to type.less
2013-12-02 13:29:54 -06:00
XhmikosR
b8928340f4
Update filesaver.js to the latest git.
2013-12-02 14:15:57 +02:00
XhmikosR
c56e63e967
Update jszip.js to the latest git.
2013-12-02 14:13:10 +02:00
XhmikosR
4392d43d7c
Update holder.js to v2.2.
2013-12-02 14:12:57 +02:00
Zlatan Vasović
2b56ff0461
Reduce size of the visibility styles
2013-12-02 07:50:17 +01:00
Mark Otto
cc6951fa15
Merge pull request #10662 from kevinlisota/thumbnail-images
...
add responsive CSS to hyperlinked images when thumbnail caption markup used
2013-12-01 21:18:41 -08:00
Mark Otto
b636756e53
Merge pull request #11667 from neilhem/master
...
replace double quotation marks with single in code examples
2013-12-01 20:48:43 -08:00
Rakhat Jabagin
ab73ff1828
replace double quotation marks with single in code examples
2013-12-02 10:39:53 +06:00
Mark Otto
4876cbeef8
Merge branch 'master' into pr/11412
...
Conflicts:
dist/js/bootstrap.min.js
2013-12-01 20:27:30 -08:00
Mark Otto
1444a3ca63
grunt dist
2013-12-01 20:27:14 -08:00
Mark Otto
37e46ec2b8
add comment
2013-12-01 20:27:09 -08:00
Mark Otto
561aff7942
Merge pull request #11499 from bassjobsen/patch-3
...
fix navbar dropdown window resize bug
2013-12-01 20:18:40 -08:00
Mark Otto
8a74264344
bump version numbers to 3.0.3
2013-12-01 19:31:52 -08:00
Mark Otto
118e901eb1
grunt
2013-12-01 19:30:10 -08:00
Mark Otto
5a0365524d
Rework navbar padding and margins for right aligned last-child elements
...
This slight reworking of the navbar spacing was brought about by a
problem noted in #11530 : use of `.navbar-form.navbar-right` leaves an
extra 15px of space on the right.
Here’s what’s new:
* Removed the `padding` on `.navbar-collapse` within static top, fixed
top, and fixed bottom navbars. Meaning, it’s still there for the
default navbar. This was the root cause of the extra 15px padding for
navbar forms.
* As part of this, I also replaced the existing negative margin
overrides for last-child elements with more contextual ones within
their sub-components.
Overall not too different, but should be more effective now and easier
to work with now.
For example of new changes, see http://jsbin.com/odeSiSo/1/ .
2013-12-01 19:27:33 -08:00
Mark Otto
25bc5322aa
grunt
2013-12-01 18:35:58 -08:00
Mark Otto
d417fcecea
Fixes #11357 : Vertically center sm and xs buttons in the navbar
2013-12-01 18:13:27 -08:00
Mark Otto
33160d5043
Fixes #9927 : Update non-responsive example to prevent .navbar-collapse border from increasing height and increase specificity of nav selectors to keep dropdowns looking the same
2013-12-01 18:06:57 -08:00
Mark Otto
948da5ce9a
Merge branch 'master' of github.com:twbs/bootstrap
2013-12-01 17:25:37 -08:00
Mark Otto
dd05c0e0a7
fixes #11508 : mention in docs that inline forms only work at 768px and up
2013-12-01 13:51:17 -08:00
Mark Otto
17dee30892
Merge pull request #11662 from ZDroid/deprecation-fix
...
Use mixin instead of whole code
2013-12-01 11:16:17 -08:00
Mark Otto
556d6cef3e
Fixes #10941 : Fix Glyphicons path for those importing bootstrap.less from another directory
2013-12-01 00:20:47 -08:00
Zlatan Vasović
ed29a99df4
Use mixin instead of whole code
2013-12-01 09:18:27 +01:00
Mark Otto
8dfe93d0b9
Add docs example to go with #11536
2013-11-30 23:38:39 -08:00
Mark Otto
53047fa587
Merge branch 'master' into pr/11536
...
Conflicts:
dist/css/bootstrap.min.css
2013-11-30 23:35:56 -08:00
Mark Otto
57070dcf45
grunt
2013-11-30 23:35:08 -08:00
Mark Otto
48269dcd28
Fixes #11658 : Increase min-height of .radio and .checkbox for horizontal forms to ensure alignment of content below
2013-11-30 23:17:43 -08:00
Mark Otto
841da88f3f
Remove browser default top margin from dl elements
2013-11-30 23:08:41 -08:00
Mark Otto
cf40b5db60
Fixes #11623 : Reset position to static for grid columns within tables to unfuck borders in IE9/10 and Firefox
2013-11-30 23:04:55 -08:00
Mark Otto
c6244a94d0
Shorten sticky footer examples footer content to prevent wrapping
2013-11-30 22:41:43 -08:00
Mark Otto
22da6fcfb2
grunt
2013-11-30 21:17:53 -08:00
Mark Otto
a127f3921e
Fixes #10716 : Update what's included docs to add info on both download options
2013-11-30 21:05:39 -08:00
Mark Otto
ed98ac7560
Merge branch 'master' of github.com:twbs/bootstrap
2013-11-30 16:37:49 -08:00
Mark Otto
6bc09dd949
Fixes #11268 : Account for badges within buttons by matching background to text color and text color to background
2013-11-30 16:29:52 -08:00
Mark Otto
5283e518cc
Merge pull request #11217 from ZDroid/nest
...
Add quick fix to labels and badges in buttons
2013-11-30 16:26:38 -08:00
Mark Otto
359ac8f66a
grunt
2013-11-30 16:21:19 -08:00
Mark Otto
67d4e3323d
Fixes #11277 : Drop the abbr element from the .initialism selector
2013-11-30 16:18:07 -08:00
Mark Otto
9bbdb87150
Fixes #11420 : Update migration guide on split of .visible-/.hidden-desktop into .visible-/.hidden-md and .visible-/.hidden-lg
2013-11-30 16:16:24 -08:00
Mark Otto
6a2ca0ab3a
Fixes #11444 : Use @navbar-padding-vertical for nav links padding
2013-11-30 16:08:49 -08:00
Mark Otto
7aa6b4190b
Fixes #11402 : Set width: auto; to select.form-control within .form-inline
2013-11-30 15:57:25 -08:00
Mark Otto
d2f8b5327b
Fixes #11515 : Reorder the headings with body text and text emphasis classes
2013-11-30 14:58:35 -08:00
Mark Otto
21e2ae9489
Fixes #11544 : Add color: inherit; to .panel-title to ensure proper text color when customizing @headings-color
2013-11-30 14:53:54 -08:00
Mark Otto
82bbccde9b
Merge branch 'master' into pr/11648
...
Conflicts:
dist/css/bootstrap.min.css
less/grid.less
2013-11-30 13:09:55 -08:00
Mark Otto
5611320101
Merge branch 'master' of github.com:twbs/bootstrap
2013-11-30 12:52:45 -08:00
Mark Otto
853b69f2df
Fixes #11351 : Correct grid class reset on input groups by using attribute selector, not an old class from v3 betas
2013-11-30 12:52:08 -08:00
Mark Otto
84f536e02a
Merge pull request #11398 from thelukemcdonald/master
...
Don't print .clearfix() comment references
2013-11-30 12:47:07 -08:00
Mark Otto
a52e528d27
Fix up new margins on modals by not setting auto until screen-sm-min
2013-11-30 11:56:06 -08:00
Mark Otto
265118a6a0
Merge pull request #11657 from ZDroid/homepage
...
Use pkg.homepage
2013-11-30 11:46:22 -08:00
Zlatan Vasović
ab87085625
Use pkg.homepage
2013-11-30 16:11:41 +01:00
Mark Otto
0d81c4e339
Merge pull request #11124 from StevenBlack/issue.11098
...
Fixes issue #11098 -- Button documentation.
2013-11-30 00:58:39 -08:00
Mark Otto
080aa7f5c8
Merge branch 'master' into pr/11299
...
Conflicts:
dist/css/bootstrap.min.css
docs-assets/js/raw-files.js
2013-11-30 00:55:00 -08:00
Mark Otto
819e920d16
Merge branch 'master' of github.com:twbs/bootstrap
2013-11-30 00:43:27 -08:00
Mark Otto
a7a9dcaeb2
Alternate fix for #11303 : add link to site in banner and remove @mdo and @fat usernames from it
2013-11-30 00:42:36 -08:00
Mark Otto
95487f75d1
Merge pull request #11329 from ZDroid/patch-1
...
Add 'in' to complete thought
2013-11-30 00:40:32 -08:00
Mark Otto
143427b8ae
Merge pull request #11330 from maxwellium/patch-1
...
fixing offcanvas example for chrome
2013-11-30 00:39:00 -08:00
Mark Otto
a15a6dfa96
Merge pull request #11369 from ssorallen/speedier-js-loading
...
Speedier jQuery and Twitter widgets.js
2013-11-30 00:32:39 -08:00
Mark Otto
bb4a39d51c
Merge branch 'master' into pr/11388
...
Conflicts:
dist/css/bootstrap.min.css
2013-11-30 00:26:53 -08:00
Mark Otto
e6eb798178
Merge pull request #11434 from ZDroid/fix-11433
...
Fix #11433 : Better documentation for validation states
2013-11-30 00:23:16 -08:00
Mark Otto
938d40fc20
Merge pull request #11432 from masterbee/WCAG2-color-contrast
...
Corrected color contrast to WCAG 2.0 AA (Accessibility Tweak) - Forms and Alerts
2013-11-30 00:21:47 -08:00
Mark Otto
a06610a030
Merge pull request #11502 from 1000hz/patch-1
...
Add missing data namespace for dropdown
2013-11-29 23:55:43 -08:00
Mark Otto
5b137e5857
Merge pull request #11511 from ZDroid/fix-xs-comments
...
Fix comments for extra small grid
2013-11-29 23:46:35 -08:00
Mark Otto
f7b7cc3443
Merge pull request #11585 from thriqon/master
...
Issue #11550 : Easily copyable classes
2013-11-29 23:45:35 -08:00
Mark Otto
40f86af16a
Merge pull request #11617 from guybedford/master
...
include jspm package configuration
2013-11-29 23:43:01 -08:00
Mark Otto
8674228521
Merge branch 'pr/11493'
...
Conflicts:
dist/css/bootstrap.min.css
2013-11-29 23:30:26 -08:00
Mark Otto
9f0da54856
grunt to get dist files
2013-11-29 23:29:34 -08:00
Mark Otto
e4848286c8
Fix #10979 : Don't use .img-thumbnail as a mixin for .thumbnail to avoid dupe and unnecessary styles
2013-11-29 23:19:04 -08:00
Mark Otto
bf9f39270c
Fixes #11425 : Use margin instead of padding on .modal-dialog to enable click-thru to .modal-backdrop
2013-11-29 22:03:49 -08:00
Mark Otto
36b82c37ec
Implement #11174 to fix #10936 : increase height of large inputs to fix Firefox inconsistencies
2013-11-29 21:59:28 -08:00
Mark Otto
61c641ea05
fixes #10699 : use xs grid classes in regular thumbnail docs
2013-11-29 21:08:16 -08:00
Mark Otto
1e6c95cd5d
improve affix docs with step-by-step walk through of plugin behavior and required CSS
2013-11-29 20:39:00 -08:00
Mark Otto
7d456aef76
Update scrollspy docs to more clearly indicate usage
2013-11-29 20:25:07 -08:00
Mark Otto
a4c54b5e5d
Fixes #11390 : Add max-width to containers within jumbotrons to avoid horizontal scrollbar
2013-11-29 18:33:59 -08:00
Mark Otto
09cd5289ab
Fixes #11468 : Prevent default gradient on in Firefox for Android
2013-11-29 17:47:27 -08:00
Zlatan Vasović
702ad4c302
Remove redundant comments
2013-11-29 11:37:06 +01:00
Zlatan Vasović
08e41d769a
Add missing last column float
2013-11-29 08:37:54 +01:00
Mark Otto
b5f9cc2057
Merge branch 'master' into pr/11414
...
Conflicts:
dist/css/bootstrap.min.css
2013-11-28 15:55:17 -08:00
Mark Otto
0be94180b9
grunt
2013-11-28 15:45:45 -08:00
Mark Otto
d654f90502
Fixes #10147 : Remove outline from carousel controls on focus
2013-11-28 15:37:11 -08:00
Mark Otto
9d939080e6
Fixes #10483 and #10357 : Make .container mixin-friendly by moving the width declarations within one class
2013-11-28 14:22:31 -08:00
Mark Otto
c13524e7e0
Fixes #11553 : Prevent double border on tables in panels without thead content
2013-11-28 12:49:51 -08:00
Mark Otto
9f68a5b241
Fixes #11516 : Invert dropdown divider border in navbars
2013-11-28 12:39:39 -08:00
Mark Otto
9d485db721
run grunt after last merge
2013-11-28 12:34:42 -08:00
Mark Otto
ec9d4708d2
Merge pull request #11551 from masterbee/outlinetweak
...
removed color treatment of outline for easier integration
2013-11-28 12:31:18 -08:00
Mark Otto
b7b72cc877
Merge branch 'master' into pr/11614
...
Conflicts:
dist/css/bootstrap.min.css
2013-11-28 11:57:12 -08:00
Mark Otto
56f4cf0316
Fixes #11634 : Add warning to docs to not combine icon classes with other elements
2013-11-28 11:38:28 -08:00
Mark Otto
594d0c700d
grunt after merge of last pr; unsure why, but this is rengerating the banners and spacing
2013-11-28 11:33:00 -08:00
Mark Otto
2abaed9876
Merge pull request #11642 from tlindig/caret_color_fix
...
removed all caret border color settings.
2013-11-28 10:45:11 -08:00
Tobias Lindig
3d5e598e5c
add builded files from dist/
2013-11-28 18:40:15 +01:00
Tobias Lindig
ea78248608
removed all caret border color settings.
2013-11-28 17:41:43 +01:00
Mark Otto
9829c86f7c
run grunt
2013-11-26 15:21:27 -08:00
Chris Rebert
27abfba89f
Merge pull request #11616 from ZDroid/remove-window
...
Remove redundant 'window.'
2013-11-26 09:20:56 -08:00
Guy Bedford
ac6cfbbaad
include jspm package configuration
2013-11-26 12:10:06 +02:00
Zlatan Vasović
630fd1cff6
Remove redundant 'window.'
2013-11-26 08:43:26 +01:00
Jesse Mandel
bff8ba2b79
Fix for Issue #11411
2013-11-25 15:19:11 -08:00
Chris Rebert
fa710fdb09
Merge pull request #11612 from JerryChr/master
...
Removed unnecessary semicolon
2013-11-25 11:54:46 -08:00
Jerri Christiansen
bd44a4b5f3
Removed unnecessary semicolon
2013-11-25 20:41:00 +01:00
Chris Rebert
cad664e863
Merge pull request #11598 from ZDroid/customizer-breaks
...
Fix #11594
2013-11-23 12:17:32 -08:00
Chris Rebert
ebc91077f7
Merge pull request #11599 from westonplatter/explicit_fonts
...
explicitly call out font files
2013-11-23 12:10:33 -08:00
Weston Platter
a42d7ff319
explicitly call out font files
...
Using wildcards to specify fonts causes errors for other
npm modules, EG, https://github.com/blittle/bower-installer/issues/33 .
Additionally, it’s better to lock down files included in a
library.
2013-11-23 12:23:18 -07:00
Zlatan Vasović
dbbd49b4f8
Fix #11594
2013-11-23 18:29:27 +01:00
Chris Rebert
de2ab6453a
Merge pull request #11597 from ZDroid/deps-grunt-recess-kickup
...
Kick up grunt-recess dependency
2013-11-23 09:16:32 -08:00
Zlatan Vasović
4160ff0e44
Kick up grunt-recess dependency
2013-11-23 17:41:31 +01:00
Mark Otto
98980b0fb2
Merge branch 'master' into docs_derp
2013-11-22 22:09:04 -05:00
Mark Otto
37f3944bd9
finish up moving content, tweaking styles
2013-11-22 18:45:38 -05:00
Chris Rebert
4c246c0117
Merge pull request #11534 from twbs/doc-async-modals
...
document that modal show()/hide() return before animation finishes
2013-11-21 15:40:12 -08:00
Jonas Weber
62299240d8
Issue #11550 : Easily copyable classes
...
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-21 22:59:12 +01:00
Chris Rebert
ccd564650a
add more missing role="form"-s
2013-11-21 12:02:54 -08:00
Chris Rebert
b34292ce82
Merge pull request #11567 from neilhem/master
...
add role form for horizontal form example
2013-11-21 11:49:24 -08:00
Chris Rebert
7ab6c2743b
Merge pull request #11578 from barraponto/patch-1
...
Make it clear there's a nested media element in the first example
2013-11-21 11:05:45 -08:00
Capi Etheriel
d873af8662
Make it clear there's a nested media element in the first example
2013-11-21 15:13:05 -02:00
Rakhat Jabagin
bf62a6241a
add role form for horizontal form example
2013-11-21 12:04:48 +06:00
Mario Bonito
55af003669
removed color treatment of outline
2013-11-20 16:44:44 -05:00
Chris Rebert
6ed5a844a8
Merge pull request #11172 from yokomizor/git_ignore_bower_components
...
added bower_components to .gitignore
2013-11-19 14:15:09 -08:00
Zlatan Vasović
8f589c6cfd
Add 'in' to complete thought
...
Simple grammar fix.
2013-11-19 13:29:19 +01:00
aentan
ba4c5dae9b
add support for button dropdowns in justified button groups
2013-11-19 17:24:49 +08:00
Chris Rebert
afbdc21def
fixes part of #11117 : doc that modal show()/hide() return before animation finishes
2013-11-18 19:59:09 -08:00
Chris Rebert
2172e2ea8a
fix #11089 : document modal show+shown events' relatedTarget property
2013-11-18 19:29:08 -08:00
Chris Rebert
446f2325a6
add explanatory comment Re: #11526
2013-11-18 14:22:17 -08:00
Julian Thilo
84a3aa3e0c
Merge pull request #11514 from twbs/navbar-text-float-breakpoint
...
Fix #11513 : Don't always float navbar-text
2013-11-18 14:02:17 -08:00
Mark Otto
7c9b93254b
Merge pull request #11526 from erikflowers/firefox-placeholder-fix
...
Firefox placeholder text is faded out and not the full color.
2013-11-18 13:42:52 -08:00
Erik Flowers
50578dda60
- Firefox placeholder text is faded out and not the full color. Adding 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-18 11:58:14 -07:00
Michael Rotoloni
24e3a8b859
Added unit test for removing only active class from within the scroll spy key.
2013-11-18 09:29:10 -05:00
Chris Rebert
ee1c53dca0
Merge pull request #11521 from valera-rozuvan/patch-1
...
Update dropdown.js
2013-11-18 01:57:56 -08:00
Valera Rozuvan
ad86d9a51b
Update dropdown.js
2013-11-18 11:55:33 +02:00
Julian Thilo
8aec527614
Run grunt dist
2013-11-17 23:45:42 +01:00
Julian Thilo
cdb243706e
Fix #11513 : Don't always float navbar-text
...
`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-17 23:07:28 +01:00
Zlatan Vasović
283c86db38
There are xs-offsets, -pushes and -pulls!
2013-11-17 21:15:25 +01:00
Chris Rebert
6b547b357a
Merge pull request #11509 from ZDroid/fix-indents
...
Fix some weird indents
2013-11-17 02:02:00 -08:00
Zlatan Vasović
9a8a571ad1
Fix some weird indents
2013-11-17 10:24:31 +01:00
Mark Otto
03501f9c4a
Merge branch 'master' into docs_derp
2013-11-16 22:02:59 -08:00
Mark Otto
ae4d5f21a9
fixes #11449 : use menlo over monaco
2013-11-16 18:01:59 -08:00
Mark Otto
a2c6daafd0
fixes #10744 : back to solid borders on carets
2013-11-16 17:48:31 -08:00
Mark Otto
86678e6602
text size
2013-11-16 16:50:47 -08:00
Cina S.
56f6847ed6
Add missing data namespace for dropdown
2013-11-16 09:43:47 -06:00
Bass Jobsen
fbd3cf5f52
Update navbar.less
...
fix for issue #11243
2013-11-16 12:03:50 +01:00
André Cruz
926b940e86
Clear timeout on destroy.
...
Clears the internal timeout on destroy so that hanging timers are not fired.
2013-11-15 23:33:23 +00:00
Sam Blowes
f4eb3df50a
Fixed single btn in btn-group-veritcal not being rounded
2013-11-15 16:48:24 +00:00
Sam Blowes
1f340023e2
Fixed button group button not being 100% width
...
Example of issue here.
https://dl.dropboxusercontent.com/u/14037764/Development/stackoverflow/bootstrap/vertical-btn.PNG
2013-11-15 16:17:40 +00:00
fat
7545da2e3c
fixes #11477 and updates slid event in carousel with namespace
2013-11-14 23:58:29 -08:00
Chris Rebert
57b59fcfd0
Merge pull request #10353 from rwillrich/ignore-files
...
Bower: Ignore development and documentation files on bower.json. Fix #10313
2013-11-14 15:37:22 -08:00
Julian Thilo
27b62d39e2
Merge pull request #11476 from ZDroid/keyframes
...
Remove unusual keyframes prefixes
2013-11-14 01:14:06 -08:00
Zlatan Vasović
c2a6e950d7
Remove unusual keyframes prefixes
2013-11-13 22:32:46 +01:00
Chris Rebert
4cbc8d49b1
Justified Nav rendering bug fixed in Chrome as of v31.0.1650.48
2013-11-13 12:03:03 -08:00
Chris Rebert
c1c2a8e188
Merge pull request #11385 from twbs/justified-nav-example-warning
...
add warning about WebKit bug to the justified nav example itself
2013-11-11 14:44:40 -08:00
moodyroto
9f30f55721
Update scrollspy.js
...
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-11 12:21:34 -05:00
Chris Rebert
e7d6af003e
Merge pull request #11376 from twbs/double-click-radio-fix
...
Double-clicking on a .btn-ized radio button shouldn't de-select it
2013-11-10 17:33:12 -08:00
Chris Rebert
7a3f41b11b
<3 @asselin for figuring out this combo of 2 patches for #9920 ; re-grunt
2013-11-10 17:25:17 -08:00
Brian Leonard
5d6e9212a6
Don't deselect radio buttons in data-toggle; fixes #9920
...
Merges #10787
2013-11-10 17:23:11 -08:00
Nathan Muir
934d1bcae5
Add unit test for #9920
...
Merges #10385
2013-11-10 17:23:11 -08:00
Chris Rebert
a639c6e1cf
Merge pull request #11409 from twbs/add-release-checklist
...
add release checklist to CONTRIBUTING file
2013-11-10 17:17:15 -08:00
Chris Rebert
ce0d008bc3
add release checklist to CONTRIBUTING file; fixes #11290
2013-11-10 17:16:21 -08:00
Zlatan Vasović
aad447e290
Fix #11400 and #11431
2013-11-09 22:49:58 +01:00
Zlatan Vasović
4bd263c4c1
Better documentation for validation states
2013-11-09 22:14:21 +01:00
Mario Bonito
4386650e60
Corrected color contrast to WCAG 2.0 AA
2013-11-09 13:03:21 -05:00
Daniel Bøndergaard
268f20e84c
Carousel: Use the transition duration from CSS
...
This makes it possible to change the transition duration in CSS
2013-11-08 11:55:06 +01:00
Zlatan Vasović
0da3901ed5
Add missing .small styles and docs
2013-11-08 10:33:22 +01:00
Brian Surowiec
03c161f0c4
Fix glyphicon class name wrapping in IE
2013-11-08 02:03:37 -05:00
Luke McDonald
15fbc4bd06
Don't print .clearfix() comment references
2013-11-07 09:57:55 -06:00
Chris Ziogas
ed5dbf1b2b
Update affix properly on scrollspy speedy scroll to top of page #11310
...
Fix scrollspy.js so as affix is updated properly when user scrolls fast
to top of page.
A fix for issue #11310 .
2013-11-07 16:39:57 +02:00
Zlatan Vasović
96109d3138
Simplify table state styles
2013-11-07 09:53:33 +01:00
Chris Rebert
463343af63
more nesting in table.less
2013-11-06 18:38:27 -08:00
Chris Rebert
798e64cebf
use nesting to make .table-striped & .table-hover mixin-able again; fixes #11387
2013-11-06 18:33:07 -08:00
Chris Rebert
ceefbce100
add warning about WebKit bug to the justified nav example itself
2013-11-06 15:21:07 -08:00
Mark Otto
6df6723c15
Merge branch 'master' into docs_derp
...
Conflicts:
dist/css/bootstrap.min.css
2013-11-06 14:04:54 -08:00
Chris Rebert
3887f540b9
update remaining version numbers
2013-11-06 13:19:18 -08:00
Mark Otto
eaff6bc49a
grunt
2013-11-06 13:10:51 -08:00
Mark Otto
98acdaeb00
bump links to 3.0.2; change readme download to release URL format
2013-11-06 13:09:35 -08:00
Mark Otto
88a06640dd
Fixes #11295 : Restore offset, push, and pull zero classes (e.g., .col-md-offset-0)
2013-11-06 13:03:08 -08:00
Mark Otto
d1048a7837
run grunt after version bumps
2013-11-06 13:02:15 -08:00
Mark Otto
6a42305565
bump versions to v3.0.2
2013-11-06 12:57:28 -08:00
Mark Otto
b593df1830
docs derp
2013-11-06 11:00:39 -08:00
Chris Rebert
c84d96ac1f
fix #11378
2013-11-06 10:30:39 -08:00
Chris Rebert
375b9edb41
Merge pull request #11273 from benji07/patch-1
...
Add a branch alias
2013-11-05 23:36:48 -08:00
Benjamin Lévêque
7df3e142ac
Add a branch alias
...
Add a branch alias to be able to require 3.0.* version (use the branch master if minimum-stability is dev or use a tag if it's defined to stable)
2013-11-06 08:25:40 +01:00
Chris Rebert
89d489dfc7
re-grunt
2013-11-05 16:58:18 -08:00
Chris Rebert
f1b0cd491c
Merge pull request #10039 from daguej/js-refs
...
Don't explicitly reference global jQuery
2013-11-05 16:55:55 -08:00
Chris Rebert
d2e710a2df
fix 1 remaining instance of #11349
2013-11-05 16:37:54 -08:00
Chris Rebert
a063e1f736
Merge pull request #11349 from alefteris/examples-navbar-sr-only
...
Add toogle nav for screen readers in examples
2013-11-05 16:35:14 -08:00
Chris Rebert
b6a083e77f
Merge pull request #11327 from ZDroid/nestnail
...
Use nesting for thumbnail styles
2013-11-05 16:20:53 -08:00
Ross Allen
18318b81b0
Add async attribute to Twitter widget script
2013-11-05 07:39:50 -10:00
Ross Allen
68fc2f2515
Add protocol for jQuery to work when accessed as file
...
URLs without protocols get "file:" prepended when their document is
loaded as a file. Make sure the docs can always be opened by
specifying a protocol.
2013-11-05 07:23:58 -10:00
Ross Allen
4f5a865684
Load Twitter widget async, prevent SPOF
...
Twitter's widget library[1] provides an async snippet to inject the
script tag later. Since widgets.js came before the local JS, if
twitter.com took long to respond it would prevent subsequent
synchronous script tags.
[1] https://dev.twitter.com/docs/tfw-javascript
2013-11-04 22:17:05 -10:00
Ross Allen
38d6894910
Serve jQuery from cookie-free Google APIs
...
jQuery.com uses Google Analytics and so sets a cookie when you visit
the site. When you request jquery.js from its CDN, code.jquery.com,
you take a hit from sending your previous GA cookie in the request.
Google Hosted Libraries[1] and googleapis.com never set cookies.
[1] https://developers.google.com/speed/libraries/devguide
2013-11-04 22:11:57 -10:00
Chris Rebert
13b96677ba
Merge pull request #11335 from twbs/version-number-updater
...
add Grunt task to change version numbers
2013-11-04 11:24:32 -08:00
Chris Rebert
0bb122a377
add Grunt task to change version numbers; fixes #11332
2013-11-04 11:22:30 -08:00
Chris Rebert
aeee718247
update node.js to v0.10.x (current stable)
2013-11-04 10:41:10 -08:00
Chris Rebert
de271bf612
Merge pull request #11354 from Ore4444/patch-1
...
Fixed links
2013-11-04 08:54:37 -08:00
Ore Landau
eae1af1d27
Fixed links
...
Links to same-page anchors were treated as external links.
2013-11-04 12:33:43 +02:00
Thanos Lefteris
70db224073
Add toogle nav for screen readers in examples
2013-11-03 21:08:24 +02:00
Chris Rebert
df3b44f27a
Merge pull request #11345 from pborreli/patch-3
...
Removed duplicated class change from migration instructions
2013-11-02 20:11:08 -07:00
Pascal Borreli
05c826d67d
Removed duplicated class change from migration instructions
2013-11-03 03:08:11 +00:00
Chris Rebert
fcb906ce09
Merge pull request #11336 from twbs/fix-11317
...
don't use nonstandard window.location.origin in customizer JS
2013-11-02 15:06:16 -07:00
Julian Thilo
88b651012d
Fix #7398 in Basic template
...
See https://github.com/twbs/bootstrap/issues/7398#issuecomment-27617890 for details.
Thanks @martinburger
2013-11-02 13:34:31 +01:00
Julian Thilo
be60ee1377
Merge pull request #11338 from ZDroid/nestform
...
Use nesting for .placeholder()
2013-11-02 05:27:30 -07:00
Zlatan Vasović
f1bc840d43
Use nesting for .placeholder()
2013-11-02 09:35:51 +01:00
Chris Rebert
db314528eb
don't use nonstandard window.location.origin in customizer JS; fixes #11317
2013-11-01 18:56:27 -07:00
Chris Rebert
ea3c89189a
Merge pull request #11334 from glebm/patch-2
...
& > == >
2013-11-01 18:29:45 -07:00
Gleb Mazovetskiy
b75d5f5fc4
& > == >
2013-11-02 02:19:11 +01:00
Chris Rebert
4e0d022de5
update version numbers in JS file comment headers to v3.0.1 & regrunt
2013-11-01 17:15:34 -07:00
Julian Thilo
41fa8ead77
Merge pull request #11331 from xt0rted/patch-1
...
Update customizer.js
2013-11-01 16:38:08 -07:00
Brian Surowiec
8ff7b48b7b
Update customizer.js
2013-11-01 19:27:08 -04:00
maxwellium
56aa2af6e1
otherwise content scrolls on chrome
...
without change, body scrolls on chrome Version 30.0.1599.101 (OSX 10.9)
2013-11-01 22:51:11 +01:00
Zlatan Vasović
3dc0ed35d1
Use nesting for thumbnail styles
2013-11-01 22:09:01 +01:00
Julian Thilo
99ffa28278
Merge pull request #11324 from boki-/patch-1
...
Update README.md
2013-11-01 11:36:30 -07:00
Bogdan
bb54ce0db6
Update README.md
...
Row 13 link update to tag v3.0.1
2013-11-01 19:30:27 +01:00
Chris Rebert
19fdd707ef
Merge pull request #11315 from AJAlabs/master
...
Added navigation role to example navbars
2013-10-31 13:36:52 -07:00
AJ Acevedo
0d4b9ef72e
Added navigation role to example navbars
...
As per the docs:
http://getbootstrap.com/components/#navbar-default
modified: examples/carousel/index.html
modified: examples/jumbotron/index.html
modified: examples/navbar-fixed-top/index.html
modified: examples/navbar-static-top/index.html
modified: examples/navbar/index.html
modified: examples/non-responsive/index.html
modified: examples/starter-template/index.html
modified: examples/sticky-footer-navbar/index.html
modified: examples/theme/index.html
2013-10-31 16:09:41 -04:00
Kevin Locke
441f9d6717
Support .h1 in place of h1 inside .jumbotron
...
As in #7284 , it can often be useful to style text like a heading in
places where using the heading tag would be either semantically
incorrect, less accessible, or otherwise invalid.
Support this in .jumbotron as in the rest of the document by allowing
elements with class .h1 to stand in for the h1 element.
Signed-off-by: Kevin Locke <kevin@kevinlocke.name >
2013-10-31 10:48:55 -06:00
Mark Otto
867e2bef8d
3.0.1
2013-10-30 10:03:56 -07:00
Mark Otto
147837efaa
more grunt
2013-10-30 08:00:32 -07:00
Mark Otto
9fbbce9b2d
Merge pull request #11274 from wangsai/fix-examples-urls
...
remove unused `{{ page.base_url }}` variables, and fix the urls
2013-10-30 07:32:06 -07:00
Mark Otto
697a37e73f
Merge pull request #11282 from ZDroid/combination
...
Combine multiple .thumbnail > img styles
2013-10-30 07:28:24 -07:00
Bas Bosman
b8f9f82d18
Add well-border variable
...
Add a variable to allow the well border color to be specified.
The reason I'd like to see this included is that my companies styleguide
requires an explicit border color on well-like constructs. This variable
allows me to easily override the default to use that color.
2013-10-30 14:10:16 +01:00
Zlatan Vasović
688ca328c9
Combine multiple .thumbnail > img styles
2013-10-30 10:00:28 +01:00
Chris Rebert
77bf572cba
Merge pull request #11278 from ZDroid/patch-1
...
Change tense to imperative
2013-10-29 12:41:42 -07:00
Zlatan Vasović
8a881c78a1
Change tense to imperative
...
Matches this comment with the commit messages and other comments.
2013-10-29 20:06:45 +01:00
Chris Rebert
a8e0679554
Merge pull request #11275 from jared-christensen/master
...
JS comments pointed to new documentation
2013-10-29 10:29:31 -07:00
Jared Christensen
583697fec3
JS comments pointed to new documentation
2013-10-29 12:10:47 -05:00
wangsai
ee96637284
remove unused {{ page.base_url }} variables, and fix the urls
2013-10-30 00:13:35 +08:00
Mark Otto
a23740ec03
run grunt
2013-10-28 21:55:08 -07:00
Mark Otto
e5c3f2d9d4
restore IDs
2013-10-28 21:50:05 -07:00
Mark Otto
5729f20054
Merge branch 'respondjs-import-note'
2013-10-28 21:49:00 -07:00
Mark Otto
96d7d4a489
edit
2013-10-28 21:48:57 -07:00
Mark Otto
c6e76d97ba
Fixes #10341 : don't change border color on contextual table classes
2013-10-28 21:19:48 -07:00
Mark Otto
4b8c662698
use regular text, not callouts
2013-10-28 21:19:09 -07:00
Mark Otto
67cab7fa05
Fixes #10516 : Use auto positioning for dropdowns in justified nav to fix Firefox rendering
2013-10-28 20:51:39 -07:00
Mark Otto
dcf51315a3
Merge pull request #11258 from ZDroid/smoothing
...
Add -moz-osx-font-smoothing
2013-10-28 20:36:40 -07:00
Chris Rebert
d1dd1fcdee
add warning about Respond.js not supporting @import; fixes #11143
2013-10-28 11:07:56 -07:00
Chris Rebert
0026e5655b
Merge pull request #11262 from vsn4ik/fonts_perms
...
Remove execute permissions on fonts files.
2013-10-28 09:16:53 -07:00
vsn4ik
f0c6ac0b70
Remove execute permissions on fonts files.
2013-10-28 17:52:04 +04:00
Zlatan Vasović
f9eec5b60a
Add -moz-osx-font-smoothing
2013-10-28 09:59:24 +01:00
Mark Otto
30127a4296
Merge pull request #11253 from ZDroid/ditch
...
Ditch amp
2013-10-27 20:50:23 -07:00
Zlatan Vasović
92f007157a
Ditch amp
2013-10-27 13:43:51 +01:00
Mark Otto
e9ca4fab13
Merge pull request #11248 from tagliala/chrome-osx-select-print
...
Chrome for OSX print issue with select tags
2013-10-27 00:45:37 -07:00
Geremia Taglialatela
58cb85be37
#fff of course
2013-10-26 21:52:38 +02:00
Geremia Taglialatela
b09417fd75
Fixes #11245
2013-10-26 21:32:29 +02:00
Mark Otto
0365796375
Merge branch 'master' of github.com:twbs/bootstrap
2013-10-26 14:22:33 +01:00
Mark Otto
1ef6caf44f
Merge pull request #11200 from yokomizor/variable_way_to_set_caret_width_base
...
Variable way to set caret width
2013-10-26 06:15:33 -07:00
Mark Otto
4cfe307abe
Fixes #11206 : remove left padding on first inline list item
2013-10-26 14:13:34 +01:00
Mark Otto
0c714c32f9
Merge branch 'master' of github.com:twbs/bootstrap
2013-10-26 14:12:07 +01:00
Mark Otto
64ffed87a4
Merge pull request #11244 from ZDroid/animation
...
Add .animation() mixin
2013-10-26 05:49:58 -07:00
Zlatan Vasović
aff291e1ca
Add .animation() mixin
2013-10-26 14:11:59 +02:00
Mark Otto
72cfe877d8
Remove multiple navbar z-index callout
...
* Since we removed the z-index of our default navbars in 76baacf2c9 , we no longer need this warning.
* A quick test of the new code showed no problems with dropdowns falling behind a sibling navbar, so folks should be good to go.
2013-10-26 12:43:50 +01:00
Mark Otto
4fac7b6d25
Merge pull request #11222 from ZDroid/patch-1
...
Add another newline to improve final code readability
2013-10-26 03:41:00 -07:00
Zlatan Vasović
20cba845c2
Add another newline to improve final code readability
...
This divides banner from code.
2013-10-26 10:57:09 +02:00
Mark Otto
f47510b172
Merge pull request #11224 from twbs/10506-doc
...
Document that uncollapsing the mobile navbar requires JS
2013-10-26 01:17:53 -07:00
Chris Rebert
abc50a7e9d
Merge pull request #11239 from twbs/qunit-equals-deprecated
...
QUnit.equals() is deprecated; use QUnit.equal() instead
2013-10-25 14:21:43 -07:00
Chris Rebert
7b24f3c47c
QUnit.equals() is deprecated; use QUnit.equal() instead
2013-10-25 14:14:30 -07:00
Chris Rebert
f2f70a4a74
Merge pull request #11234 from ZDroid/patch-2
...
Kick up grunt-contrib-jshint dependency
2013-10-25 11:34:54 -07:00
Zlatan Vasović
ca6729e3d3
Kick up grunt-contrib-jshint dependency
2013-10-25 17:45:49 +02:00
Chris Rebert
a58c83a317
add missing space before open curly brace
2013-10-24 19:56:44 -07:00
Chris Rebert
aafe3f90bd
fix misspelling in comment
2013-10-24 19:50:08 -07:00
Chris Rebert
f31aae469e
fix misspelling in comment
2013-10-24 19:48:42 -07:00
Chris Rebert
3cd744fd5e
remove ref to nonexistent branch
2013-10-24 19:42:48 -07:00
Chris Rebert
c865a68e21
fix WebKit caps in comments
2013-10-24 19:20:08 -07:00
Chris Rebert
91fa801d33
doc that uncollapsing mobile navbar requires JS; per #10506
2013-10-24 15:16:02 -07:00
Chris Rebert
9d2cf56177
goofed on 1 dummy <img> src attribute; thanks @extesy
2013-10-24 12:01:09 -07:00
Chris Rebert
54cd0f8c2f
rm dummy 'src' attributes of <img>s & squelch validator warning; fixes #11216
2013-10-23 23:41:17 -07:00
Chris Rebert
0d122fc323
silence validator regarding http-equiv="X-UA-Compatible"
2013-10-23 23:25:17 -07:00
Zlatan Vasović
9a2d169762
Add quick fix to labels and badges in buttons
2013-10-23 22:14:34 +02:00
Mark Otto
eb77241ae2
Merge pull request #11209 from ZDroid/new_year
...
Update license year
2013-10-22 13:45:41 -07:00
Chris Rebert
bb3d17553c
Merge pull request #11208 from ZDroid/codestyle_fix
...
Put a space before `{` due to code style
2013-10-22 10:53:25 -07:00
Zlatan Vasović
63433fbef9
Update license year
2013-10-22 18:41:33 +02:00
Zlatan Vasović
b034362363
Put a space before { due to code style
2013-10-22 18:34:43 +02:00
Arnold Daniels
5a38a5775f
Scrollspy acting up when targets are hidden
...
If elements are hidden using `display: none;` which are targets mapped by scrollspy, the plugin might select an incorrect or no menu item.
Checking if the target is visible solved this.
2013-10-22 13:31:23 +02:00
Rogério Yokomizo
5f2bd59abb
variable way to set @caret-width-base
2013-10-22 02:50:08 -02:00
LFeh
89e0f1669f
Adjust in modal size rules
2013-10-21 16:39:31 -02:00
Mark Otto
9673c25e2c
Merge pull request #11192 from ZDroid/typo
...
Change upper case to lower case
2013-10-21 08:58:38 -07:00
Zlatan Vasović
214a78978d
Change upper case to lower case
2013-10-21 16:34:18 +02:00
Mark Otto
eed53d7811
Fixes #10601 : Use overflow-y: auto; for navbar collapse instead of visible to better enable scrolling on Android 4.x
2013-10-21 01:53:41 -07:00
Mark Otto
ee9be1a30f
run grunt on last commit for gradient syntax change
2013-10-20 23:29:23 -07:00
Mark Otto
eef9d5ae7b
Merge pull request #10893 from Shaun-Dychko/patch--webkit-linear-gradient
...
remove comma separating the color and the color-stop in -webkit-linear-gradient in the #gradient .vertical mixin.
2013-10-20 23:27:48 -07:00
Mark Otto
976866dcaa
Merge pull request #10729 from lipis/patch-2
...
Removed the unnecessary override and the !important from .wrap
2013-10-20 23:12:19 -07:00
Mark Otto
9a0849d818
more spacing
2013-10-20 22:56:29 -07:00
Mark Otto
2eec3f919e
Merge branch 'master' into pr/10656
...
Conflicts:
dist/css/bootstrap.min.css
2013-10-20 22:55:45 -07:00
Mark Otto
6585c5898a
spacing
2013-10-20 22:46:21 -07:00
Mark Otto
6ecb5d6cf3
Merge branch 'master' of github.com:twbs/bootstrap
2013-10-20 22:43:03 -07:00
Mark Otto
d8fab5aa6e
Fixes #10620 : remove gradient on buttons for IE9 in theme.less due to bleed through with rounded corners
2013-10-20 22:41:57 -07:00
Mark Otto
98378d2d88
Merge pull request #11188 from twbs/navbar_zindex_auto
...
Fixes #10433 : Navbar z-index refactor
2013-10-20 21:16:37 -07:00
Mark Otto
76baacf2c9
Remove default z-index on navbar and only set on static and fixed variants
2013-10-20 21:12:09 -07:00
Mark Otto
c71f89518f
Fix up padding on default navbar example
2013-10-20 21:11:51 -07:00
Mark Otto
e486bb4f39
Fixes #10433 : Navbar z-index refactor
...
* Resets the default navbar z-index to auto at a certain breakpoint
* Adds fixed navbar z-index var to fixed bottom navbar (previously only on fixed top navbar)
2013-10-20 20:30:16 -07:00
Mark Otto
5aa4c5cb0c
fixes #11139 : add position: relative; to .modal-dialog so that z-index takes effect
2013-10-20 20:04:10 -07:00
Mark Otto
369f5ba760
Merge branch 'master' of https://github.com/jeonghwan-kim/bootstrap into jeonghwan-kim-master
...
Conflicts:
dist/css/bootstrap.min.css
2013-10-20 19:55:56 -07:00
Mark Otto
dd34102cb6
Fixes #10522 : Enable use of form validation class on .radio, .checkbox, .radio-inline, and .checkbox-inline
2013-10-20 19:54:22 -07:00
Mark Otto
23a85d6a7a
fixes #11126 : remove box-shadow from open dropdown toggle with .btn-link
2013-10-20 17:59:15 -07:00
Mark Otto
6d5c5105fa
Merge pull request #11186 from twbs/carousel_indicators_ie
...
Carousel indicators for IE8-9
2013-10-20 17:48:36 -07:00
Mark Otto
bc76be5dcf
Merge branch 'master' into carousel_indicators_ie
...
Conflicts:
dist/css/bootstrap.min.css
2013-10-20 17:45:07 -07:00
Mark Otto
f45c05a97a
fixes #11151 : remove unused h5bp class from print CSS
2013-10-20 17:40:19 -07:00
Mark Otto
5e70642dd2
Merge branch 'master' into carousel_indicators_ie
2013-10-20 16:53:57 -07:00
Mark Otto
ecadbe56f7
mo grunt
2013-10-20 16:53:45 -07:00
Mark Otto
ac6a7f044e
Merge branch 'master' into carousel_indicators_ie
...
Conflicts:
dist/css/bootstrap.min.css
2013-10-20 16:49:18 -07:00
Mark Otto
ecc6d9873f
Merge branch 'master' of github.com:twbs/bootstrap
2013-10-20 16:48:52 -07:00
Mark Otto
291fd9828c
run grunt dist
2013-10-20 16:48:42 -07:00
Mark Otto
6a93a6b88a
Fixes #10903 and #10457 : IE8-9 don't support events on elements without background-color, so we have to hack it
2013-10-20 16:46:38 -07:00
Mark Otto
438a40a7f8
Merge pull request #11183 from ZDroid/patch-1
...
Continue tag way implementation
2013-10-20 14:55:10 -07:00
Zlatan Vasović
8a9e1af18d
Continue tag way implementation
2013-10-20 18:50:14 +02:00
Rogério Yokomizo
15f15cafd6
added bower_components to .gitignore
2013-10-19 01:07:10 -03:00
Chris Rebert
32468b087b
Merge pull request #11166 from ZDroid/tag_way
...
(Not HTML) tag way is much better
2013-10-18 13:14:03 -07:00
Zlatan Vasović
d2ad1dc88f
(Not HTML) tag way is much better
2013-10-18 21:34:18 +02:00
LFeh
77bb7502bc
Options of sizes added in modal
2013-10-18 10:05:50 -03:00
Mark Otto
eb4a92bfed
Merge pull request #11155 from twbs/ie8-file-proto-respond.js-examples-warnings
...
Warn about IE8 + Respond.js + file:// problem in examples
2013-10-17 19:17:05 -07:00
Mark Otto
0806819bcf
Merge pull request #11156 from twbs/mobile-modals-xref
...
JS docs: add cross-reference to Getting Started mobile modal section
2013-10-17 19:16:12 -07:00
Chris Rebert
73bb911b29
JS docs: add cross-reference to Getting Started mobile modal section
2013-10-17 19:12:24 -07:00
Chris Rebert
c23d6a2766
Warn about IE8 + Respond.js + file:// problem in examples; fix #11019
2013-10-17 18:39:03 -07:00
Mark Otto
4c043b7d5f
Merge pull request #11096 from twbs/navbar-button-docs
...
Resolves #10923
2013-10-17 14:53:50 -07:00
Mark Otto
70d85be3b7
Merge branch 'master' into navbar-button-docs
2013-10-17 14:47:31 -07:00
Mark Otto
96a19c18fb
copy change, add to buttons anchor section
2013-10-17 14:47:27 -07:00
Mark Otto
bb30f6355a
Merge branch 'fix-11112'
2013-10-17 14:11:46 -07:00
Mark Otto
1f33dc8033
even shorter banner; remove space between slash and period
2013-10-17 14:11:40 -07:00
Chris Rebert
c88cd1cd95
add explicit copyright header to docs CSS & JS files; fixes #11112
2013-10-17 14:02:22 -07:00
Chris Rebert
872c3588f3
Merge pull request #11150 from ZDroid/patch-1
...
FIx invalid element selector
2013-10-17 12:35:15 -07:00
Zlatan Vasović
5f79354dbe
FIx invalid element selector
...
`kbd` (keyboard) is right, not `kdb`. :P
2013-10-17 21:25:08 +02:00
Chris Rebert
25b7a5200d
fix #11144
2013-10-17 11:21:06 -07:00
Chris Rebert
a28b2cb9e1
Merge pull request #11141 from vincentchan/master
...
Update translation sites URL
2013-10-17 01:01:49 -07:00
Vincent Chan
d8a68e38f7
Update translation URL
2013-10-17 15:52:59 +08:00
Max Edmands
693915d127
Active state overrides contextual list-item styles
2013-10-16 22:56:13 -07:00
Aaron Borden
0c2055ef38
Adding contextual styles to list-items
2013-10-16 19:02:04 -07:00
Mark Otto
3e9e339ee3
Merge pull request #11137 from twbs/explain-https
...
add note about third-party JS, CDNs, and HTTPS
2013-10-16 17:28:46 -07:00
Chris Rebert
4d663e3879
add note about third-party JS, CDNs, and HTTPS
2013-10-16 15:50:40 -07:00
Chris Rebert
cf95fe20ba
upgrade to html5shiv v 3.7.0
2013-10-16 15:36:37 -07:00
Mark Otto
c1bf625dfe
Merge branch 'master' of github.com:twbs/bootstrap
2013-10-16 10:44:03 -07:00
Mark Otto
8ac1495c63
redo the glyphicons icons list to make icons not blurry on edges /cc @jankovarik
2013-10-16 10:43:56 -07:00
Julian Thilo
d880398038
Merge pull request #11128 from lipis/patch-3
...
Fixed broken link in README.md
2013-10-16 09:34:27 -07:00
Lipis
397481903a
Fixed broken link
2013-10-16 16:42:32 +02:00
jeonghwan
976f6dfdad
Fixes issue #11122 -- navbar-fixed-bottom border
...
Enable border-top in .navbar-fixed-bottom
2013-10-16 23:20:34 +09:00
Steven Black
4dffe7d2e3
Fixes issue #11098 -- Button documentation.
2013-10-16 09:39:45 -04:00
Chris Rebert
e317e116fd
add dots to class name references for consistency
2013-10-15 17:25:34 -07:00
Mark Otto
401dca0ed7
Merge pull request #11110 from nikolawannabe/patch-1
...
Include a note about text-based form control styling
2013-10-15 17:07:22 -07:00
Case Talbot
9d54a42951
Include a note about text-based form control styling
...
fixes #8824 .
2013-10-15 17:02:21 -07:00
Mark Otto
481791411c
Merge branch 'master' of github.com:twbs/bootstrap
2013-10-15 14:11:29 -07:00
Mark Otto
acd4a0a140
update jumbotron docs; fixes #11109
2013-10-15 14:11:21 -07:00
Mark Otto
723f85fc0d
Merge pull request #11105 from twbs/license-note
...
Add notes about dual-licensing contributions before switching to MIT in v3.1
2013-10-15 13:12:46 -07:00
Rhodry Korb
dd5c8a53ee
Add Note About Changing to MIT
2013-10-15 13:06:27 -07:00
Geremia Taglialatela
3bfa630d2a
Added opacity to customizer and rebuilt customizer
2013-10-15 21:13:49 +02:00
Geremia Taglialatela
160ed85616
Customizable backdrop opacity
2013-10-15 20:53:56 +02:00
Mark Otto
2380b6be99
Merge pull request #11102 from ZDroid/less-fix
...
Ditch `&`, as `+ ...` is enought
2013-10-15 11:19:24 -07:00
Zlatan Vasović
0423635614
Ditch &, as + ... is enought
2013-10-15 17:35:11 +02:00
Mark Otto
dc495fe9d9
nuke commented out docs css
2013-10-14 22:08:23 -07:00
Alex Kalicki
21fad33858
Resolves #10923
...
Rebased from #10930
2013-10-14 21:20:17 -07:00
Chris Rebert
b05a287eb6
run grunt
2013-10-14 20:47:56 -07:00
Chris Rebert
a28d9539c7
fix #10952
2013-10-14 20:45:43 -07:00
Mark Otto
67829c6571
Merge pull request #11094 from twbs/address-10049
...
Recommend only <div> (not <span>) for putting tooltips on disabled elements
2013-10-14 20:21:17 -07:00
Chris Rebert
27e2c56792
In docs, recommend only <div> (not <span>) for putting tooltips on disabled elements
...
Per issue comments, `display: inline` elements like <span> don't work for this.
Resolves #10049
2013-10-14 20:18:12 -07:00
Mark Otto
a44bd01628
Merge pull request #10533 from topsitemakers/master
...
adding required attribute for example signin form
2013-10-14 19:56:33 -07:00
Chris Rebert
f11aa31023
Merge pull request #10519 from zba/master
...
changed attr('data-target') to data('target');
2013-10-14 19:14:58 -07:00
Chris Rebert
b5d7a51bff
Merge pull request #10779 from ssorallen/customizer-bootstrap-less-order
...
Use bootstrap.less file order in Customizer
2013-10-14 18:56:10 -07:00
Chris Rebert
4e1808930a
add IDs to frequently-referenced parts of the docs
2013-10-14 16:24:58 -07:00
Mark Otto
036712ed90
Merge pull request #11091 from yokomizor/extended_thumbnail_hover_state
...
Extended hover state of linked versions of .thumbnail
2013-10-14 16:14:28 -07:00
Rogério Yokomizo
e20b02ad0b
extended hover state of linked versions of .thumbnail
2013-10-14 20:10:49 -03:00
Mark Otto
fa64846acf
Merge branch 'master' of github.com:twbs/bootstrap
...
Conflicts:
dist/css/bootstrap.min.css
2013-10-14 13:45:57 -07:00
Mark Otto
7100711577
unnest the list-group-item link variation for #11085 and #11088
2013-10-14 13:45:32 -07:00
Mark Otto
3fb1381a30
Merge pull request #11084 from ZDroid/variable_way
...
Unhardcode .table-responsive bottom margin
2013-10-14 11:33:27 -07:00
Mark Otto
256f3a99c3
Merge pull request #11086 from twbs/table-responsive-breakpoint
...
fix .table-responsive media query; refs #11067
2013-10-14 11:32:46 -07:00
Mark Otto
50dd5d5088
fix about page html validation and run grunt
2013-10-14 11:30:06 -07:00
Mark Otto
6307d2c94d
Merge branch 'master' of github.com:twbs/bootstrap
...
Conflicts:
getting-started.html
2013-10-14 11:06:25 -07:00
Mark Otto
1f5c754d57
remove dupe content
2013-10-14 11:05:49 -07:00
Chris Rebert
5c64ef393c
fix .table-responsive media query; refs #11067
2013-10-14 10:58:12 -07:00
Zlatan Vasović
4ce1b08c32
Unhardcode .table-responsive bottom margin
2013-10-14 18:22:31 +02:00
Mark Otto
70278a4e4f
Merge pull request #11078 from twbs/issue-11019-note
...
add note to docs about Respond.js & file:// ; fixes part of #11019
2013-10-14 09:09:02 -07:00
Mark Otto
efc741b151
Merge pull request #11082 from ZDroid/nuke_zeros
...
Nuke trailing zeros
2013-10-14 09:08:28 -07:00
Zlatan Vasović
b3c04c95d3
Nuke trailing zeros
2013-10-14 15:06:58 +02:00
Chris Rebert
3431f32349
Merge pull request #11079 from wangsai/mother-language
...
change english link text to chinese
2013-10-14 01:21:26 -07:00
wangsai
ee8ba8b540
Add description. And complete russian and spanish languages
2013-10-14 16:04:48 +08:00
Chris Rebert
3c69f59fe5
make Getting Started page's HTML more valid
2013-10-14 00:40:51 -07:00
Chris Rebert
df46b1b46e
make About page's HTML more valid
2013-10-14 00:38:19 -07:00
Chris Rebert
ceb7694ee3
add note to docs about Respond.js & file:// ; fixes part of #11019
2013-10-14 00:10:30 -07:00
wangsai
67c48f7703
change english link text to chinese
2013-10-14 14:52:53 +08:00
Chris Rebert
9416cd3738
update to latest jszip
...
commit 04fc93045334dc1b679aba5c2dce206da777a85c
2013-10-12T12:39:56-07:00
2013-10-13 23:37:16 -07:00
Chris Rebert
3abe86b7ed
Merge pull request #11076 from twbs/respond-js-cdn
...
use CDN for respond.js
2013-10-13 23:26:28 -07:00
Mark Otto
111b9bd194
Merge pull request #11077 from twbs/avoid-docs-assets-in-example
...
avoid referencing /docs-assets/ in Getting Started docs example; use CDN URL for respond.js
2013-10-13 23:25:23 -07:00
Mark Otto
e521be0f22
Merge pull request #11075 from twbs/respond-js-cross-domain-note
...
fix #11003
2013-10-13 23:24:35 -07:00
Chris Rebert
8450aa7dbf
avoid referencing /docs-assets/ in Getting Started docs example; use CDN URL for respond.js
2013-10-13 23:23:04 -07:00
Mark Otto
202f395b2f
Merge branch 'docs_welcome'
2013-10-13 23:19:17 -07:00
Mark Otto
25607c2683
add translations, copy edit a few things, and fix alignment of ads
2013-10-13 23:19:11 -07:00
Chris Rebert
c5da0597bc
use CDN for respond.js
2013-10-13 23:18:30 -07:00
Chris Rebert
f0f1b8319d
fix #11003
2013-10-13 22:55:50 -07:00
Mark Otto
810a852f4a
Merge pull request #11046 from ZDroid/patch-3
...
Nicer docs license name
2013-10-13 20:26:36 -07:00
Mark Otto
9da73d79c2
run grunt
2013-10-13 20:12:07 -07:00
Mark Otto
e7379f75bd
no trailing decimal place
2013-10-13 20:04:28 -07:00
Mark Otto
fbc67a395f
Merge branch 'master' of github.com:twbs/bootstrap
2013-10-13 20:04:00 -07:00
Mark Otto
36b4639b0d
Merge pull request #10949 from StevenBlack/jumbotron.fontsize
...
Jumbotron: remove the hard-coded font-size from jumbotron.less and moved...
2013-10-13 20:03:02 -07:00
Mark Otto
be4e951b7d
scope top padding of .form-control-static to be within horizontal forms only; fixes #10927
2013-10-13 20:02:24 -07:00
Mark Otto
44b32a3036
move .hidden to utilities; fixes #10997
2013-10-13 19:59:42 -07:00
Mark Otto
7bd955318a
run grunt on that scaffolding change
2013-10-13 19:57:45 -07:00
Mark Otto
5a411af967
Merge branch 'master' of github.com:twbs/bootstrap
2013-10-13 19:57:23 -07:00
Mark Otto
f946ff5d25
fix #10257
2013-10-13 19:57:14 -07:00
Mark Otto
7112d06a2b
Merge pull request #10955 from ZDroid/patch-1
...
Insert comma to fix validation warning
2013-10-13 19:41:12 -07:00
Mark Otto
f660bd4205
clarify more grid stuff, specifically 100% fluid designs; fixes #10711
2013-10-13 19:36:39 -07:00
Mark Otto
950453db43
mention rows must be in containers in grid docs
2013-10-13 19:31:39 -07:00
Mark Otto
ee4a1ea295
docs notice for #11010
2013-10-13 19:24:13 -07:00
Mark Otto
bf4c714851
follow up to #10102 , cc @cvrebert
2013-10-13 19:12:23 -07:00
Mark Otto
ed12d41cae
add docs example for #10938 to show responsive column clearing in grid
2013-10-13 19:10:17 -07:00
Mark Otto
a43696467f
Merge pull request #11050 from twbs/restore_grid_mixins
...
Restore grid mixins
2013-10-13 19:03:29 -07:00
Mark Otto
bf73f1f9d3
Merge branch 'master' into restore_grid_mixins
...
Conflicts:
dist/css/bootstrap.min.css
2013-10-13 18:59:40 -07:00
Mark Otto
6351c30782
comment and spacing
2013-10-13 18:58:09 -07:00
Mark Otto
6085973e25
drop .tabbable since it's unused and undocumented /cc #10102
2013-10-13 18:56:31 -07:00
Mark Otto
dcbe591fa9
mention .invisible in docs per #10102
2013-10-13 18:56:03 -07:00
Mark Otto
2d1fa8cb5b
mention .invisible in docs per #10102
2013-10-13 18:54:15 -07:00
Mark Otto
fd293be5a1
mention tooltip markup in docs per #10102
2013-10-13 18:49:13 -07:00
Mark Otto
c31ec22661
Merge branch 'master' of github.com:twbs/bootstrap
2013-10-13 18:44:06 -07:00
Mark Otto
edca93b8c7
mention .modal-open and .modal-backdrop in docs /cc #10102
2013-10-13 18:43:19 -07:00
Mark Otto
6fa9037e1c
mention .dropdown-backdrop and .open in dropdown docs /cc #10102
2013-10-13 18:40:47 -07:00
Mark Otto
6a93e729db
Merge pull request #11016 from twbs/address-10965
...
address #10965 ; mention Glyphicons-over-file:// problem in Carousel example
2013-10-13 18:35:10 -07:00
Mark Otto
265fda7903
Merge branch 'master' into restore_grid_mixins
...
Conflicts:
dist/css/bootstrap.min.css
2013-10-13 18:32:34 -07:00
Mark Otto
727a91de1c
another grid .row mention
2013-10-13 17:25:27 -07:00
Mark Otto
49f177fe60
finish grid docs intro for now; needs work though
2013-10-13 17:12:04 -07:00
Mark Otto
be1f0b07f3
mention .small in docs /cc #10102
2013-10-13 16:02:56 -07:00
Mark Otto
590975b407
remove undocumented and unsupported .pill-content and .pill-pane /cc #10102
2013-10-13 15:55:13 -07:00
Mark Otto
6c9ec3d87f
run grunt dist on .small additions
2013-10-13 15:54:49 -07:00
Mark Otto
857e697d72
Merge branch 'master' of github.com:twbs/bootstrap
2013-10-13 15:24:48 -07:00
Mark Otto
ef2e0c99f4
remove screen from all docs media queries
2013-10-13 15:24:39 -07:00
Mark Otto
12fa502e67
Document caret /cc #10102
2013-10-13 15:23:58 -07:00
Zlatan Vasović
c75f8a5bf6
Sort dependencies A-Z
2013-10-13 05:31:47 -07:00
Mark Otto
570aa8a309
Merge pull request #11059 from ZDroid/patch-5
...
Add more functionality to .small to match <small>
2013-10-12 16:58:49 -07:00
Mark Otto
d82650102c
Merge pull request #10933 from ZDroid/patch-2
...
Change border to border-radius
2013-10-12 15:35:07 -07:00
Zlatan Vasović
8098f4e5ba
Add more functionality to .small
2013-10-12 23:28:50 +02:00
Mark Otto
a46003b8c7
restore var to customizer
2013-10-11 22:01:11 -07:00
Mark Otto
c814ad1833
Combine separate efforts for grid mixins into one, cleanup and reorganize
2013-10-11 22:00:37 -07:00
Mark Otto
dcef0a78d5
Merge pull request #11049 from alexdahl/multiple-modals-doc
...
documentation that multiple modals are not supported
2013-10-11 18:52:57 -07:00
Alex Dahl
dfdde46312
documentation that multiple modals are not supported
2013-10-11 18:11:58 -07:00
Zlatan Vasović
40db8e811d
Nicer docs license name
...
DOCUMENTATION-LICENSE is so long.
2013-10-11 22:53:38 +02:00
Mark Otto
3ea40c0d4f
Merge pull request #11018 from twbs/use-https
...
use https:// for CDN links
2013-10-10 13:37:06 -07:00
Chris Rebert
a96aff1e56
fix typo in Getting Started docs prose
2013-10-10 02:27:26 -07:00
Chris Rebert
4b175d908c
use https:// for CDN links
...
- works when viewing page via file://
- sets a good example security-wise
2013-10-10 01:51:18 -07:00
Chris Rebert
c42af6951f
address #10965 ; mention Glyphicons-over-file:// problem in Carousel example
2013-10-10 01:42:34 -07:00
Mark Otto
84413f6e29
Merge pull request #11013 from twbs/fix-10989
...
Use CDNs for more example JavaScripts
2013-10-09 20:05:21 -07:00
Chris Rebert
7016f02e51
Merge pull request #11015 from twbs/use-data-ride-carousel
...
use data-ride="carousel" in the docs & examples; fixes #11005
2013-10-09 19:49:44 -07:00
Chris Rebert
ef1fc34e61
use data-ride="carousel" in the docs & examples; fixes #11005
2013-10-09 19:29:27 -07:00
Chris Rebert
4da37222cf
re-remove execute permissions; apparent upstream bug
2013-10-09 18:58:50 -07:00
Chris Rebert
1a0df1fbd0
upgrade holder.js to v2.1
2013-10-09 18:52:57 -07:00
Chris Rebert
a388b7906e
Merge pull request #10956 from ZDroid/patch-4
...
Sort tasks alphabetically
2013-10-09 18:31:17 -07:00
Kurt Maine
a216589056
Convert "Recess" to "RECESS"
...
Except when speaking of the "recess" Node package, RECESS should be in all-caps.
2013-10-09 18:18:05 -07:00
Chris Rebert
ca090aef02
fix #10805
2013-10-09 18:07:08 -07:00
Chris Rebert
f9ed8e6f00
trivial refactor in build-customizer grunt task
2013-10-09 18:03:08 -07:00
herom
aad70834fc
Fixes #9925 : convert font data to base64, fixing 0xefbfbd (Unicode Replacement Character) chars in customizer fonts.
...
Merges #9982
2013-10-09 18:03:04 -07:00
Stuart P. Bentley
58a47b6bfd
Customizer: include config.json in bootstrap.zip
...
merges #10633 ; fixes part of #9951
2013-10-09 17:35:26 -07:00
Chris Rebert
5e652332d1
use CDN for jQuery instead of vendoring it; fixes part of #10989
2013-10-09 16:36:15 -07:00
Chris Rebert
d72768a16a
use CDN for html5shiv instead of vendoring it; fixes part of #10989
2013-10-09 16:36:02 -07:00
Chris Rebert
d820c6d225
there's no reason for holder.js to be executable
2013-10-09 15:34:39 -07:00
Chris Rebert
da4a275473
Merge pull request #10896 from ZDroid/patch-3
...
Change clone protocol from git:// to https://
2013-10-09 12:45:43 -07:00
Mark Otto
a007769ac3
Merge pull request #10998 from ZDroid/patch-7
...
Remove [type]
2013-10-09 10:12:17 -07:00
Chris Rebert
65b5b20776
Merge pull request #10996 from ZDroid/patch-6
...
Updare grunt-jekyll dependency
2013-10-09 01:39:56 -07:00
Zlatan Vasović
62c905f5bc
Remove [type]
...
type="text/css" isn't needed
2013-10-09 09:45:05 +02:00
Zlatan Vasović
ef3ac6808f
Updare grunt-jekyll dependency
2013-10-09 08:33:03 +02:00
Chris Rebert
730d7f0b13
fix #10986
2013-10-08 11:44:30 -07:00
Mark Otto
969cb04acb
Fixes #10126 : Update responsive test cases to properly highlight hidden class examples
2013-10-07 15:00:46 -05:00
Mark Otto
352532cd63
Half fix for #9855 : Don't fuck with margins for open modal dialog on account of Lion non-scrollbars and inconsistencies elsewhere
2013-10-07 14:39:11 -05:00
Mark Otto
0647049513
Merge branch 'master' of github.com:twbs/bootstrap
2013-10-07 14:32:29 -05:00
Mark Otto
1adbe2043a
Fixes #10959 : round the .lead values down to nearest pixel via floor()
2013-10-07 14:32:23 -05:00
Mark Otto
704635818f
run grunt
2013-10-07 14:31:41 -05:00
Chris Rebert
d32380657b
Merge pull request #10962 from twbs/doc-h1-thru-h6-classes
...
document .h1 thru .h6; fixes part of #10102
2013-10-07 00:55:21 -07:00
Chris Rebert
a8afb46688
document .h1 thru .h6; fixes part of #10102
2013-10-06 20:18:03 -07:00
Mark Otto
e62e7ffcbc
Merge branch 'master' of github.com:twbs/bootstrap
...
Conflicts:
css.html
2013-10-06 19:06:40 -05:00
Mark Otto
61aa9a4f60
update gitignore to restore the ruby-version ignore and rename section to all docs stuff
2013-10-06 18:35:07 -05:00
Chris Rebert
bb50e33a30
fix #10961
2013-10-06 16:17:32 -07:00
Mark Otto
1eca83336e
Merge branch 'master' of github.com:twbs/bootstrap
2013-10-06 17:24:32 -05:00
Mark Otto
548603a926
fixes #10961 : change variable names in grid docs
2013-10-06 17:24:26 -05:00
Steven Black
0740d01b4c
Good catch by @juthilo - omitted the modified in a prior commit.
2013-10-05 20:48:28 -04:00
Steven Black
c7120a7b04
The customizer now displays and collects the new Jumbotron font-size LESS variable
2013-10-05 18:38:45 -04:00
Steven Black
4b27c08783
The Jumbotron font-size LESS variable now conforms to the '@{bootstrapClass}-font-size' naming scheme.
2013-10-05 18:37:53 -04:00
Zlatan Vasović
146cd38867
Sort tasks alphabetically
2013-10-05 21:17:49 +02:00
Zlatan Vasović
b1cc07fa15
Insert comma to fix validation warning
...
BS doesn't support IE6/IE7, so comma can be inserted.
2013-10-05 20:14:19 +02:00
Mark Otto
56093dea99
Merge pull request #10950 from twbs/docs-navbar-class
...
Fix #10948 : Clarify navbar example target in docs
2013-10-05 10:59:44 -07:00
Julian Thilo
e8d7fb0737
Change all navbar example targets
...
According to comment on https://github.com/twbs/bootstrap/issues/10948#issuecomment-25751889 .
2013-10-05 19:32:52 +02:00
Mark Otto
a8f21b5ae9
merge in new ads
2013-10-05 11:44:41 -05:00
Martynas
80e8644230
removed outline from modal
2013-10-05 13:55:26 +03:00
Julian Thilo
e246a97b91
Fix #10948 : Clarify navbar example target in docs
2013-10-05 11:37:52 +02:00
Steven Black
38941881e9
Jumbotron: remove the hard-coded font-size from jumbotron.less and moved it into variables.less where other .font-size-xxxxx things now live.
2013-10-04 21:43:31 -04:00
Julian Thilo
56ee42d335
Merge pull request #10932 from ZDroid/patch-1
...
Correct grammar
2013-10-03 23:21:30 -07:00
Zlatan Vasović
6f9d980139
Change border to border-radius
...
Border isn't set, but border-radius is.
2013-10-03 23:15:49 +02:00
Zlatan Vasović
32c7483215
Correct grammar
...
Jekyll is the third person singular (it), so it should be 'its documentation', not 'their documentation'.
2013-10-03 23:05:23 +02:00
Tobias Lindig
70453c2327
unify button sizing, use mixin ".button-size" also for the base sized button
2013-10-03 10:43:35 -07:00
Chris Rebert
c43462678c
run grunt
2013-10-03 10:42:55 -07:00
Chris Rebert
ab34f27c37
Merge pull request #10871 from ZDroid/patch-2
...
Remove .ruby-version from excludes
2013-10-03 10:21:39 -07:00
Mark Otto
79c3f23ac4
Merge pull request #10908 from ZDroid/patch-4
...
Indent banner to match the *'s
2013-10-02 10:59:03 -07:00
Zlatan Vasović
dc5625c85b
Indent banner to match the *'s
2013-10-02 14:33:17 +02:00
Chris Rebert
a32b626f5c
run up-to-date grunt
2013-10-01 11:01:08 -07:00
Mark Otto
93bc1af623
Merge branch 'master' of github.com:twbs/bootstrap
2013-10-01 11:37:53 -05:00
Mark Otto
b352061d1d
run grunt
2013-10-01 11:37:47 -05:00
Zlatan Vasović
41444cd83a
Change clone protocol from git:// to https://
...
Cloning with git: protocol doesn't allow to change anything in `.git/`, like when using `git pull`.
2013-10-01 10:20:31 +02:00
Chris Rebert
f9dd7466cf
Merge pull request #10806 from twbs/ios-safari-pct-rounding
...
add iOS and versions to Safari percent rounding warning; fixes #10723
2013-09-30 18:11:20 -07:00
Chris Rebert
5bfd9e0d56
Merge pull request #10826 from twbs/doc-multiple-navbars-unsupported
...
document that multiple navbars aren't supported by default
2013-09-30 18:06:17 -07:00
Chris Rebert
a97918297e
add maintenance note regarding #10864 's addition
2013-09-30 17:54:49 -07:00
Chris Rebert
5528c6501c
document that multiple navbars aren't supported by default; addresses #10824
2013-09-30 17:44:50 -07:00
Mark Otto
0e628b6546
Merge pull request #10864 from akalicki/included_files
...
Added abridged form of 'What's included' docs to README
2013-09-30 17:15:15 -07:00
Mark Otto
ef66c31dd4
Merge pull request #10856 from akalicki/grid_class_docs
...
Better documentation and optimized examples for grid classes
2013-09-30 17:11:55 -07:00
Mark Otto
33673a4008
Merge pull request #10865 from Quy/master
...
Apply help-block class to help text in customize.html
2013-09-30 17:10:48 -07:00
Mark Otto
25954702ea
Merge pull request #10883 from ZDroid/patch-3
...
Remove "Remove margin on the body" from base css docs
2013-09-30 17:08:09 -07:00
Mark Otto
6670026572
Merge pull request #10889 from twbs/contextual-table-docs-xs
...
table contextual classes docs: .col-lg-* => .col-xs-*
2013-09-30 17:07:19 -07:00
Mark Otto
cc3f09d4d1
Merge pull request #10888 from twbs/favor-xs-in-docs
...
use .col-xs-* in "Forms: Column Sizing" docs so more responsive
2013-09-30 17:06:31 -07:00
Shaun Dychko
355525b2b7
remove comma separating the color and the color-stop in -webkit-linear-gradient in the #gradient .vertical mixin.
2013-09-30 13:21:54 -07:00
Chris Rebert
def45c1f74
table contextual classes docs: .col-lg-* => .col-xs-*
2013-09-30 11:01:29 -07:00
Chris Rebert
0b8a3e65aa
use .col-xs-* in "Forms: Column Sizing" docs so more responsive
2013-09-30 10:52:59 -07:00
Chris Rebert
7247527f04
also use .col-sm-* in other .form-horizontal example for consistency
2013-09-30 10:45:20 -07:00
Zlatan Vasović
f2d90d12dc
Remove "Remove margin on the body" from base css docs
...
Normalize did that.
2013-09-30 19:31:41 +02:00
Zlatan Vasović
40c61a9bd7
Remove .ruby-version due to https://github.com/twbs/bootstrap/commit/4f20a29c329aa58919919426cbd2190fabfdb723
2013-09-30 11:26:52 +02:00
Chris Rebert
df5aa7c0f1
Merge pull request #10869 from ZDroid/patch-2
...
Update qunit dependency
2013-09-30 01:09:30 -07:00
Zlatan Vasović
2306375d13
Update qunit dependency
2013-09-30 09:36:20 +02:00
Quy Ton
462f27813f
Apply help-block class to help text in customize.html
2013-09-29 18:24:00 -07:00
Alex Kalicki
80d74c1bf7
Moved 'getting started' link out of 'What's included' section in README
2013-09-29 20:45:55 -04:00
Chris Rebert
362c9c9f89
rm unnecessary backslashes from jqueryCheck
2013-09-29 15:37:22 -07:00
Chris Rebert
a84bd5d9f1
Merge pull request #10863 from DeanMarkTaylor/patch-2
...
Update Gruntfile.js fixing undefined jQuery check
2013-09-29 15:32:34 -07:00
Alex Kalicki
e21c744a57
Added abridged form of 'What's included' docs to README
2013-09-29 18:17:46 -04:00
Dean Taylor
429e92fd58
Update Gruntfile.js fixing undefined jQuery check
...
The check to see if jQuery was defined as incorrect causing the "Bootstrap requires jQuery" message to only be displayed if jQuery is defined and has a value which equates to `false`.
2013-09-29 21:14:24 +01:00
Alex Kalicki
e34e73714a
Better documentation and optimized examples for grid classes
2013-09-28 22:51:30 -04:00
Chris Rebert
1809894e8a
Merge pull request #10855 from dan-silver/master
...
Spelling mistakes in documentation.
2013-09-28 14:42:59 -07:00
Dan Silver
708dbe58f6
Spelling mistakes in documentation.
2013-09-28 16:21:23 -05:00
Chris Rebert
fc2cde0230
Merge pull request #10841 from DeanMarkTaylor/patch-1
...
Update Gruntfile.js removing pointless reading of customize.html.
2013-09-27 10:23:28 -07:00
Dean Taylor
f39db19306
Update Gruntfile.js removing pointless reading of customize.html.
...
I couldn't see a reason to read "customize.html", removed line.
2013-09-27 18:17:02 +01:00
Rodrigo Willrich
f32abbb6e1
bower.json: Modify assets directory on ignore to docs-assets
2013-09-27 09:04:33 -03:00
Alexander Prinzhorn
12a3bb31f8
Only preventDefault on click on [data-toggle="modal"] when the element is a link
...
In it's current state Bootstrap always prevents the default action for a click
event on `[data-toggle="modal"]` elements
(see https://github.com/twbs/bootstrap/blob/master/js/modal.js#L233 ).
Instead this should only happen when the element is a link.
2013-09-27 11:32:06 +02:00
Chris Rebert
eb3807609a
Merge pull request #10827 from akalicki/issue_10726
...
Resolves #10726 - clarifies javascript tab markup in docs
2013-09-26 15:04:23 -07:00
Alex Kalicki
5d6e1d742d
Resolves #10726 - clarifies javascript tab markup in docs
2013-09-26 17:49:03 -04:00
Chris Rebert
1cf8fcda65
add iOS and versions to Safari percent rounding warning; fixes #10723
2013-09-25 17:25:50 -07:00
Travesty3
1c1850f63e
Add 'collapse' class back after expanding
2013-09-25 08:59:01 -04:00
Mark Otto
1a476b623e
don't include . in link
2013-09-24 21:27:49 -05:00
Mark Otto
827fbc0a11
Merge pull request #10797 from twbs/input-groups-xref
...
add cross-reference to Input Groups in CSS Form docs; fixes #10792
2013-09-24 19:26:58 -07:00
Chris Rebert
2fa03734a3
add cross-reference to Input Groups in CSS Form docs; fixes #10792
2013-09-24 18:48:38 -07:00
Mark Otto
76e9d393ba
Merge pull request #10796 from twbs/skip-to-main-content
...
Use "Skip to main content" phrasing consistently; further #10786 fixes
2013-09-24 18:37:13 -07:00
Chris Rebert
af4d102767
Use "Skip to main content" phrasing consistently; further #10786 fixes
2013-09-24 18:02:18 -07:00
Mark Otto
63206a17e8
Merge pull request #10786 from acspike/skip-nav-link-wording
...
Alter wording of example Skip Nav link to improve pronunciation
2013-09-24 17:24:00 -07:00
Mark Otto
cf915f9c64
Merge pull request #10790 from twbs/disable-compatibility-mode
...
Disable IE Compatibility Mode in docs, examples
2013-09-24 17:16:06 -07:00
Julian Thilo
735105ae72
Add note about IE mode tag being included in docs
2013-09-24 22:49:47 +02:00
Chris Rebert
f19126ed08
Merge pull request #10778 from twbs/old-android-glyphicons-fix
...
Use updated Glyphicons to workaround old Android WebKit bug
2013-09-24 10:39:03 -07:00
Aaron Spike
dcfd9f27ff
Alter wording of example Skip Nav link to improve pronunciation
...
Screen reading applications, including Apple's VoiceOver, improperly pronounce the word "content" in "Skip to content" as an adjective rather than a noun because of insufficient context. "Skip to main content" is pronounced correctly.
See #6 and Guideline #10 at the following site for more information:
http://redish.net/content/papers/interactions.htmlAlter wording of example Skip Nav link to improve pronunciation
2013-09-24 11:52:06 -05:00
Julian Thilo
33e0877d21
Disable IE Compatibility Mode in docs, examples
...
...because we don't support it and it may cause problems for people
trying to view the docs in IE.
2013-09-24 18:43:16 +02:00
Ross Allen
3663e37005
Use bootstrap.less file order in Customizer
...
Appending stylesheets by iterating the `__less` Hash creates an order
that is not the same as 'bootstrap.less'.
Some stylesheets like 'component-animations.less' and 'modals.less' have
selectors with matching specificity, and so file order decides which
style wins. This causes issue #10030 by putting `.fade.in` after
`.modal-backdrop.in` and gives the backdrop a higher opacity than
intended.
This change uses the Less ordering in 'bootstrap.less' to generate the
final stylesheets in the Customizer to make sure customized file
ordering matches the distribution file order.
Fixes #10030
2013-09-23 23:33:20 -07:00
Chris Rebert
48f15faa5d
run grunt dist
2013-09-23 22:43:48 -07:00
Chris Rebert
2d0f5565ab
re-sort affected .glyphicon-* classes by new codepoints
2013-09-23 22:43:48 -07:00
Chris Rebert
b160e61451
Update affected .glyphicon-* CSS classes to use new codepoints
...
.glyphicon-briefcase: U+1F4BC -> U+E139
.glyphicon-calendar: U+1F4C5 -> U+E109
.glyphicon-pushpin: U+1F4CC -> U+E146
.glyphicon-paperclip: U+1F4CE -> U+E142
.glyphicon-camera: U+1F4F7 -> U+E046
.glyphicon-lock: U+1F512 -> U+E033
.glyphicon-bell: U+1F514 -> U+E123
.glyphicon-bookmark: U+1F516 -> U+E044
.glyphicon-fire: U+1F525 -> U+E104
.glyphicon-wrench: U+1F527 -> U+E136
2013-09-23 22:43:48 -07:00
Chris Rebert
dca7be6b67
Update Glyphicons font to resolve #10106
...
Workaround an old Android WebKit bug by switching to codepoints within the BMP.
Details: http://stackoverflow.com/questions/9241519/webkit-css-content-unicode-bug
Extra special thanks to @jankovarik for doing this update. <3
Source: https://www.dropbox.com/s/clh9y6lqtmj01l8/halflings_updated_for_android.zip
(As posted in https://github.com/twbs/bootstrap/issues/10106#issuecomment-24539909 )
2013-09-23 22:41:43 -07:00
Chris Rebert
b80f58b336
run grunt dist
2013-09-23 22:34:36 -07:00
Mark Otto
9ce142ca12
Merge pull request #10768 from twbs/polaroid-thumbnail-docs
...
fix #10767 ; current .img-thumbnail is equivalent to old .img-polaroid
2013-09-23 19:10:38 -07:00
Mark Otto
62c9199dc5
Merge pull request #10770 from twbs/rename-assets
...
move /assets/ to /docs-assets/ ; fixes #10715
2013-09-23 19:08:50 -07:00
Mark Otto
5911d95d69
Merge pull request #10769 from twbs/deprecate-hide
...
deprecate .hide; fixes #10446
2013-09-23 19:08:01 -07:00
Chris Rebert
f503efc490
avoid using the term "assets" due to potential confusion
2013-09-23 13:02:33 -07:00
Chris Rebert
8aa5181126
move /assets/ to /docs-assets/ ; fixes #10715
2013-09-23 13:02:26 -07:00
Chris Rebert
c4e7e3c933
deprecate .hide; fixes #10446
2013-09-23 12:46:57 -07:00
Chris Rebert
29935e4e26
fix #10767 ; current .img-thumbnail is equivalent to old .img-polaroid
2013-09-23 12:06:33 -07:00
Chris Rebert
229469e059
Merge pull request #10763 from XhmikosR/html5shiv
...
Update html5shiv to v3.7.0.
2013-09-23 09:03:16 -07:00
XhmikosR
d675e82e50
Update html5shiv to v3.7.0.
2013-09-23 16:51:49 +03:00
Jochen Berger
f350d1ba3d
don't create new Tooltip/Popover objects just to destroy them immediately
2013-09-23 15:14:37 +02:00
Mark Otto
8a181a1388
Merge pull request #10695 from FredericoC/fix-nav-active-caret
...
Fixed issue where caret wouldn't inherit "active" li style on nav-pills
2013-09-22 16:53:01 -07:00
Mark Otto
5b12736fb7
Merge pull request #10741 from ZDroid/patch-1
...
Avoid LESS nesting if isn't needed
2013-09-22 07:25:33 -07:00
Mark Otto
ed44a3255c
Merge branch 'master' of github.com:twbs/bootstrap
2013-09-22 09:20:15 -05:00
Mark Otto
000b445a04
Fixes #10755 : Don't remove quotes around q element by default
2013-09-22 09:19:37 -05:00
Chris Rebert
88854a83d1
Merge pull request #10749 from ZDroid/patch-2
...
@headingsColor → @headings-color
2013-09-21 14:19:21 -07:00
Zlatan Vasović
dc3d16648c
@headingsColor → @headings-color
2013-09-21 14:19:11 +02:00
Mark Otto
86ec05793a
Merge pull request #10693 from twbs/include-docs-license
...
include a copy of the CC-BY 3.0 License that the docs are under
2013-09-20 22:14:57 -07:00
Chris Rebert
68c6deebda
fix #10737
2013-09-20 11:49:32 -07:00
Chris Rebert
d8ba5989cd
Merge pull request #10743 from hnrch02/patch-1
...
Fix a silly typo
2013-09-20 10:49:13 -07:00
Heinrich Fenkart
c938c4438f
Fix a silly typo
2013-09-20 19:43:47 +02:00
Zlatan Vasović
2304ba6a25
Avoid LESS nesting if isn't needed
2013-09-20 18:06:48 +02:00
Mark Otto
e148923f27
Merge branch 'master' of github.com:twbs/bootstrap
...
Conflicts:
dist/css/bootstrap.min.css
2013-09-19 22:57:11 -05:00
Mark Otto
ef636bd62d
Fixes #10694 : Remove unnecessary content property from .caret
2013-09-19 22:56:17 -05:00
Mark Otto
22d308b2c1
Merge pull request #10724 from ZDroid/patch-1
...
white → #fff
2013-09-19 17:20:47 -07:00
Chris Rebert
607b802d2f
fix #10732
2013-09-19 15:49:53 -07:00
Lipis
c6eca2c9ca
Same fix for the navbar example of sticky footer
2013-09-19 20:49:16 +02:00
Lipis
7823136a79
Removed the unnecessary override and the !important from .wrap
...
In the sticky footer example there were some weird stuff..
2013-09-19 20:48:16 +02:00
Zlatan Vasović
73403b78cc
white → #fff
2013-09-19 16:41:06 +02:00
Chris Rebert
abad169f4b
Merge pull request #10710 from XhmikosR/patch-2
...
Patch 2
2013-09-18 23:44:56 -07:00
XhmikosR
0379c2056d
Update jszip.js to the latest git.
2013-09-19 09:27:09 +03:00
XhmikosR
b741608964
Show minification report for uglify-js.
2013-09-19 08:33:52 +03:00
Chris Rebert
5deee652f9
Merge pull request #10703 from XhmikosR/sort
...
Sort by name.
2013-09-18 13:15:18 -07:00
XhmikosR
3c0489102e
Sort by name.
2013-09-18 20:36:17 +03:00
Chris Rebert
68099ec275
Merge pull request #10682 from gordonwoodhull/master
...
Suggest documenting changes to plugin classes
2013-09-18 09:54:41 -07:00
Chris Rebert
1882d15db8
Merge pull request #10680 from XhmikosR/master
...
Update normalize to v2.1.3.
2013-09-18 09:38:14 -07:00
Gordon Woodhull
40d3e4c48b
merge plugin changes into main table
2013-09-18 07:44:56 -04:00
XhmikosR
45b6c6de46
Run grunt dist.
2013-09-18 08:14:39 +03:00
XhmikosR
60afea85b4
less/mixins.less: tabs to spaces.
2013-09-18 08:14:19 +03:00
XhmikosR
0cd6d35058
Update normalize to v2.1.3.
2013-09-18 08:05:34 +03:00
Frederico Carvalho
29f24f746c
corrected caret colour when a nav dropdown is open
2013-09-18 14:45:56 +10:00
Frederico Carvalho
b1208f380a
fixed issue where caret wouldn't inherit "active" li style on nav-pills, which caused the caret to stay blue
2013-09-18 14:31:52 +10:00
Chris Rebert
0de96b8f35
include a copy of the CC-BY 3.0 License that the docs are under
...
downloaded from http://creativecommons.org/licenses/by/3.0/legalcode.txt
2013-09-17 18:58:15 -07:00
Chris Rebert
4e962c572e
fix #10692
2013-09-17 17:41:58 -07:00
Gordon Woodhull
abee1cdf9d
a start at documenting plugin class changes
2013-09-17 12:03:02 -04:00
Mark Otto
f2750dd6bc
Merge pull request #10626 from buob/variablize-nav-pill-border-radius
...
Variablize nav pill border radius
2013-09-16 22:00:39 -07:00
Mark Otto
21486ffad8
Merge pull request #10641 from ggam/remove-accordion
...
Removed unneeded 'accordion-toggle' class from collapse examples
2013-09-16 21:53:27 -07:00
Mark Otto
02423caa85
Merge branch 'master' of github.com:twbs/bootstrap
2013-09-16 21:49:12 -07:00
Mark Otto
bf47968d9c
Merge pull request #10655 from Soben713/master
...
Remove unnecessary semicolons
2013-09-16 21:49:01 -07:00
Mark Otto
63d1d09ebd
run grunt
2013-09-16 21:43:55 -07:00
Mark Otto
8f43820fff
Merge branch 'master' of github.com:twbs/bootstrap
2013-09-16 21:42:43 -07:00
Mark Otto
515e11da32
Merge pull request #10663 from lipis/patch-1
...
Changed the border-color of .navbar-form to @navbar-default-border
2013-09-16 20:36:04 -07:00
Mark Otto
c14fe7904a
Merge branch 'master' of github.com:twbs/bootstrap
2013-09-16 18:59:06 -07:00
Mark Otto
776d3fd6a0
fixes #9908 : add type attribute to customizer compile button to prevent accidental submissions
2013-09-16 18:58:52 -07:00
Chris Rebert
630bf13fb4
Merge pull request #10664 from ZDroid/patch-1
...
Fix package.json
2013-09-16 12:15:23 -07:00
Zlatan Vasović
d7fb54e5fb
Remove "js" keyword /cc @cvrebert
2013-09-16 20:40:12 +02:00
Chris Rebert
46bb8b4290
Merge pull request #10661 from Shotster/simplified-responsive-invisibility
...
Simplified CSS responsive-invisibility mixin
2013-09-16 10:59:22 -07:00
Zlatan Vasović
66abfe577e
Fix package.json
...
* Add "js" keyword
* Fix homepage link
* Bump grunt-contrib-connect to newer version
2013-09-16 19:42:52 +02:00
Lipis
a6e2a93feb
Changed the border-color of .navbar-form to @navbar-default-border
2013-09-16 19:36:39 +02:00
Kevin Lisota
cde1b9a178
add responsive CSS to hyperlinked images when thumbnail caption markup is used
...
When thumbnail caption markup is used in combination with a hyperlinked image, the image is not responsive. (non-hyperlinked images are fine, like the example in the docs) Adding a selector to apply responsiveness to hyperlinked images when thumbnail captions are used.
2013-09-16 08:21:09 -07:00
Steve S
ae3a9169e0
Simplified CSS responsive-invisibility mixin
2013-09-16 09:16:53 -05:00
Soheil Behnezhad
cc69911335
Derp, there were more
2013-09-16 16:37:03 +04:30
Soheil Behnezhad
0c39045222
Remove some more unnecessary semicolons
2013-09-16 16:25:53 +04:30
Chris Ziogas
ab3d0a27b3
Dropdown in panel header does not inherit its colors
...
Fix for issue #10627
2013-09-16 12:38:26 +03:00
Soheil Behnezhad
bff23ee1fe
Remove unnecessary semicolons
2013-09-16 13:47:48 +04:30
Chris Rebert
559fcbfbd6
Merge pull request #10653 from homeyer/patch-1
...
remove duplicate text in documentation for popover
2013-09-15 20:11:56 -07:00
Andrew Homeyer
31f32e8485
remove duplicate text in documentation for popover
2013-09-15 21:07:15 -06:00
ggam
3a20ec410b
Removed unneeded 'accordion-toggle' class. Fixes #10481
2013-09-14 19:15:42 +02:00
Jake Buob
2381ab088b
Add nav-pills-border-radius variable
2013-09-13 15:57:10 -04:00
Jake Buob
4d4976fdcc
Make nav pills border-radius border-radius-base
2013-09-13 15:56:30 -04:00
Mark Otto
6b97970d31
Merge pull request #10623 from jdorfman/jdorfman-maxcdn-link
...
getting-started - Replace NetDNA.com with MaxCDN.com
2013-09-13 11:49:11 -07:00
Justin Dorfman
6397ba1125
getting-started - Replace NetDNA.com with MaxCDN.com
2013-09-13 11:45:15 -07:00
Chris Rebert
b896ce0270
Merge pull request #10619 from mathiasose/master
...
Further clarification about this step
2013-09-13 09:45:16 -07:00
Mathias Ose
03b1aed37b
As a node.js noob, even with the previous clarification this was a bit unclear. This change should (hopefully) make it obvious.
2013-09-13 17:54:48 +02:00
Mark Otto
33a1852336
Merge pull request #10598 from ZDroid/patch-1
...
Linux users also love Chrome
2013-09-12 19:40:42 -07:00
Chris Rebert
4f20a29c32
rm irrelevant entries from .gitignore; fixes #10609
2013-09-12 11:29:26 -07:00
Zlatan Vasović
9a21fdaf6d
Better? /cc @mdo
2013-09-12 18:35:33 +02:00
Mark Otto
370130669c
Merge pull request #10602 from mikefrancis/patch-2
...
Added in list elements for dividers
2013-09-12 09:04:52 -07:00
Mike Francis
3c6229c435
Added in list elements for dividers
2013-09-12 12:46:03 +01:00
Zlatan Vasović
869238c071
We also use Chrome :P
2013-09-12 10:15:38 +02:00
Chris Rebert
129b85b70d
Merge pull request #10597 from ZDroid/patch-1
...
@grid-float-breakpoint need to be @screen-sm-min
2013-09-12 00:57:27 -07:00
Zlatan Vasović
5caf780081
@grid-float-breakpoint need to be @screen-sm-min
...
😄
2013-09-12 09:52:33 +02:00
Mark Otto
88ae76536d
Merge pull request #10573 from gribelu/tooltip-fix
...
Hardcoded Tooltip arrow positioning
2013-09-11 23:19:56 -07:00
Mark Otto
dbcb05880f
Merge branch 'master' of github.com:twbs/bootstrap
2013-09-11 23:13:28 -07:00
Mark Otto
28e5572bf4
Fixes #10492 : Account for responsive tables in panels
2013-09-11 23:11:18 -07:00
Mark Otto
9c0d04d3e4
Merge pull request #10569 from ZDroid/patch-2
...
Change @screen-* to @screen-*-min
2013-09-11 23:07:47 -07:00
Mark Otto
fc92931107
Merge pull request #10594 from twbs/navbar-form-labels-warning
...
add same accessibility warning from .form-inline to .navbar-form docs
2013-09-11 23:02:11 -07:00
Chris Rebert
851acf3f33
add same accessibility warning from .form-inline to .navbar-form docs
2013-09-11 22:58:07 -07:00
Mark Otto
682ee3ab1e
Merge branch 'master' of github.com:twbs/bootstrap
2013-09-11 21:14:25 -07:00
Mark Otto
291a23aa4f
Massive customizer audit and overhaul
...
I probably missed a few things and screwed up a few others, but this
takes the place of much of #9910 . I haven't added many variables—that
should be reserved for v3.1—but I have rejiggered the layout, added
missing ones, corrected wrong values, etc.
/cc @cvrebert @juthilo @saas786
2013-09-11 21:14:10 -07:00
Mark Otto
ba818bc4e3
Remove unneeded comment in layouts
2013-09-11 21:12:58 -07:00
Mark Otto
ecc6978241
Merge pull request #10590 from twbs/doc-jquery-version
...
document jQuery version requirement; fixes #10355
2013-09-11 20:22:33 -07:00
Chris Rebert
0e54a49b9d
Merge pull request #10591 from twbs/modal-remote-migration-doc
...
add modal 'remote' option semantics change to migration docs
2013-09-11 20:17:18 -07:00
Chris Rebert
306d850d3a
add modal 'remote' option semantics change to migration docs; fixes #10585
2013-09-11 20:08:59 -07:00
Chris Rebert
a1b0311597
document jQuery version requirement; fixes #10355
2013-09-11 19:53:32 -07:00
Mark Otto
a1cdbbe55e
scope customizer h4 change
2013-09-11 16:59:51 -07:00
Mark Otto
d88e743b41
Merge branch 'master' of github.com:twbs/bootstrap
...
Conflicts:
dist/css/bootstrap.min.css
2013-09-11 16:35:27 -07:00
Mark Otto
fddcadbc21
run grunt
2013-09-11 16:35:00 -07:00
Chris Rebert
725e2b9ccf
re-fix typo in comment
2013-09-11 16:24:03 -07:00
Mark Otto
cd7cf40aff
Merge pull request #10584 from twbs/ie_viewports
...
Fixes #10497 : Fix Windows 8 and Windows Phone 8 behavior and apply to docs
2013-09-11 16:19:12 -07:00
Mark Otto
b0ea3a08cd
Merge branch 'ie_viewports' of github.com:twbs/bootstrap into ie_viewports
...
Conflicts:
getting-started.html
less/responsive-utilities.less
2013-09-11 16:15:12 -07:00
Mark Otto
6519303549
fixes #10497 : Fix Windows 8 and Windows Phone 8 behavior and apply it to the docs
2013-09-11 16:06:43 -07:00
Mark Otto
6e064894db
remove unnecessary right and left properties on .modal-dialog
2013-09-11 14:56:02 -07:00
Mark Otto
2dc7ab4bbb
fixes #10497 : Fix Windows 8 and Windows Phone 8 behavior and apply it to the docs
2013-09-11 14:46:31 -07:00
Mark Otto
6ea2893af1
Merge pull request #10338 from twbs/readd-optin-notes
...
Fix #10324 : Add opt-in note to tooltip docs
2013-09-11 12:49:24 -07:00
Mark Otto
37933a9e08
Merge branch 'master' of github.com:twbs/bootstrap
...
Conflicts:
dist/css/bootstrap.min.css
2013-09-11 12:31:21 -07:00
Mark Otto
c69092a176
move to separate about page
2013-09-11 12:30:46 -07:00
Mark Otto
5d1707a25c
Remove old and unused .prettyprint styles in code.less (per #10566 )
2013-09-11 11:09:50 -07:00
Chris Rebert
c62426daeb
Merge pull request #10579 from roryokane/patch-1
...
Fix capitalization of “list groups” in middle of sentence
2013-09-11 10:29:19 -07:00
Rory O’Kane
eebbee7c81
Fix capitalization of “list groups” in middle of sentence
...
When “list groups” is used in the middle of a sentence in http://getbootstrap.com/components/#list-group-basic , it is not capitalized.
2013-09-11 12:18:32 -04:00
gribelu
d8202dd626
Fixed hardcoded tooltip arrow positioning
...
Tooltip Arrow positioning was hardcoded to 5px instead of using @tooltip-arrow-width.
2013-09-11 16:47:13 +03:00
Zlatan Vasović
50fcaba24f
The last
2013-09-11 10:38:42 +02:00
Zlatan Vasović
d9613268b0
Again?
2013-09-11 10:35:12 +02:00
Zlatan Vasović
a0653ef018
Rumbo Jumbo
2013-09-11 10:33:30 +02:00
Zlatan Vasović
e2e1c80d1a
Another fixup
2013-09-11 10:32:08 +02:00
Zlatan Vasović
b8a33eb1e0
Eagle eye
2013-09-11 10:29:15 +02:00
Chris Rebert
1497c21fe3
Merge pull request #10567 from ZDroid/patch-2
...
Use @screen-sm-min in forms
2013-09-11 01:14:36 -07:00
Zlatan Vasović
c10238c95f
Use @screen-sm-min in forms
2013-09-11 09:54:38 +02:00
Mark Otto
022e40404c
Remove multiple touch icons and roll with a single one
2013-09-10 21:46:12 -07:00
Mark Otto
b7e1103c32
Merge pull request #9989 from eins78/more-monospace-elements
...
code.less: also set default monospace font for `<kbd>` and `<samp>`
2013-09-10 21:38:24 -07:00
Mark Otto
e645d51b62
Merge pull request #10565 from twbs/gruntfile-css-banner
...
generate CSS banners via Gruntfile; fixes #10101
2013-09-10 21:27:07 -07:00
Mark Otto
84567af1a8
Merge pull request #10560 from ZDroid/patch-1
...
Remove display: block from address
2013-09-10 21:25:31 -07:00
Chris Rebert
2b5d7d23d0
generate CSS banners via Gruntfile; fixes #10101
2013-09-10 19:22:20 -07:00
Chris Rebert
1f3a87a8a0
fix punctuation in author field of package.json
2013-09-10 19:12:47 -07:00
Chris Rebert
76d8757b0a
rm period from licensing header so it's not mistaken as part of the URL
2013-09-10 19:01:40 -07:00
Chris Rebert
a9335e94e1
run grunt dist
2013-09-10 18:59:09 -07:00
Chris Rebert
cf09ec3c77
Merge pull request #10563 from lipis/patch-1
...
Updated the old btn-large in carousel example
2013-09-10 16:52:37 -07:00
Lipis
a2a5be11a3
Updated the old btn-large in carousel example
2013-09-11 01:34:56 +02:00
Chris Rebert
52516eceba
add missing comma in carousel.less; fixes #10562
2013-09-10 16:20:36 -07:00
Julian Thilo
1ebd282693
Rephrase text
2013-09-10 23:31:57 +02:00
Zlatan Vasović
886e7037f6
Remove display: block from address
...
<address> is already displayed as block in all browsers (UAs).
2013-09-10 23:27:04 +02:00
Julian Thilo
10a9601560
Fix #10556
...
Make media queries example in docs clearer
2013-09-10 18:00:58 +02:00
Mark Otto
c8c3bf00b6
fixes #9985 : update grid classes in grid example
2013-09-09 13:56:10 -07:00
Mark Otto
cd98b10ea5
Merge pull request #10542 from twbs/controls-migration-docs
...
add .control* to migration docs; fixes #10532
2013-09-09 13:22:34 -07:00
Chris Rebert
6bc1a5cf6e
add .control* to migration docs; fixes #10532
2013-09-09 12:34:53 -07:00
Mark Otto
fb9c81f894
dat hash
2013-09-09 10:19:53 -07:00
Mark Otto
ea99a0a6f1
dat @juthilo edit
2013-09-09 09:51:38 -07:00
Mark Otto
674e83aa01
Copy edits from @cvrebert and @juthilo
2013-09-09 08:34:21 -07:00
Topsitemakers
3d97454c09
adding required attribute for example signin form
2013-09-09 12:36:56 +02:00
Mark Otto
632e3c42d5
Merge branch 'master' into docs_welcome
2013-09-08 20:39:07 -07:00
Mark Otto
fff5e540f5
fixes #10526 : Remove custom background on responsive tables and set it in the docs where it should've been originally
2013-09-08 20:03:52 -07:00
Mark Otto
d42591e6e5
use irc link
2013-09-08 19:56:11 -07:00
Mark Otto
f00e6deb92
shorter avatar urls
2013-09-08 19:49:40 -07:00
Mark Otto
77549410d5
Add Welcome section to docs
...
* Fixes unrelated typo in readme
* Add new Welcome section with history, team, callouts, and community
subsections
* Redesigns callouts to be a bit lighterweight with colored headings
2013-09-08 18:37:39 -07:00
Mark Otto
afb6cf1d01
Match order of vars to order of components; darken some alert borders
2013-09-08 16:58:56 -07:00
Mark Otto
16279056ae
Merge branch 'master' of github.com:twbs/bootstrap
2013-09-08 08:04:19 -07:00
Mark Otto
3f158175ce
fixes #10521 : Only remove bottom-border from last row of cells in tbody and tfoot within responsive tables
2013-09-08 08:04:11 -07:00
Julian Thilo
601364418f
Merge pull request #10523 from ZDroid/patch-1
...
Added missing semicolon
2013-09-08 06:47:14 -07:00
Zlatan Vasović
f9fe6cd05f
Added missing semicolon
2013-09-08 15:37:02 +02:00
Alexey
7ee2b6a976
changed attr('data-target') to data('target');
...
this will extend js interface, to be possible to setup targets for tabs as
var content=$('<div class="tab-pane">',{text: 'content'});
var tab=('<li>',{html: $('<a>',{text: 'Main options'})}).addClass('active').data({target: $main,toggle: 'tab'}).appendTo(tabs);
2013-09-08 04:49:27 +03:00
Mark Otto
d126d8c6f3
Run grunt to gen raw files
2013-09-06 09:57:25 -07:00
Mark Otto
f80fd03542
Remove nav from jumbotron example (temp fix for #10228 )
2013-09-06 09:57:19 -07:00
Mark Otto
8bea86e2ef
fixes #10024 : Use negative margin to fix the border between button and input in input groups
2013-09-06 09:50:38 -07:00
Mark Otto
e5038a339c
Merge pull request #9968 from thelukemcdonald/master
...
Apply gradient stripe @color parameter
2013-09-06 09:31:36 -07:00
Mark Otto
5c4c7eba54
Merge branch 'master' of https://github.com/nuttertag/bootstrap into nuttertag-master
...
Conflicts:
dist/css/bootstrap.min.css
2013-09-06 09:23:49 -07:00
Mark Otto
532e4bab58
Merge branch 'master' of github.com:twbs/bootstrap
2013-09-06 09:22:34 -07:00
Mark Otto
b24adeb82f
fix broke width of containers in docs given change to use width over max-width
2013-09-06 09:22:19 -07:00
Mark Otto
72a39eb747
Merge pull request #10025 from barryvdh/patch-2
...
Add missing methods (rotateX/Y, perspective(-origin) and transform-origin)
2013-09-06 09:18:00 -07:00
Mark Otto
394161f281
Merge branch 'GSEdits7' of https://github.com/StevenBlack/bootstrap into StevenBlack-GSEdits7
...
Conflicts:
getting-started.html
2013-09-06 09:11:26 -07:00
Mark Otto
cec89e20a9
fixes #10491 : new docs background base64 image
2013-09-06 09:03:50 -07:00
Mark Otto
b51579241f
account for last child bottom border; use 0 instead of none
2013-09-05 15:10:56 -07:00
Kevin O'Connor
ac244040d1
Don't double border a bordered table within a panel
2013-09-05 15:54:18 -04:00
Steven Black
00673991af
Fixed two more instances of [.]LESS in the text
2013-09-05 14:03:43 -04:00
Steven Black
bdb9fd9a7c
Removed the '.' from '.LESS' in two instances.
2013-09-05 13:43:04 -04:00
Chris Rebert
8651180ca7
Merge pull request #10471 from javiereguiluz/patch-4
...
[doc] fixed the horizontal form example
2013-09-05 10:25:06 -07:00
Steven Black
e94b790e64
Standardizing on LESS (uppercase) and avoiding the word 'less' where that's easy and sensible.
2013-09-05 09:09:20 -04:00
Steven Black
f1fba93c1e
Better wording, avoiding 'invoke', and misc edits
2013-09-05 08:53:50 -04:00
Javier Eguiluz
6c0f20c446
[doc] fixed the horizontal form example
2013-09-05 11:57:23 +02:00
Mark Otto
31dfc3218e
Merge pull request #10453 from ckundo/add-dropdown-button-text
...
Add visibly hidden button text for screen reader users.
2013-09-05 00:11:04 -07:00
Chris Rebert
121790c106
add <code> around ".less" in Getting Started docs
2013-09-04 21:28:04 -07:00
Steven Black
63b61eea7f
Docs - Getting started: refactor 'Customizing Bootstrap'
2013-09-04 23:39:57 -04:00
Chris Rebert
0b0087f3a7
fix swapped angle brackets in docs; fixes part of #10456
2013-09-04 20:33:18 -07:00
Mark Otto
56c8826c77
Fixes #10452 : Add note about deprecation of .nav-divider
...
Should have been dropped in v3, but ah well, we missed it. So, it gets
the deprecation.
2013-09-04 18:52:45 -07:00
Mark Otto
124c80b30a
add docs callout to mention #9947
2013-09-04 17:58:01 -07:00
Mark Otto
fc8e66d2cb
Merge branch 'master' of github.com:twbs/bootstrap
2013-09-04 17:46:39 -07:00
Mark Otto
44fddf1c3e
fixes #10449 : use th with scope in table; add scope to th in thead
2013-09-04 17:46:25 -07:00
Cameron Cundiff
fbd7f2e052
Add visibly hidden button text for screen reader users.
...
[Finishes #10448 ]
2013-09-04 16:53:37 -06:00
Chris Rebert
a9b58181c6
clarify working directory requirement of npm install
2013-09-04 15:25:07 -07:00
Chris Rebert
d10ed7ef5e
bump minor/patch versions of other dependencies
2013-09-04 14:15:51 -07:00
Chris Rebert
07075456b7
bump grunt-recess to 0.4.0
2013-09-04 14:09:22 -07:00
Mark Otto
1c4bdb053b
Fixes #10399 : Add hover styles to text emphasis classes
2013-09-04 13:56:32 -07:00
Mark Otto
c0f6d722b0
polish off #10227 with an inline comment
2013-09-04 12:16:46 -07:00
Mark Otto
4498e8f57b
Merge branch 'master' of github.com:twbs/bootstrap
2013-09-04 12:16:14 -07:00
Mark Otto
88e1e20b95
Merge pull request #10227 from UTCWebDev/master
...
Fixes 10212 - Make custom max-width on row conform to Bootstrap convention
2013-09-04 12:15:45 -07:00
Mark Otto
6ce9b4d041
Fixes #10417 : Document .hidden in the Helper classes *Screen reader content* section
2013-09-04 12:08:07 -07:00
Mark Otto
0d80320fa2
Merge pull request #10421 from StevenBlack/GSEdits6
...
Getting started docs - Migrating section: refactor the text for ...
2013-09-04 11:41:20 -07:00
Steven Black
e3647c1320
fixed a </p> tag that was on its own line.
2013-09-04 14:40:32 -04:00
Steven Black
11c3ffe4fc
Yet another manually wrapped text line consolidated
2013-09-04 12:22:51 -04:00
Steven Black
a37b37169f
Removed a trailing space at end of line.
2013-09-04 12:18:58 -04:00
Steven Black
43efd43717
Fixed to lowercase 'v' in 'v3.0'
2013-09-04 12:17:39 -04:00
Mark Otto
d8dc805f9b
Merge branch 'master' of github.com:twbs/bootstrap
2013-09-04 09:09:22 -07:00
Mark Otto
34f1487146
Fixes #10436 : use screen-sm var instead of hardcoded pixel value
2013-09-04 09:08:52 -07:00
Steven Black
ea734863c3
No manual line breaks in HTML text as per custom.
2013-09-04 11:29:51 -04:00
Steven Black
a82d038f52
For consistency with the rest of the docs, removed manually line-wrapped HTML text.
2013-09-04 09:03:03 -04:00
Chris Rebert
5a6fac2d84
Merge pull request #10427 from liamzebedee/patch-1
...
Fixed error in documentation in mixins.less
2013-09-04 02:02:26 -07:00
Liam
12558bb504
Fixed error in documentation in mixins.less
2013-09-04 18:59:44 +10:00
Chris Rebert
4f7f1f6c6e
Merge pull request #10423 from hustlzp/master
...
CSS docs - Grid section: two dots are missing before 'col-md-8'
2013-09-04 00:54:03 -07:00
Zhipeng Liu
7c7c0e6139
CSS docs - Grid section: two dots are missing before 'col-md-8'
...
Add the two missing docs
2013-09-04 15:45:10 +08:00
Steven Black
6ed44eded5
Getting started docs - Migrating section: refactor some of the text for clarity and easy reading.Also removed some rogue tab characters in the source that I introduced in prior commits.
2013-09-04 00:20:28 -04:00
Mark Otto
5773638329
Merge branch 'master' of github.com:twbs/bootstrap
2013-09-03 20:17:45 -07:00
Mark Otto
143403f3fd
Fixes #10407 : Add line-height to progress bar for proper text alignment within
2013-09-03 20:11:27 -07:00
Chris Rebert
95df76fc54
Merge pull request #10419 from twbs/doc-that-nav-lists-are-gone
...
add .nav-list & .nav-header to removals section of migration guide
2013-09-03 19:54:34 -07:00
Chris Rebert
6ac5a1e2dc
add .nav-list & .nav-header to removals section of migration guide; fixes #9139
2013-09-03 19:52:25 -07:00
Mark Otto
dcdafa4220
Merge branch 'master' into carousel-glyphicons-mainstream
...
Conflicts:
javascript.html
2013-09-03 18:43:42 -07:00
Mark Otto
72b1f69bfc
dat grunt
2013-09-03 18:31:02 -07:00
Mark Otto
894aa93a9f
Merge branch 'master' of github.com:twbs/bootstrap
2013-09-03 18:21:28 -07:00
Mark Otto
2804d37429
Merge branch 'color-code-IE89-table'
2013-09-03 18:20:43 -07:00
Mark Otto
e62a04a19b
Color code IE8-9 table with text classes and Glyhpicons instead of table classes
2013-09-03 18:20:21 -07:00
Mark Otto
e4514b4596
Merge pull request #10413 from twbs/carousel-transitions-no-fallback-note
...
address #10343 more directly: add note on carousel transitions in IE8+9
2013-09-03 18:09:49 -07:00
Chris Rebert
73e4b81790
make Glyphicons mainstream in Carousel examples
2013-09-03 17:46:35 -07:00
Chris Rebert
01361951e6
address #10343 more directly: add note on carousel transitions in IE8+9
2013-09-03 17:34:21 -07:00
Chris Rebert
19db69c902
we've got your back (sorta), Linux Firefox users
2013-09-03 17:01:21 -07:00
Chris Rebert
5dc65894c0
Color-code the "Internet Explorer 8 and 9" features table
2013-09-03 16:51:17 -07:00
Chris Rebert
3bb3680aac
docs: fix typo in "Internet Explorer 8 and 9" features table
...
"placehoder" (sic)
2013-09-03 16:46:02 -07:00
Chris Rebert
f3c644cb1b
copyedit "Internet Explorer 8 and box-sizing" section
2013-09-03 16:36:13 -07:00
Mark Otto
b150422335
Merge pull request #10408 from twbs/getting-started-minor-edits
...
CSS vs. LESS vs. styles terminology; "precompiled" terminology
2013-09-03 15:52:28 -07:00
Mark Otto
171fc396ac
Merge branch 'master' of github.com:twbs/bootstrap
2013-09-03 15:50:44 -07:00
Mark Otto
0a78e7907d
fixes #10406 : Update grid to use width on .container instead of max-width as IE8 improperly computes width
2013-09-03 15:49:03 -07:00
Mark Otto
5eead87ed7
remove min-height from ads because ie8
2013-09-03 15:35:48 -07:00
Mark Otto
6fb81f155b
more space below links on homepage
2013-09-03 15:33:36 -07:00
Chris Rebert
1113224e97
minor copyedit
2013-09-03 12:53:52 -07:00
Chris Rebert
7fbd8affe4
CSS vs. LESS vs. styles terminology; "precompiled" terminology
2013-09-03 12:32:24 -07:00
Chris Rebert
488b8dad2b
slightly clarify button.active use in docs
2013-09-03 12:21:19 -07:00
Chris Rebert
82d19a41ba
bump grunt-contrib-connect to 0.4.0
...
Thanks David.
2013-09-03 12:17:30 -07:00
Chris Rebert
a1b3fb339e
minor copyedit
2013-09-03 12:15:33 -07:00
Mark Otto
87df4784c1
Merge branch 'master' of github.com:twbs/bootstrap
2013-09-03 07:31:00 -07:00
Mark Otto
c2a5334dee
fixes #10396 : mention table class change in migration docs
2013-09-03 07:30:46 -07:00
Mark Otto
b080347106
Merge pull request #10375 from StevenBlack/GSEdits4
...
Refactoring the paragraph describing the 'Examples' section.
2013-09-03 02:28:01 -07:00
Mark Otto
dd44123881
remove unused .panel-collapse ruleset
2013-09-03 01:04:17 -07:00
Mark Otto
352f5923d7
Merge branch 'master' of github.com:twbs/bootstrap
2013-09-03 00:55:29 -07:00
Mark Otto
36afdbcaac
mo betta docs on box-sizing to build on e521ee8309
2013-09-03 00:49:59 -07:00
Mark Otto
49373b9b45
fixes #10372 : two download buttons on homepage; also fixes broke button styles
2013-09-02 20:20:47 -07:00
Mark Otto
a4897aed88
Merge pull request #10382 from StevenBlack/GSEdits5
...
'Disabling responsiveness' section of docs: simplification and focus
2013-09-02 20:13:57 -07:00
Mark Otto
54b75ffae3
Merge branch 'master' of github.com:twbs/bootstrap
2013-09-02 19:53:20 -07:00
Mark Otto
e521ee8309
update box-sizing third party support section to include mention of google CSE and expand to include CSS and Less options
2013-09-02 19:52:59 -07:00
Steven Black
9361ebe4fd
Getting Started page: Simplified and focused the text of the 'Disabling responsiveness' section.
2013-09-02 20:01:36 -04:00
Steven Black
259be69e25
Refactoring the paragraph describing the 'Examples' section.
2013-09-02 15:24:55 -04:00
Julian Thilo
c6d51be2d8
Merge pull request #10374 from tagliala/patch-2
...
Fixed glyphicons count
2013-09-02 10:32:45 -07:00
Chris Rebert
e7f8d0c957
Merge pull request #10366 from coliff/patch-2
...
Update index.html (change from 'hero unit' to 'jumbotron')
2013-09-02 10:31:55 -07:00
Christian
5d88943a52
Update index.html
...
Updated text in the jumbotron container to reflect the Bootstrap 3 change from 'hero unit' to 'jumbotron'.
2013-09-02 21:36:54 +09:00
Chris Rebert
93dc003a83
Merge pull request #10364 from wangsai/patch-1
...
Completion of parentheses
2013-09-02 02:50:45 -07:00
wangsai
d132c48ec9
Completion of parentheses
2013-09-02 17:47:04 +08:00
Mark Otto
a245c0d1cd
derp, add on to #10153 with proper variable /cc @ggam
2013-09-01 20:52:23 -07:00
Aleksey V. Zapparov
626cef9fa4
Pass $element to offset top/bottom calc funcs
...
At the moment to make dynamic top offset calculator on multiple elements, one would write:
``` javascript
$('.my-affix').each(function () {
var $el = $(this);
$el.affix({
offset: {
top: function () { return $el.offset().top; }
}
});
})
```
This patch will allow to:
``` javascript
$('.my-affix').affix({
offset: {
top: function ($el) { return $el.offset().top; }
}
});
```
2013-09-02 03:24:27 +02:00
Mark Otto
079fa16b9f
Merge branch 'master' of github.com:twbs/bootstrap
2013-09-02 00:10:35 +02:00
Mark Otto
14b3a3542f
fixes #10316 : Document .active and :active for buttons
2013-09-02 00:09:49 +02:00
Mark Otto
f69da1c2ef
Merge pull request #10342 from twbs/affix-docs
...
minor improvements to affix docs
2013-09-01 14:59:34 -07:00
Mark Otto
741e0fc52c
fixes #10344 : Update IE8-9 support section with table of specific CSS3 and HTML5 features and their support in Bootstrap
2013-09-01 23:58:22 +02:00
Mark Otto
8df05b95df
Remove links to navbar examples from example navbars in Theme example--nullifies #9894
2013-09-01 23:46:23 +02:00
Mark Otto
de82c80784
update vars to use new component-active-color
2013-09-01 23:40:04 +02:00
Mark Otto
1fd9237840
fixes #9909 : Add component active color variable to complement component active bg variable
2013-09-01 23:38:11 +02:00
Mark Otto
bfda156bb9
alt fix to #10278 : Change Google Maps compatibility warning to a general box-sizing warning
2013-09-01 23:32:35 +02:00
Mark Otto
26727bfefd
Merge branch 'master' of github.com:twbs/bootstrap
2013-09-01 21:55:59 +02:00
Rodrigo Willrich
9d2491a808
Bower: Ignore development and documentation files on bower.json. Fix #10313 .
...
I've kept only the files I consider relevant to bower installation:
- Files in dist directory;
- Files in js directory;
- Files in less directory;
- bower.json file;
- README.md file;
- LICENSE file.
2013-09-01 16:50:24 -03:00
Geremia Taglialatela
f4fde25535
Fixed glyphicons count
...
Glyphicons are 200
refers to #9794
2013-09-01 14:36:32 +02:00
Chris Rebert
9369489883
fix straggler instance of "Tiny grid" terminology
2013-09-01 04:14:55 -07:00
Mark Otto
b45c3ea647
fixes #10164 : Document .center-block mixin and update CSS to include it as a class as well
2013-09-01 11:21:14 +02:00
Chris Rebert
d2e1fef34a
minor improvements to affix docs
2013-09-01 02:09:12 -07:00
Mark Otto
50bf4d47b1
reverse vars for backwards compatibility /cc @cvrebert
2013-09-01 11:06:33 +02:00
Mark Otto
25cc04c5ab
Merge branch 'deprecate_screen_containers'
2013-09-01 11:05:14 +02:00
Mark Otto
d28abc4bf1
fixes #10115 : Default carousel controls and Glyphicon controls should behave the same on small devices and up
2013-09-01 11:03:19 +02:00
Mark Otto
62477653e7
fixes #10111 : different colors for dropdown link hover and active states
2013-09-01 11:00:40 +02:00
Chris Rebert
604c3b2efc
tweak #10336 to double up on the hyphen-minuses to better approximate a long dash
2013-09-01 01:46:18 -07:00
Chris Rebert
24d45f26eb
Merge pull request #10336 from Shipow/master
...
Replace invalid US-ASCII character "\xE2")
2013-09-01 01:43:48 -07:00
Chris Rebert
5418a72243
tweak #10298
2013-09-01 01:35:56 -07:00
Mark Otto
e8f7d4fcef
fixes alignment and nav list in offcanvas example
2013-09-01 10:34:21 +02:00
Chris Rebert
2066ea50a2
Merge pull request #10298 from jhr007/patch-1
...
Note the change to the progress bar.
2013-09-01 01:34:15 -07:00
Mark Otto
129d8fcebc
fixes #10282 : Cross reference tabs and tabs plugin
2013-09-01 10:27:20 +02:00
Mark Otto
e2c6d32997
fixes #10277 : Mention removal of navbar vertical dividers in migration docs
2013-09-01 10:21:27 +02:00
Mark Otto
9616768659
remove unused link from navs section
2013-09-01 10:19:55 +02:00
Mark Otto
772e6e359e
Merge branch 'master' of github.com:twbs/bootstrap
2013-09-01 10:18:54 +02:00
Mark Otto
58401daf1c
finishes #10256 to add updated var to customizer; also fixes another old var
2013-09-01 10:15:39 +02:00
Mark Otto
9a32b21dc7
Merge branch 'master' into tagliala-patch-1
2013-09-01 10:13:47 +02:00
Mark Otto
c9303c17ab
Merge pull request #10249 from coliff/patch-1
...
Update index.html (update text from hero unit to jumbotron)
2013-09-01 01:09:55 -07:00
Chris Rebert
a7863c112d
restore "only" wording in docs regarding Recess/less.js
...
It was there for good reason.
We're not gonna deal with lessphp or dotless bugs.
2013-09-01 01:09:28 -07:00
Mark Otto
dfda3dfe37
fixes #10246 : Use correct variable for link hover color in Customizer
2013-09-01 10:07:15 +02:00
Mark Otto
7f6210cea4
Merge branch 'master' of github.com:twbs/bootstrap
2013-09-01 10:04:54 +02:00
Mark Otto
3a4ea1a7be
better layout
2013-09-01 10:04:44 +02:00
Mark Otto
e10bf3aa7f
finishes #10245 by adding it the new var to the customizer
2013-09-01 10:04:03 +02:00
Mark Otto
daa8330b41
Merge branch 'master' into dancek-breadcrumb-separator
2013-09-01 10:01:57 +02:00
Mark Otto
1e68143b39
Merge pull request #10232 from twbs/table-nesting
...
use direct-child selector more in table styles to better support nested tables
2013-09-01 00:59:55 -07:00
Mark Otto
560753da96
Merge branch 'master' into table-nesting
...
Conflicts:
dist/css/bootstrap.min.css
2013-09-01 09:59:27 +02:00
Mark Otto
4b53ea52e9
fixes #10223 : adds color to input addon
2013-09-01 09:53:41 +02:00
Mark Otto
794d784519
fixes #10153 : restore headings-color variable
2013-09-01 09:49:28 +02:00
Mark Otto
9e541fc717
fixes #10136
2013-09-01 09:46:33 +02:00
Mark Otto
f29ec45715
Merge branch 'master' into deprecate_screen_containers
2013-09-01 09:33:11 +02:00
Mark Otto
e47ebf3686
Merge branch 'master' of github.com:twbs/bootstrap
2013-09-01 08:18:46 +02:00
Mark Otto
8f80a76bf3
Merge pull request #10299 from StevenBlack/GettingStartedEdits1
...
'Getting started' section: refactoring for succinctness, active voice, and consistency with button and link captions.
2013-08-31 23:17:54 -07:00
Mark Otto
5c3614d97c
Merge pull request #10323 from StevenBlack/GSEdits3
...
Getting started docs: tweaks to the _Basic template_ section
2013-08-31 23:15:47 -07:00
Mark Otto
9ba64cc1a9
Merge branch 'patch-1' of https://github.com/tagliala/bootstrap into tagliala-patch-1
2013-09-01 08:13:51 +02:00
Mark Otto
eb95574d80
Merge branch 'breadcrumb-separator' of https://github.com/dancek/bootstrap into dancek-breadcrumb-separator
2013-09-01 08:12:56 +02:00
Julian Thilo
95c796d61e
Fix #10324 : Add opt-in note to tooltip docs
...
* Re-added a note (now callout) about need to opt in to tooltip docs
* Converted same note in popover section to callout
2013-08-31 20:43:57 +02:00
Kevin Granger
f849e65d56
Replace invalid US-ASCII character "\xE2")
...
Replace invalid US-ASCII character "\xE2") '—' => '-'
2013-08-31 17:50:14 +02:00
Mark Otto
3e62905f9d
Merge branch 'master' of github.com:twbs/bootstrap
2013-08-31 09:04:17 +02:00
Mark Otto
644c227ae1
Merge pull request #10265 from twbs/fix-10252
...
fix #10252 by restricting Android Firefox reset to only .form-control & .btn
2013-08-30 23:31:30 -07:00
Roland Warmerdam
ed1bd2b150
carousel: correctly reset when the slide event is prevented
2013-08-31 18:03:09 +12:00
Steven Black
a18fefe9bc
Getting started docs: tweaks to the _Basic template_ section
2013-08-31 00:03:14 -04:00
Chris Rebert
216df5bb46
Merge pull request #10315 from mokkabonna/phantom-cleanup
...
deleted files not used anymore after transition to grunt-contrib-qunit
2013-08-30 12:58:24 -07:00
Martin Hansen
6d3ad5ed7f
deleted files not used anymore after transition to grunt-contrib-qunit
2013-08-30 21:39:48 +02:00
Chris Rebert
e08f4ff762
Merge pull request #10312 from jleight/master
...
Fix broken link to alerts section of JS page.
2013-08-30 12:26:11 -07:00
Jonathon Leight
ccb630e60f
Fix broken link to alerts section of JS page.
...
Link was pointing to #js-alerts, but that section of the page does not exist. Changed to #alerts instead.
2013-08-30 15:01:07 -04:00
jhr007
0aa4eecee1
Moved "Major class changes" section; Added progress-bar-*
2013-08-30 00:14:21 -05:00
Steven Black
2e2fffe8f8
more refactoring of the 'Getting started' section towards more succinct and active wording.
2013-08-30 01:07:09 -04:00
Steven Black
36044b3a11
More concise 'fastest way' statement, and consistency with the text of the Download button
2013-08-30 00:38:48 -04:00
jhr007
f567646738
Add a change to the progress bar.
...
In v3 the inner progress bar should have .progress-bar not .bar
2013-08-29 23:21:07 -05:00
Chris Rebert
5b21768c05
fix #10292
2013-08-29 16:12:39 -07:00
Julian Thilo
0ce3d67f35
Merge pull request #10276 from javiereguiluz/patch-3
...
Correct comment in grid mixin example
2013-08-29 08:30:17 -07:00
Javier Eguiluz
83354ab156
[doc] minor fix in the LESS mixins example
2013-08-29 11:51:39 +02:00
Chris Rebert
2ef147b16b
fix #10252 by restricting Android Firefox reset to only .form-control & .btn
2013-08-28 15:37:34 -07:00
Chris Rebert
5c7d339752
Revert "fix styling of alert-dismissable example"
...
This reverts commit b3a23fa33a .
2013-08-28 14:57:41 -07:00
UTCWebDev
ee2e2ae0ae
Prevent X-scroll on small screens
...
html overflow-x must be hidden to prevent accidental x-scroll on small screens. This is more apparent with touch screens, where the user often gestures diagonally instead of a true vertical gesture.
2013-08-28 15:55:45 -04:00
Geremia Taglialatela
86632a242b
Base the navbar default brand hover color on default brand color
...
IMHO this default is better
2013-08-28 18:18:44 +02:00
Christian
32fbc882b9
Update index.html
...
Updated text in the jumbotron container to reflect the Bootstrap 3 change from hero unit to jumbotron. (Wasn't sure if it should be 'a Jumbotron' or just 'Jumbotron' though...
2013-08-28 20:09:17 +09:00
Hannu Hartikainen
a19ff2f50f
Parameterize @breadcrumb-separator
2013-08-28 12:17:46 +03:00
Chris Rebert
901da1b2b4
use direct-child selector more in table styles to better support nested tables; fixes #10231
2013-08-27 17:13:34 -07:00
UTCWebDev
5ce4b8c7ff
Make custom max-width on row conform to Boostrap convention
...
Bootstrap break point for tablet portrait 768 keeps the row intact, so it's not appropriate to have off-canvas elements at that width. Custom off-canvas.css should be breakpoint 767px
2013-08-27 16:34:26 -04:00
Chris Rebert
73f10843a4
components.html: fix grammar
2013-08-27 11:18:10 -07:00
Chris Rebert
b3a23fa33a
fix styling of alert-dismissable example
2013-08-27 11:15:14 -07:00
Mark Otto
58408b0232
Fixes #10154 : add .small
2013-08-27 09:21:09 -07:00
Mark Otto
32c03994ee
Merge pull request #10222 from jodytate/upstream
...
a few wording tweaks
2013-08-27 09:15:30 -07:00
jody tate
1786aed71d
a few wording tweaks
...
- Changed some existential constructions (yes, they're really called
existential http://en.wikipedia.org/wiki/Existential_clause ). These
aren't innately evil, but rewordings of existential clauses often sound
more direct.
- Changed a "which" to a "that."
2013-08-27 09:11:33 -07:00
Mark Otto
4f28fdd227
Fixes #9928 and #9932 : carousel example in IE10
...
* Use absolute positioning instead to remove navbar from flow of
document
* No more negative margin fu
* Flip around padding between container and navbar for proper display
in xs and sm viewports
2013-08-27 09:10:06 -07:00
Mark Otto
c84374f9de
fixes #9901
2013-08-27 08:53:48 -07:00
Mark Otto
2f2ce15e58
Fixes #10082 : document .navbar-form
...
* Adds new section to navbar docs with example
* Updates example classes for all collapsing navbars so their numbers
increment as you scroll
2013-08-27 08:34:17 -07:00
Mark Otto
19c0d2ad94
Merge pull request #10131 from andyen/master
...
correct enable selector for button usage in docs
2013-08-27 08:23:40 -07:00
Mark Otto
e4a2c35b84
Fixes #10088 : Simpler nested headings section in accessibility docs
...
* Headings, not headers
* Simplifies content compared to #10088 which adds quite a lot
* Uses proper heading elements (`h1` - `h6`) and not `header`
* Collects links at bottom instead of mid-paragraph
2013-08-27 08:19:51 -07:00
Mark Otto
4b68858f90
Merge branch 'master' of github.com:twbs/bootstrap
2013-08-27 08:05:54 -07:00
Mark Otto
1445e09b5f
Fixes #9991 : Better docs for tabbable tabs and fade classes
...
* Adds full code snippets
* Adds snippet for `.fade`
* Adds callout for `.in` requirement on first fade-able tab
2013-08-27 08:05:26 -07:00
Mark Otto
b2b91a0a34
Merge pull request #10215 from XhmikosR/master
...
Various
2013-08-27 07:58:49 -07:00
Mark Otto
e97b8be2c4
Merge pull request #10208 from javiereguiluz/patch-2
...
[doc] tweaked the appearance of the last item of the file listings
2013-08-27 07:50:23 -07:00
Mark Otto
1f16e21e75
Merge pull request #10209 from clbn/master
...
Fixes #10207 : alert-dismissable example requires contextual class
2013-08-27 07:43:17 -07:00
Julian Thilo
4d0b895db7
Merge pull request #10210 from acmetech/master
...
Update the example for components/#btn-groups-justified to match the "Element-specific usage" callout
2013-08-27 07:40:45 -07:00
XhmikosR
26728576f3
Add bugs property to package.json.
2013-08-27 17:21:15 +03:00
XhmikosR
a586844c90
Update html5shiv.js to v3.6.2.
2013-08-27 17:05:41 +03:00
XhmikosR
d98206bc06
Update Respond.js to v1.3.0.
2013-08-27 16:56:03 +03:00
XhmikosR
263d775777
Compress PNG files losslessly.
...
Use zopfli with 1000 iterations, pngout /r with various blocksizes and deflopt.
assets/ico/apple-touch-icon-114-precomposed.png | Bin 2939 -> 2931 bytes
assets/ico/apple-touch-icon-144-precomposed.png | Bin 3614 -> 3549 bytes
assets/ico/apple-touch-icon-57-precomposed.png | Bin 1577 -> 1573 bytes
assets/ico/favicon.png | Bin 889 -> 887 bytes
Total difference: -79 bytes.
2013-08-27 16:56:03 +03:00
Tom Pietschker
77bee02c85
add role="button"
2013-08-27 09:46:10 -04:00
Tom Pietschker
d1f60671c7
per the docs - use <a> instead of <button>
2013-08-27 09:45:38 -04:00
Alex Olshansky
f8dc1858b0
Fixes #10207 : alert-dismissable example requires contextual class
2013-08-27 05:20:14 -07:00
Javier Eguiluz
52c7bacd44
[doc] tweaked the appearance of the last item of the file listings
2013-08-27 13:24:46 +02:00
Chris Rebert
f811c1b56c
Merge pull request #10204 from premist/master
...
Add missing period on customize page.
2013-08-27 00:17:40 -07:00
Minku Lee
c02f98a7bf
Add missing period on customize page.
2013-08-27 15:41:50 +09:00
Mark Otto
2970653bdc
Fixes #10016 and updates that rather badly formatted callout
2013-08-26 18:19:31 -07:00
Mark Otto
4ad2ecf975
Improve upon #9937 : Link and put reset column stuff to action in the grid example
2013-08-26 17:58:15 -07:00
Mark Otto
7796e645c9
Add margin to thumbnails for proper spacing
...
Hadn't thought about this until fixes #10137 , but it makes sense I
think to have margin on the bottom of thumbnails for spacing when
stacking (or using different grid tiers).
2013-08-26 17:48:32 -07:00
Mark Otto
dd9980e8c9
Fixes #10137 : correct classes on thumbnails
2013-08-26 17:47:56 -07:00
Mark Otto
4d23aa4ef5
Address #9873 and fix #9774
...
* Update styling of justified nav links to be more mobile friendly
(with all four rounded corners and some margin between items)
* Add note to docs to callout bogus WebKit rendering on component and
example
2013-08-26 17:37:52 -07:00
Lukasz Fiszer
0adb4e35f0
Fix hidden.bs.tooltip and shown.bs.tooltip events firing too early in tooltip.js
...
* events fire only after the CSS animation is completed
* this fixes also events in popover.js (as it inherits from tooltip.js)
2013-08-26 20:57:47 +02:00
Julian Thilo
8f83a6010a
rm inverted navbar search styles
2013-08-26 18:42:03 +02:00
Chris Rebert
d977c9902d
Merge pull request #10146 from unwiredben/master
...
javascript.html: add data-ride note
2013-08-25 21:36:31 -07:00
Ben Combee
92bb465ba3
javascript.html: add data-ride note
...
carousel docs were missing mention of the data-ride attribute
used to automatically start the carousel at load time
2013-08-25 23:07:43 -05:00
Chris Rebert
90604bbcea
Merge pull request #10148 from originell/patch-1
...
Correct Typo
2013-08-25 15:01:26 -07:00
Luis Nell
8401855f16
Correct Typo
2013-08-25 23:58:01 +02:00
Andreas Jendrzey
79efeec874
correct enable selector for button usage
...
following the given examples the correct selector to enable the buttons with javascript is ".btn-group".
2013-08-25 10:36:53 +02:00
Mark Otto
4c2b15d6f5
Merge pull request #10129 from pixelchutes/fix-3.0-migration-changes
...
Corrected 3.0 responsive utility class reference mapping when migrating ...
2013-08-25 00:36:03 -07:00
Mike Reid
62fde12c8a
Corrected 3.0 responsive utility class reference mapping when migrating from 2.x (now accounting for new Large device support.) Also synchronized breakpoint values from Grid options > Media queries, for clarity.
2013-08-25 00:05:20 -06:00
Mark Otto
bae1726509
Merge pull request #10128 from leoj3n/alert-block-remove
...
Fixes #9008 : remove `alert-block` class from example
2013-08-24 21:23:38 -07:00
Joel Kuzmarski
e63b6c0675
Fixes #9008 : remove alert-block class from example
2013-08-24 23:01:08 -05:00
Mark Otto
86f28f0380
update raw files (should fix builds)
2013-08-24 14:47:58 -07:00
Mark Otto
00895977ff
Merge branch 'master' of github.com:twbs/bootstrap
2013-08-24 14:40:36 -07:00
Mark Otto
7c8d9551cc
fixes #9887 : documents show and hide classes
2013-08-24 14:40:24 -07:00
Mark Otto
26eb9f3440
Merge pull request #10112 from kevinSuttle/button-roles
...
Add role="button" to <a> buttons
2013-08-24 14:31:33 -07:00
Mark Otto
5491d53b99
Deprecate container-{device} vars for container-{size} classes; updates customizer and grid to do the same
2013-08-24 14:00:52 -07:00
Mark Otto
4c794aaaef
grunt dist on glyphicons width change
2013-08-24 13:59:03 -07:00
Mark Otto
d67ce62f5d
Merge pull request #9996 from jodytate/master
...
changed description of default button
2013-08-24 13:41:24 -07:00
Kevin Suttle
dd9c15273c
Add even more role="button" attributes
...
Missed the <a class="btw" in my regex search
2013-08-24 16:31:15 -04:00
Kevin Suttle
0add7700ad
Add role="button" to <a> buttons
...
These should really be <button> elements, but until that gets squared away, this will suffice.
2013-08-24 16:29:35 -04:00
Mark Otto
c0b00f22fe
forgot a pair of buttons
2013-08-24 12:30:46 -07:00
Mark Otto
74a778a7e6
Merge branch 'master' of github.com:twbs/bootstrap
2013-08-24 12:29:45 -07:00
Mark Otto
ab3e1762d4
turn some buttons into <button> elements where possible
2013-08-24 11:46:24 -07:00
Mark Otto
a167a910d9
Merge pull request #10103 from hero-m/patch-1
...
Another case for Issue #10099
2013-08-24 01:33:04 -07:00
hero-m
54dcb4b699
Another case for Issue #10099
...
Another case for Issue #10099
2013-08-24 12:11:12 +04:30
Mark Otto
d9e991fefe
Merge pull request #10059 from felixhirschfeld/patch-1
...
Add mixin for transition-property
2013-08-24 00:19:37 -07:00
Mark Otto
c7db8eadc2
Merge pull request #10022 from thomaswelton/proposal-glyphicon-block
...
Proposal - Fixed width for glypicons
2013-08-24 00:15:34 -07:00
Mark Otto
9733a998e2
fixes #9969 : add support for output element
2013-08-24 00:14:09 -07:00
Mark Otto
802e5caf51
Merge branch 'master' of github.com:twbs/bootstrap
2013-08-23 23:59:11 -07:00
Mark Otto
700d7e7b2c
Remove footnote links and inline them; link to contributing guidelines in readme
2013-08-23 23:58:38 -07:00
Mark Otto
a6a97e1b27
Merge pull request #9964 from thomaswelton/patch-1
...
Bower - Added fonts to "main" files
2013-08-23 23:52:24 -07:00
Mark Otto
fc0e7686fb
Merge branch 'master' of https://github.com/charnog/bootstrap into charnog-master
...
Conflicts:
dist/css/bootstrap.min.css
2013-08-23 23:40:12 -07:00
Mark Otto
705f7ba279
fixes #9876 : avoid dropdowns in navbar examples to prevent overlap
2013-08-23 23:39:11 -07:00
Mark Otto
ddd594c6e2
follow up to #9963 and #10005 : update docs to use .screen-*-min vars, update customizer as well; run grunt to adjust raw files
2013-08-23 23:33:16 -07:00
Mark Otto
adac269f95
grunt on previous ms scroll fix
2013-08-23 23:32:16 -07:00
Mark Otto
d82030f482
Merge pull request #10057 from sambowler/patch-1
...
Fix responsive table scrolling on Windows Phone 8.
2013-08-23 23:19:05 -07:00
Mark Otto
0a2ec5545b
Merge branch 'master' of https://github.com/apexskier/bootstrap into apexskier-master
...
Conflicts:
dist/css/bootstrap.min.css
2013-08-23 23:16:37 -07:00
Mark Otto
99afaba2bf
Merge pull request #10005 from twbs/deprecate-screen-device-vars
...
deprecate @screen-{phone,tablet,desktop} vars
2013-08-23 23:14:13 -07:00
Mark Otto
b86cd3bc3d
Merge branch 'master' into deprecate-screen-device-vars
...
Conflicts:
less/variables.less
2013-08-23 22:56:23 -07:00
Mark Otto
d5a2785545
more specific deprecation comment
2013-08-23 22:51:39 -07:00
Mark Otto
8a96616726
Merge pull request #9963 from twbs/min-breakpoint-naming
...
rename @screen-XX to @screen-XX-min for clarity+unambiguity
2013-08-23 22:50:41 -07:00
Chris Rebert
a7e5bac2d7
Merge pull request #10100 from twbs/document_hide_text
...
Fixes #10076 : Document hide text
2013-08-23 22:39:26 -07:00
Mark Otto
48d929d69e
Use jekyll var for current version in docs; update banner in gruntfile to match .less banner
2013-08-23 22:38:51 -07:00
Mark Otto
a66ccbc562
split mixin and grunt dist to be sure
2013-08-23 22:19:58 -07:00
Mark Otto
6de67c0ab6
Deprecate .hide-text mixin for .text-hide as mixin and class
2013-08-23 22:11:41 -07:00
Mark Otto
e25ca1e7a9
Document .hide-text and .text-hide
2013-08-23 22:01:42 -07:00
Mark Otto
7a7149d2ee
Rearrange helper classes docs section; add subnav list items to docs side nav
2013-08-23 22:00:54 -07:00
Mark Otto
7edd87dde9
Merge branch 'master' of github.com:twbs/bootstrap
2013-08-23 21:45:58 -07:00
Mark Otto
c4f1591e70
fixes #10095 : note about backwards incompatibility
2013-08-23 21:45:46 -07:00
Mark Otto
c1ddb06de7
Merge pull request #10098 from wangsai/fix-form
...
fix form
2013-08-23 21:34:44 -07:00
Mark Otto
b67e49367a
Merge pull request #10097 from wangsai/complete-td
...
complete missed </td>
2013-08-23 21:34:25 -07:00
wangsai
df56ecbdcb
fix form
2013-08-24 11:39:34 +08:00
wangsai
e3f9719096
complete missed </td>
2013-08-24 11:09:33 +08:00
Chris Rebert
1a1394dc62
Merge pull request #9931 from realityking/toolbar
...
Add role="toolbar" to elements with .btn-toolbar.
2013-08-23 16:19:30 -07:00
Chris Rebert
9b2ff3713e
fix #10054 ; mention .muted -> .text-muted in migration docs
2013-08-23 16:12:24 -07:00
Mark Otto
ae96cfd909
Merge pull request #9966 from twbs/header-font-size-vars
...
add variables for heading font sizes; fixes #9921
2013-08-23 14:26:40 -07:00
Mark Otto
fab039f29b
run grunt
2013-08-23 14:26:16 -07:00
Mark Otto
12a70cec88
Run grunt dist on theme for some reason
2013-08-23 14:23:13 -07:00
Mark Otto
2b37d2b533
Update and document use of small in headings
2013-08-23 14:22:51 -07:00
Mark Otto
310642d5ac
Merge branch 'master' into header-font-size-vars
2013-08-23 14:00:28 -07:00
Mark Otto
7b0d035dd4
Merge branch 'master' of github.com:twbs/bootstrap
2013-08-23 13:46:40 -07:00
Mark Otto
acb338766e
fixes #10087 : add version number to all docs pages in footer
2013-08-23 13:46:28 -07:00
Chris Rebert
ec7fa0a254
fix data-api portion of #10084
2013-08-23 11:14:54 -07:00
Chris Rebert
0f669b6dcb
repeat #10081 caveat for popovers too
2013-08-23 11:09:01 -07:00
Chris Rebert
3d72942384
tweak #10081 phrasing
2013-08-23 11:08:37 -07:00
Chris Rebert
34db002875
Merge pull request #10081 from bcarrell/master
...
docs: add explanation for adding tooltips to disabled elements
2013-08-23 11:02:46 -07:00
Mark Otto
f8de960c38
Merge branch 'master' of github.com:twbs/bootstrap
...
Conflicts:
css.html
2013-08-23 10:47:36 -07:00
Mark Otto
a0d0864bd7
fixes #9877 : improve active state on nav list items in theme
2013-08-23 10:44:13 -07:00
Mark Otto
5bbbdb399b
fixes #9879 : add hover state to theme buttons
2013-08-23 10:36:37 -07:00
Chris Rebert
4912f960f4
fix #10070 by resyncing fieldset disabled live example & example code
2013-08-23 10:18:39 -07:00
bcarrell
5d39794287
docs: add explanation for adding tooltips to disabled elements, closes #10049
2013-08-23 12:10:52 -04:00
Cameron Little
9bdc841acc
Added -webkit-overflow-scrolling: touch to responsive tables
2013-08-23 08:55:02 -07:00
Felix Hirschfeld
c52e1b85ab
Add mixin for transition-property
...
It's quite handy if a transition needs the same duration, timing-function or delay and only specific properties to animate.
2013-08-23 09:22:54 +02:00
Sam Bowler
343fd1bb1e
Fix responsive table scrolling on Windows Phone 8.
2013-08-23 07:53:09 +01:00
Mark Otto
c4c87fede5
fixes #9880 : use correct grid classes on jumbotron example
2013-08-22 23:25:26 -07:00
Mark Otto
495768bbf5
Merge branch 'master' of github.com:twbs/bootstrap
2013-08-22 23:19:49 -07:00
Mark Otto
3318a98229
add blog link to homepage
2013-08-22 23:18:45 -07:00
Mark Otto
24f57bdf41
Merge pull request #10012 from twbs/david-badge
...
add David (david-dm.org) badge to monitor currentness of dependencies
2013-08-22 19:26:18 -07:00
Mark Otto
615ca89b1b
Merge pull request #10040 from twbs/pull-navbar-docs
...
add cross-reference to .navbar-left/right in .pull-left/right docs
2013-08-22 19:23:21 -07:00
Chris Rebert
99b35150ee
update outdated JSFiddle example
2013-08-22 16:51:57 -07:00
Chris Rebert
f7d6b488e6
fix #10029
2013-08-22 12:30:32 -07:00
Chris Rebert
354e2ee4f9
add cross-reference to .navbar-left/right in .pull-left/right docs
2013-08-22 12:28:00 -07:00
Josh Dague
f140084f2b
Don't explicitly reference global jQuery
...
Removes `window.jQuery` in favor of `jQuery`, fixes #10038
2013-08-22 14:50:15 -04:00
Chris Rebert
0c0400633a
Merge pull request #10034 from nschonni/use-published-version-for-grunt-html-validation
...
Use NPM version of grunt-html-validation
2013-08-22 10:10:13 -07:00
Nick Schonning
ca63686fda
Use NPM version of grunt-html-validation
...
The package is now published, so the direct git url is no longer
required
2013-08-22 12:20:56 -04:00
Barry vd. Heuvel
c5cfc690dd
Add missing methods (rotateX/Y, perspective(-origin) and transform-origin)
...
Added missing mixins:
rotateX
rotateY
perspective
perspective-origin
transform-origin
2013-08-22 13:05:06 +02:00
Thomas Welton
31ab249809
Removed glyphicon-block instead target :empty .glyphicons
2013-08-22 10:30:18 +01:00
Thomas Welton
8663b75c4d
Added glyphicon-block class
...
Prevents elements moving around the page after the font file has loaded by setting a defined width on elements using the icon font.
2013-08-22 02:54:54 +01:00
Jason Nutter
a40568a1e0
Fixing carousel control positioning
...
The left control should be positioned from the left, while the right
control should be positioning from the right. Positioning both from the
left results in the right carousel control being incorrectly positioned
(most noticeable with a larger than normal font size).
2013-08-21 15:51:24 -07:00
Chris Rebert
1bcf9f126d
Merge pull request #10011 from nschonni/patch-1
...
Update Grunt instruction links and wording
2013-08-21 15:42:58 -07:00
Mark Otto
bc2e97756f
Always wrap form examples in .bs-example; add some missing role='form'
2013-08-21 15:12:55 -07:00
Chris Rebert
31641d3d6d
add David (david-dm.org) badge to monitor currentness of dependencies
2013-08-21 15:11:56 -07:00
Nick Schonning
b32cfa2cf2
Update Grunt instruction links and wording
2013-08-21 18:11:33 -04:00
Mark Otto
6fc988613a
Merge branch 'master' of github.com:twbs/bootstrap
2013-08-21 14:30:27 -07:00
Mark Otto
aea1d8839f
Merge pull request #10006 from jodytate/master
...
remove .btn-group
2013-08-21 14:25:49 -07:00
jody tate
e4bf27b223
remove .btn-group
...
Removing this class--it's not used in the example and using it causes "bad things to happen."
http://jsfiddle.net/josephtate/Jn6H4/
2013-08-21 13:31:17 -07:00
jody tate
cb2e11ece4
remove .btn-group
...
The example doesn't use .btn-group and adding the class causes "bad things to happen," as the saying goes.
http://jsfiddle.net/josephtate/g6AWF
2013-08-21 13:06:46 -07:00
Chris Rebert
22ce649910
deprecate @screen-{phone,tablet,desktop} vars
2013-08-21 12:26:20 -07:00
Chris Rebert
c429fd1a3c
Merge pull request #9999 from sqrt4/fix-9974
...
Fixes #9974
2013-08-21 11:36:02 -07:00
James Lawrence
2cb1626907
Fixes #9974
...
Added th selector in .table-row-variant mixin
2013-08-21 17:56:36 +01:00
Chris Rebert
fee05d1f3e
Merge pull request #9987 from wangsai/fix-typo
...
change `else if` to `else`
2013-08-21 09:23:31 -07:00
jody tate
68b7998c05
removed extraneous space
2013-08-21 08:46:13 -07:00
jody tate
3d366038d7
removed reference to button color and gradient
...
Changed the wording to reflect the default button's new look since it's no longer grey and doesn't have a gradient. I'd say this new wording isn't ideal and needs something a bit more, well, descriptive.
2013-08-21 08:44:54 -07:00
Max F. Albrecht
27d92f45a5
code.less: also set default monospace font for <kbd> and <samp>
2013-08-21 14:08:43 +02:00
wangsai
004f2a2b2f
change else if to else
2013-08-21 19:36:33 +08:00
Denis Gonchar
4284fc0a5e
fix #9941
2013-08-21 15:57:48 +06:00
Chris Rebert
e143c35472
Merge pull request #9973 from coliff/patch-6
...
Update justified-nav.css (Removed unnecessary ms-linear-gradient prefix)
2013-08-21 00:35:15 -07:00
Christian
c76b7a53a4
Update justified-nav.css
...
Removed unnecessary ms-linear-gradient prefix. There was never a stable release of IE that supported -ms- prefixed gradients, those were only in preview versions (stable IE10 supports both prefixed and unprefixed gradients). (source: http://lea.verou.me/2013/04/can-we-get-rid-of-gradient-prefixes/ )
2013-08-21 16:30:12 +09:00
Thomas Welton
56f1ff6ca7
Added fonts to "main" files
...
When using bower the "main" property is used to specify the files that should be consumed by applications including the package as a dependency.
Without including the fonts in this array the glyphicons do not work correctly as the relative font paths do not work after the "main" files are copied into my projects public dir using tools like https://github.com/yatskevich/grunt-bower-task
For now I have manually copied the fonts dir in the location needed for my project. But by accepting this pull request this will not be necessary for me or for other people that use bower.
2013-08-21 08:08:56 +01:00
Chris Rebert
a3a02f9e6e
rename @screen-XX to @screen-XX-min for clarity+unambiguity
2013-08-20 23:25:13 -07:00
Luke McDonald
c8402e6e2a
Remove progress bar striped @color parameters; use default transparent white.
...
* If the @color parameter is not removed, the stripes are the same color as the element background color. In this case, the stripes do not appear.
2013-08-20 22:46:01 -05:00
Luke McDonald
e965ef0df3
Apply @color argument to striped gradient
...
The @color argument is currently not being used for the striped gradient.
2013-08-20 22:13:03 -05:00
Chris Rebert
bbc32f7e79
add header font size vars to customizer page
2013-08-20 18:47:04 -07:00
Chris Rebert
631e200da3
regenerate customizer's raw-files.js
2013-08-20 18:46:20 -07:00
Chris Rebert
9a4fbde461
add variables for heading font sizes; fixes #9921
2013-08-20 17:49:23 -07:00
Chris Rebert
924e9e7450
update copyright year
2013-08-20 16:34:57 -07:00
Chris Rebert
d666a89621
fix #9915
2013-08-20 16:21:18 -07:00
Chris Rebert
7c88db5c42
master branch is no longer stationary, so don't imply otherwise
2013-08-20 14:18:30 -07:00
Chris Rebert
295fef252e
links to a release instead of master, so rephrase description accordingly
2013-08-20 14:16:31 -07:00
Chris Rebert
55088bbff8
point release download link to an actual release instead of master
2013-08-20 14:00:48 -07:00
Chris Rebert
63f8c8caab
CONTRIBUTING: reflect move away from *-wip branch style of development
...
Per http://blog.getbootstrap.com/2012/12/10/bootstrap-3-plans/ :
> * Drop the `*-wip` branch style of development.
2013-08-20 13:45:52 -07:00
Chris Rebert
6735dc8c16
fix #9917
2013-08-20 13:36:22 -07:00
Chris Rebert
d924bca6f6
fix #9924
2013-08-20 12:41:41 -07:00
Chris Rebert
0759dc4119
Merge pull request #9930 from tagliala/whitespaces-fix
...
Removed trailing whitespaces in responsive-utilities.less
2013-08-20 10:35:00 -07:00
Chris Rebert
94599259e1
Merge pull request #9918 from lamby/master
...
Correct "Aligninment" -> "Alignment" typo.
2013-08-20 09:36:00 -07:00
Rouven Weßling
a9d1f901c5
Add role="toolbar" to elements with .btn-toolbar.
2013-08-20 15:07:43 +02:00
Geremia Taglialatela
db7cce42f2
Removing whitespaces
2013-08-20 14:56:10 +02:00
Chris Lamb
3515964578
Correct "Aligninment" -> "Alignment" typo.
...
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk >
2013-08-20 11:18:23 +01:00
Mark Otto
0886fee103
quick fix for docs mention
2013-08-19 15:12:25 -07:00
Chris Rebert
af75dca908
update grunt-html-validation output file ignores
2013-08-19 14:23:07 -07:00