Mark Otto
c558c035d7
fixes #9258 : no more float bug with full-width grid columns by removing float on all .col-*-12 classes
2013-08-12 16:02:27 -07:00
Mark Otto
fb8ae7e514
drop the class on the button group toggles CSS (alt fix to #9297 )
2013-08-12 15:46:11 -07:00
Mark Otto
55c36f86d0
safari not webkit
2013-08-12 15:44:01 -07:00
Chris Rebert
3d6efcf250
fix typo; fix caps
2013-08-12 15:25:41 -07:00
Mark Otto
3f2408f9e8
mention #9282 in docs browser section
2013-08-12 15:13:38 -07:00
Mark Otto
89346410c7
Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip
2013-08-12 15:02:21 -07:00
Mark Otto
394f698056
undo the grid max-width boundary because it makes offsets kinda borked (you'd have to set twice, for medium and large, in most cases--and that sucks)
2013-08-12 15:02:09 -07:00
Mark Otto
888e14d64e
Merge pull request #9395 from twbs/valid-github-btn-html
...
social-buttons.html: drop 'px' from height+width attrs per HTML5
2013-08-12 14:53:53 -07:00
Mark Otto
8a669bea2e
Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip
2013-08-12 14:52:54 -07:00
Mark Otto
eb1565681f
fixes #9392 : no need for width auto on inline/navbar form controls given inline-block on parent form group
2013-08-12 14:52:49 -07:00
Chris Rebert
e6e60d325c
social-buttons.html: drop 'px' from height+width attrs per HTML5
2013-08-12 14:48:46 -07:00
Chris Rebert
7c7c447d85
Merge pull request #9394 from twbs/valid-github-btn-html
...
_includes/social-buttons.html: escape ampersands in URLs so HTML validates
2013-08-12 14:40:07 -07:00
Chris Rebert
7f8f1ca65e
_includes/social-buttons.html: escape ampersands in URLs to fix HTML validation error
2013-08-12 14:30:28 -07:00
Chris Rebert
e245bffe8c
fix spelling
2013-08-12 14:25:15 -07:00
Mark Otto
c02269a9f0
Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip
2013-08-12 14:05:42 -07:00
Mark Otto
a78c8d9c04
Newfangled input and button group sizing ( fixes #9295 )
...
Instead of applying `.btn-` or `.input-` to individual elements in
button and input groups, we now have new sizing classes to keep your
markup a little leaner.
* Add `.input-group-sm` or `.input-group-lg` to your `.input-group` to
replicate `.input-sm` and `.input-lg`, respectively.
* Add `.btn-group-xs`, `.btn-group-sm`, or `.btn-group-lg` to your
`.btn-group` to replicate `.btn-xs`, `.btn-sm`, and `. btn-lg`,
respectively.
Both sets of new sizing classes simply use the existing individual
sizing classes as mixins, so customization of them is automatically
inherited when compiling.
2013-08-12 14:03:57 -07:00
Chris Rebert
38d6e7179a
don't show download_dist in favor of site.download; addresses #9138 & its many dupes
2013-08-12 13:35:53 -07:00
Chris Rebert
af2ea581b2
update CDN links to point to continuously-updated build; addresses #9138 & its many dupes
2013-08-12 12:13:15 -07:00
Chris Rebert
461b05f5b1
update download_dist for RC 2
2013-08-12 12:09:52 -07:00
Mark Otto
c3c0218379
Merge pull request #9388 from johvik/patch-1
...
Javascript > Alert should use danger not error
2013-08-12 12:04:39 -07:00
Mark Otto
abedd38c5b
update grid xs mixin and update docs to match new mixins
2013-08-12 11:52:51 -07:00
johvik
7eb0793223
Javascript > Alert should use danger not error
2013-08-12 20:52:25 +02:00
Mark Otto
a09531a40e
update to rename rc2
2013-08-12 11:48:35 -07:00
Mark Otto
1462fe2c81
Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip
2013-08-12 11:34:44 -07:00
Mark Otto
9564c356d3
inherit font-size in code when inside pre
2013-08-12 11:34:28 -07:00
Chris Rebert
f5b1499776
copyedit media queries docs added in aefed0ada9
2013-08-12 11:31:45 -07:00
Mark Otto
a74d6cfe73
Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip
2013-08-12 11:09:07 -07:00
Mark Otto
f662dff6e9
fixes #9382 : inline forms now require use of .form-group for proper alignment of all form controls
2013-08-12 11:07:23 -07:00
Mark Otto
ddd13dc100
Merge pull request #9373 from ggam/button-sizes
...
Added button-size mixin
2013-08-12 10:40:56 -07:00
Mark Otto
3d11e6dedf
Merge pull request #9371 from ggam/buttons-consistency
...
Renamed btn-pseudo-states mixin to btn-variant for consistency
2013-08-12 10:06:34 -07:00
Mark Otto
a9a27d3794
Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip
2013-08-12 10:01:22 -07:00
Mark Otto
55cfa8d38f
Drop background-clip and background-size mixins since they have no prefixes anyway
2013-08-12 10:01:13 -07:00
Mark Otto
1f745176d4
Merge pull request #9384 from BBosman/aria-hidden
...
Add missing aria-hidden attribs to close buttons
2013-08-12 09:55:46 -07:00
Mark Otto
657c19f943
Merge pull request #9383 from BBosman/aria-search
...
Aria role search instead of form
2013-08-12 09:55:24 -07:00
Mark Otto
0c879d3ece
Merge pull request #9381 from ggam/dropdown-events
...
Added Dropdown JS plugin events to docs
2013-08-12 09:53:24 -07:00
Mark Otto
3ce2b645c7
Merge pull request #9374 from ggam/carousel-glyphicons
...
Removed remaining Glyphicons mentions in carousel.less
2013-08-12 09:52:38 -07:00
Bas Bosman
8dd45053ce
Add missing aria-hidden attribs to close buttons
2013-08-12 17:56:10 +02:00
Bas Bosman
38b2083f3c
Aria role search instead of form
2013-08-12 17:38:20 +02:00
ggam
587a001dcc
Added Dropdown JS plugin events ( fixed #9375 )
2013-08-12 17:05:15 +02:00
ggam
d80d9251ef
Removed remaining Glyphicons mentions in carousel.less
2013-08-12 14:20:17 +02:00
ggam
6993db1840
Added button-size mixin
2013-08-12 14:07:19 +02:00
ggam
83293516b6
Renamed btn-pseudo-states mixin to btn-variant for consistency
2013-08-12 13:55:09 +02:00
Mark Otto
175a112548
fix #9239 by restoring old ie8 responsive img foo
2013-08-12 01:56:38 -07:00
Mark Otto
5e73cc90d9
fixes #9266 manually on account of list group file reorganization
2013-08-12 01:39:43 -07:00
Mark Otto
acdbe73851
fixes #8835 : make it so active list group items aren't dependent on an <a> tag
2013-08-12 01:38:06 -07:00
Mark Otto
6dbf588237
fixes #9310 : alerts aren't dismissable by default, now requires .alert-dismissable if you need a close button
2013-08-12 01:20:22 -07:00
Mark Otto
aefed0ada9
fixes #9317 : document media queries
2013-08-12 00:48:36 -07:00
Mark Otto
86fd07f93c
update docs affix for large desktop given latest grid changes
2013-08-12 00:40:36 -07:00
Mark Otto
efe62a7ef4
rename and refactor a smidge to add medium grid mixins
2013-08-12 00:36:22 -07:00
Mark Otto
f50aea30c4
Merge branch 'patch-12' of https://github.com/ggam/bootstrap into ggam-patch-12
2013-08-12 00:31:28 -07:00