]> git.ipfire.org Git - thirdparty/bootstrap.git/log
thirdparty/bootstrap.git
11 years agoadd alt text to carousel <img>s
Chris Rebert [Mon, 12 Aug 2013 22:52:47 +0000 (15:52 -0700)] 
add alt text to carousel <img>s

11 years agoValidation states docs: fix closing tag
Chris Rebert [Tue, 13 Aug 2013 00:06:02 +0000 (17:06 -0700)] 
Validation states docs: fix closing tag

11 years agoMerge pull request #9398 from twbs/minor-docs-fix
Chris Rebert [Mon, 12 Aug 2013 23:55:47 +0000 (16:55 -0700)] 
Merge pull request #9398 from twbs/minor-docs-fix

fix ID of <select> in fieldset[disabled] example

11 years agofix ID of <select> in fieldset[disabled] example 9398/head
Chris Rebert [Mon, 12 Aug 2013 23:54:58 +0000 (16:54 -0700)] 
fix ID of <select> in fieldset[disabled] example

11 years agofixes #9258: no more float bug with full-width grid columns by removing float on...
Mark Otto [Mon, 12 Aug 2013 23:02:27 +0000 (16:02 -0700)] 
fixes #9258: no more float bug with full-width grid columns by removing float on all .col-*-12 classes

11 years agodrop the class on the button group toggles CSS (alt fix to #9297)
Mark Otto [Mon, 12 Aug 2013 22:46:11 +0000 (15:46 -0700)] 
drop the class on the button group toggles CSS (alt fix to #9297)

11 years agosafari not webkit
Mark Otto [Mon, 12 Aug 2013 22:44:01 +0000 (15:44 -0700)] 
safari not webkit

11 years agofix typo; fix caps
Chris Rebert [Mon, 12 Aug 2013 22:25:41 +0000 (15:25 -0700)] 
fix typo; fix caps

11 years agomention #9282 in docs browser section
Mark Otto [Mon, 12 Aug 2013 22:13:38 +0000 (15:13 -0700)] 
mention #9282 in docs browser section

11 years agoMerge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip
Mark Otto [Mon, 12 Aug 2013 22:02:21 +0000 (15:02 -0700)] 
Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip

11 years agoundo the grid max-width boundary because it makes offsets kinda borked (you'd have...
Mark Otto [Mon, 12 Aug 2013 22:02:09 +0000 (15:02 -0700)] 
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)

11 years agoMerge pull request #9395 from twbs/valid-github-btn-html
Mark Otto [Mon, 12 Aug 2013 21:53:53 +0000 (14:53 -0700)] 
Merge pull request #9395 from twbs/valid-github-btn-html

social-buttons.html: drop 'px' from height+width attrs per HTML5

11 years agoMerge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip
Mark Otto [Mon, 12 Aug 2013 21:52:54 +0000 (14:52 -0700)] 
Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip

11 years agofixes #9392: no need for width auto on inline/navbar form controls given inline-block...
Mark Otto [Mon, 12 Aug 2013 21:52:49 +0000 (14:52 -0700)] 
fixes #9392: no need for width auto on inline/navbar form controls given inline-block on parent form group

11 years agosocial-buttons.html: drop 'px' from height+width attrs per HTML5 9395/head
Chris Rebert [Mon, 12 Aug 2013 21:48:46 +0000 (14:48 -0700)] 
social-buttons.html: drop 'px' from height+width attrs per HTML5

11 years agoMerge pull request #9394 from twbs/valid-github-btn-html
Chris Rebert [Mon, 12 Aug 2013 21:40:07 +0000 (14:40 -0700)] 
Merge pull request #9394 from twbs/valid-github-btn-html

_includes/social-buttons.html: escape ampersands in URLs so HTML validates

11 years ago_includes/social-buttons.html: escape ampersands in URLs to fix HTML validation error 9394/head
Chris Rebert [Mon, 12 Aug 2013 21:30:28 +0000 (14:30 -0700)] 
_includes/social-buttons.html: escape ampersands in URLs to fix HTML validation error

11 years agofix spelling
Chris Rebert [Mon, 12 Aug 2013 21:25:15 +0000 (14:25 -0700)] 
fix spelling

11 years agoMerge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip
Mark Otto [Mon, 12 Aug 2013 21:05:42 +0000 (14:05 -0700)] 
Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip

11 years agoNewfangled input and button group sizing (fixes #9295)
Mark Otto [Mon, 12 Aug 2013 21:03:57 +0000 (14:03 -0700)] 
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.

11 years agoMerge pull request #9388 from johvik/patch-1
Mark Otto [Mon, 12 Aug 2013 19:04:39 +0000 (12:04 -0700)] 
Merge pull request #9388 from johvik/patch-1

Javascript > Alert should use danger not error

11 years agoupdate grid xs mixin and update docs to match new mixins
Mark Otto [Mon, 12 Aug 2013 18:52:51 +0000 (11:52 -0700)] 
update grid xs mixin and update docs to match new mixins

11 years agoJavascript > Alert should use danger not error 9388/head
johvik [Mon, 12 Aug 2013 18:52:25 +0000 (20:52 +0200)] 
Javascript > Alert should use danger not error

11 years agoupdate to rename rc2
Mark Otto [Mon, 12 Aug 2013 18:48:35 +0000 (11:48 -0700)] 
update to rename rc2

11 years agoMerge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip
Mark Otto [Mon, 12 Aug 2013 18:34:44 +0000 (11:34 -0700)] 
Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip

11 years agoinherit font-size in code when inside pre
Mark Otto [Mon, 12 Aug 2013 18:34:28 +0000 (11:34 -0700)] 
inherit font-size in code when inside pre

11 years agocopyedit media queries docs added in aefed0ada9791338be11dd5318b24f17f517d51a
Chris Rebert [Mon, 12 Aug 2013 18:31:45 +0000 (11:31 -0700)] 
copyedit media queries docs added in aefed0ada9791338be11dd5318b24f17f517d51a

11 years agoMerge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip
Mark Otto [Mon, 12 Aug 2013 18:09:07 +0000 (11:09 -0700)] 
Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip

11 years agofixes #9382: inline forms now require use of .form-group for proper alignment of...
Mark Otto [Mon, 12 Aug 2013 18:07:23 +0000 (11:07 -0700)] 
fixes #9382: inline forms now require use of .form-group for proper alignment of all form controls

11 years agoMerge pull request #9373 from ggam/button-sizes
Mark Otto [Mon, 12 Aug 2013 17:40:56 +0000 (10:40 -0700)] 
Merge pull request #9373 from ggam/button-sizes

Added button-size mixin

11 years agoMerge pull request #9371 from ggam/buttons-consistency
Mark Otto [Mon, 12 Aug 2013 17:06:34 +0000 (10:06 -0700)] 
Merge pull request #9371 from ggam/buttons-consistency

Renamed btn-pseudo-states mixin to btn-variant for consistency

11 years agoMerge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip
Mark Otto [Mon, 12 Aug 2013 17:01:22 +0000 (10:01 -0700)] 
Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip

11 years agoDrop background-clip and background-size mixins since they have no prefixes anyway
Mark Otto [Mon, 12 Aug 2013 17:01:13 +0000 (10:01 -0700)] 
Drop background-clip and background-size mixins since they have no prefixes anyway

11 years agoMerge pull request #9384 from BBosman/aria-hidden
Mark Otto [Mon, 12 Aug 2013 16:55:46 +0000 (09:55 -0700)] 
Merge pull request #9384 from BBosman/aria-hidden

Add missing aria-hidden attribs to close buttons

11 years agoMerge pull request #9383 from BBosman/aria-search
Mark Otto [Mon, 12 Aug 2013 16:55:24 +0000 (09:55 -0700)] 
Merge pull request #9383 from BBosman/aria-search

Aria role search instead of form

11 years agoMerge pull request #9381 from ggam/dropdown-events
Mark Otto [Mon, 12 Aug 2013 16:53:24 +0000 (09:53 -0700)] 
Merge pull request #9381 from ggam/dropdown-events

Added Dropdown JS plugin events to docs

11 years agoMerge pull request #9374 from ggam/carousel-glyphicons
Mark Otto [Mon, 12 Aug 2013 16:52:38 +0000 (09:52 -0700)] 
Merge pull request #9374 from ggam/carousel-glyphicons

Removed remaining Glyphicons mentions in carousel.less

11 years agoAdd missing aria-hidden attribs to close buttons 9384/head
Bas Bosman [Mon, 12 Aug 2013 15:55:25 +0000 (17:55 +0200)] 
Add missing aria-hidden attribs to close buttons

11 years agoAria role search instead of form 9383/head
Bas Bosman [Mon, 12 Aug 2013 15:19:55 +0000 (17:19 +0200)] 
Aria role search instead of form

11 years agoAdded Dropdown JS plugin events (fixed #9375) 9381/head
ggam [Mon, 12 Aug 2013 15:05:15 +0000 (17:05 +0200)] 
Added Dropdown JS plugin events (fixed #9375)

11 years agoRemoved remaining Glyphicons mentions in carousel.less 9374/head
ggam [Mon, 12 Aug 2013 12:20:17 +0000 (14:20 +0200)] 
Removed remaining Glyphicons mentions in carousel.less

11 years agoAdded button-size mixin 9373/head
ggam [Mon, 12 Aug 2013 12:07:19 +0000 (14:07 +0200)] 
Added button-size mixin

11 years agoRenamed btn-pseudo-states mixin to btn-variant for consistency 9371/head
ggam [Mon, 12 Aug 2013 11:55:09 +0000 (13:55 +0200)] 
Renamed btn-pseudo-states mixin to btn-variant for consistency

11 years agofix #9239 by restoring old ie8 responsive img foo
Mark Otto [Mon, 12 Aug 2013 08:56:38 +0000 (01:56 -0700)] 
fix #9239 by restoring old ie8 responsive img foo

11 years agofixes #9266 manually on account of list group file reorganization
Mark Otto [Mon, 12 Aug 2013 08:39:43 +0000 (01:39 -0700)] 
fixes #9266 manually on account of list group file reorganization

11 years agofixes #8835: make it so active list group items aren't dependent on an <a> tag
Mark Otto [Mon, 12 Aug 2013 08:38:06 +0000 (01:38 -0700)] 
fixes #8835: make it so active list group items aren't dependent on an <a> tag

11 years agofixes #9310: alerts aren't dismissable by default, now requires .alert-dismissable...
Mark Otto [Mon, 12 Aug 2013 08:20:22 +0000 (01:20 -0700)] 
fixes #9310: alerts aren't dismissable by default, now requires .alert-dismissable if you need a close button

11 years agofixes #9317: document media queries
Mark Otto [Mon, 12 Aug 2013 07:48:36 +0000 (00:48 -0700)] 
fixes #9317: document media queries

11 years agoupdate docs affix for large desktop given latest grid changes
Mark Otto [Mon, 12 Aug 2013 07:40:36 +0000 (00:40 -0700)] 
update docs affix for large desktop given latest grid changes

11 years agorename and refactor a smidge to add medium grid mixins
Mark Otto [Mon, 12 Aug 2013 07:36:22 +0000 (00:36 -0700)] 
rename and refactor a smidge to add medium grid mixins

11 years agoMerge branch 'patch-12' of https://github.com/ggam/bootstrap into ggam-patch-12
Mark Otto [Mon, 12 Aug 2013 07:31:28 +0000 (00:31 -0700)] 
Merge branch 'patch-12' of https://github.com/ggam/bootstrap into ggam-patch-12

11 years agoMedia query (grid and responsive utilities) overhaul
Mark Otto [Mon, 12 Aug 2013 07:28:50 +0000 (00:28 -0700)] 
Media query (grid and responsive utilities) overhaul

Grid classes have been changed to account for a fourth set of classes,
meaning we now have XS, S, M, and L options. Specifically, we made the
following changes:

* Renames `.col-` to `.col-xs-`
* Adds `.col-md-` for devices 992px wide and up
* Remaps `.col-lg-` for devices 1200px wide and up

Alongside that, we've updated our media queries to better handle
advanced grid layouts:

* All column classes now kick in when they hit a `min-width`, undoing
the #9128 fix in
https://github.com/twbs/bootstrap/commit/db45a60cc86190a060f0baf0b3961cb
c690f3a65
* All column offsets, pushes, and pulls are scoped to an appropriate
range, meaning a `min-width` and `max-width` (thanks for the idea,
@eratzlaff)

We've also modified the widths of our grid containers for the small
device grid (now a max 720px instead of 728px) and large device grid
(now a max 1140px instead of 1170px) to avoid horizontal scrollbar
problems in Firefox (likely due to box-sizing, which is why we didn't
see it in 2.x).

Similarly, we've updated the responsive ultility classes to match the
new four media query approach of the grid system. That means we've:

* Added new `.visible-xs` and `.hidden-xs` classes
* Reassigns visible and hidden classes for small, medium, and large to
matching grid system media queries
* Updates docs examples to match grid system and account for fourth
utility range

-----

Fixes the following:

* #9135: fourth grid tier
* #9302: undoes previous range change for small grid system, so no need
to update any docs here
* #8755: consistent grid and responsive utilities schemas)
* #9195, #9216, and #9227: no more horizontal scrollbars

11 years agosimplify padding in list groups and margins on badges within
Mark Otto [Mon, 12 Aug 2013 04:17:49 +0000 (21:17 -0700)] 
simplify padding in list groups and margins on badges within

11 years agoMerge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip
Mark Otto [Mon, 12 Aug 2013 03:46:22 +0000 (20:46 -0700)] 
Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip

11 years agoadd another var
Mark Otto [Mon, 12 Aug 2013 03:45:51 +0000 (20:45 -0700)] 
add another var

11 years agoMerge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip
Mark Otto [Mon, 12 Aug 2013 03:45:42 +0000 (20:45 -0700)] 
Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip

Conflicts:
dist/css/bootstrap.min.css

11 years agoMerge pull request #9355 from kevinSuttle/aside
Mark Otto [Mon, 12 Aug 2013 03:43:18 +0000 (20:43 -0700)] 
Merge pull request #9355 from kevinSuttle/aside

Map 'role="complementary"' to proper HTML5 aside element

11 years agoMap 'role="complementary"' to proper aside element 9355/head
Kevin Suttle [Mon, 12 Aug 2013 03:40:22 +0000 (23:40 -0400)] 
Map 'role="complementary"' to proper aside element

http://blog.paciellogroup.com/2013/02/using-wai-aria-landmarks-2013/#tablex

http://www.w3.org/TR/wai-aria/roles#complementary

11 years agoMerge pull request #9353 from kevinSuttle/contentinfo
Mark Otto [Mon, 12 Aug 2013 03:34:58 +0000 (20:34 -0700)] 
Merge pull request #9353 from kevinSuttle/contentinfo

Map "contentinfo" role to HTML5 footer element

11 years agoCustomizer field updates for variables
Mark Otto [Mon, 12 Aug 2013 03:33:58 +0000 (20:33 -0700)] 
Customizer field updates for variables

11 years agoaddressing #9189 manually, part 7: thumbnails vars
Mark Otto [Mon, 12 Aug 2013 02:32:16 +0000 (19:32 -0700)] 
addressing #9189 manually, part 7: thumbnails vars

11 years agoMap "contentinfo" role to HTML5 footer element 9353/head
Kevin Suttle [Mon, 12 Aug 2013 02:26:40 +0000 (22:26 -0400)] 
Map "contentinfo" role to HTML5 footer element

http://blog.paciellogroup.com/2013/02/using-wai-aria-landmarks-2013/#tablex

http://www.w3.org/TR/wai-aria/roles#contentinfo

11 years agoDrop the font-weight on panel labels since heading elements already get it
Mark Otto [Mon, 12 Aug 2013 02:20:23 +0000 (19:20 -0700)] 
Drop the font-weight on panel labels since heading elements already get it

11 years agoRestore prior docs spacing
Mark Otto [Mon, 12 Aug 2013 02:19:56 +0000 (19:19 -0700)] 
Restore prior docs spacing

11 years agoFollow up commit: fix collapse clearing and navbar brand/nav spacing
Mark Otto [Mon, 12 Aug 2013 02:19:44 +0000 (19:19 -0700)] 
Follow up commit: fix collapse clearing and navbar brand/nav spacing

11 years agoMerge pull request #9352 from kevinSuttle/aria-forms
Mark Otto [Mon, 12 Aug 2013 02:18:36 +0000 (19:18 -0700)] 
Merge pull request #9352 from kevinSuttle/aria-forms

Give forms and search fields proper ARIA roles

11 years agoRefactor navbars to simplify things
Mark Otto [Mon, 12 Aug 2013 02:06:26 +0000 (19:06 -0700)] 
Refactor navbars to simplify things

* `.navbar-brand` is no longer centered, thus removing need for
max-width and a few lines of code
* Clear floats of `.navbar-brand` in the `.nav-collapse` like we did in
2.x, thus simplifying some clearing and other things.
* Restyle the `.navbar-toggle` button to align it's bars up with the
text and flow of the document.
* Restyle the `.navbar-brand` to not use padding on left/right as to
avoid negative margin and other fuckery. This limits the ability to put
a bg color on the brand, but I think that's fine for now.

11 years agoGive forms and search fields proper ARIA roles 9352/head
Kevin Suttle [Mon, 12 Aug 2013 01:41:31 +0000 (21:41 -0400)] 
Give forms and search fields proper ARIA roles

http://blog.paciellogroup.com/2013/02/using-wai-aria-landmarks-2013/#tablex

http://www.w3.org/TR/wai-aria/roles#form

http://www.w3.org/TR/wai-aria/roles#search

11 years agoMerge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip
fat [Mon, 12 Aug 2013 01:42:34 +0000 (18:42 -0700)] 
Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip

11 years agorebuild + first bit of customizer urls
fat [Mon, 12 Aug 2013 01:42:13 +0000 (18:42 -0700)] 
rebuild + first bit of customizer urls

11 years agoaddressing #9189 manually, part 6: add a navbar margin var, but avoid the navbar...
Mark Otto [Mon, 12 Aug 2013 01:32:52 +0000 (18:32 -0700)] 
addressing #9189 manually, part 6: add a navbar margin var, but avoid the navbar-nav var because that should really be customizable

11 years agoaddressing #9189 manually, part 5: don't bother with a .label font-weight var and...
Mark Otto [Mon, 12 Aug 2013 01:10:42 +0000 (18:10 -0700)] 
addressing #9189 manually, part 5: don't bother with a .label font-weight var and let's just use bold because windows hates 500

11 years agoaddressing #9189 manually, part 4: input group background var
Mark Otto [Mon, 12 Aug 2013 01:09:56 +0000 (18:09 -0700)] 
addressing #9189 manually, part 4: input group background var

11 years agoaddressing #9189 manually, part 3: forms
Mark Otto [Mon, 12 Aug 2013 01:06:26 +0000 (18:06 -0700)] 
addressing #9189 manually, part 3: forms

11 years agoMerge pull request #9351 from vsn4ik/quotes_in_nav_main
Chris Rebert [Mon, 12 Aug 2013 00:59:27 +0000 (17:59 -0700)] 
Merge pull request #9351 from vsn4ik/quotes_in_nav_main

Move quotes in nav-main.html

11 years agospacing
Mark Otto [Mon, 12 Aug 2013 00:47:53 +0000 (17:47 -0700)] 
spacing

11 years agoaddressing #9189 manually, part 2: dropdown header and disabled link colors (and...
Mark Otto [Mon, 12 Aug 2013 00:47:30 +0000 (17:47 -0700)] 
addressing #9189 manually, part 2: dropdown header and disabled link colors (and refactor commenting styles)

11 years agoMove quotes in nav-main.html 9351/head
vsn4ik [Mon, 12 Aug 2013 00:46:07 +0000 (04:46 +0400)] 
Move quotes in nav-main.html

11 years agoaddressing #9189 manually, part 1: code and pre vars
Mark Otto [Mon, 12 Aug 2013 00:23:19 +0000 (17:23 -0700)] 
addressing #9189 manually, part 1: code and pre vars

11 years agoMerge pull request #9211 from zacwasielewski/responsive-visibility-utilities-as-less...
Mark Otto [Mon, 12 Aug 2013 00:03:24 +0000 (17:03 -0700)] 
Merge pull request #9211 from zacwasielewski/responsive-visibility-utilities-as-less-mixins

Make visibility utility classes responsive when used as LESS mixins

11 years agoMerge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip
Mark Otto [Sun, 11 Aug 2013 23:07:57 +0000 (16:07 -0700)] 
Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip

11 years agofixes #9348 by ditching a comment
Mark Otto [Sun, 11 Aug 2013 23:07:45 +0000 (16:07 -0700)] 
fixes #9348 by ditching a comment

11 years agofixes #8983
Jacob Thornton [Sun, 11 Aug 2013 22:41:06 +0000 (15:41 -0700)] 
fixes #8983

11 years agoMerge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip
Jacob Thornton [Sun, 11 Aug 2013 22:17:30 +0000 (15:17 -0700)] 
Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip

11 years agofixes #9318
Jacob Thornton [Sun, 11 Aug 2013 22:17:04 +0000 (15:17 -0700)] 
fixes #9318

11 years agoMerge pull request #9286 from neilhem/3.0.0-wip
Mark Otto [Sun, 11 Aug 2013 22:15:53 +0000 (15:15 -0700)] 
Merge pull request #9286 from neilhem/3.0.0-wip

set img-circle class in percents

11 years agorefresh scrollspy after page 'loads'
Jacob Thornton [Sun, 11 Aug 2013 22:03:48 +0000 (15:03 -0700)] 
refresh scrollspy after page 'loads'

11 years agoMerge pull request #9229 from ggam/patch-13
Mark Otto [Sun, 11 Aug 2013 22:02:07 +0000 (15:02 -0700)] 
Merge pull request #9229 from ggam/patch-13

Removed Glyphicons mention from carousel.less

11 years agofixes #8900: nuke empty space between panel heading and list group
Mark Otto [Sun, 11 Aug 2013 22:01:16 +0000 (15:01 -0700)] 
fixes #8900: nuke empty space between panel heading and list group

11 years agoMerge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip
Jacob Thornton [Sun, 11 Aug 2013 21:59:57 +0000 (14:59 -0700)] 
Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip

11 years agofix comment in tooltip
Jacob Thornton [Sun, 11 Aug 2013 21:59:39 +0000 (14:59 -0700)] 
fix comment in tooltip

11 years agofix broken components page, also likely from @kevinsuttle's #9332
Mark Otto [Sun, 11 Aug 2013 21:49:50 +0000 (14:49 -0700)] 
fix broken components page, also likely from @kevinsuttle's #9332

11 years agoMerge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip
Mark Otto [Sun, 11 Aug 2013 21:44:39 +0000 (14:44 -0700)] 
Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip

11 years agofix borked js docs layout, likely from @kevinsuttle's latest PR
Mark Otto [Sun, 11 Aug 2013 21:44:32 +0000 (14:44 -0700)] 
fix borked js docs layout, likely from @kevinsuttle's latest PR

11 years agoadd event prefixes
Jacob Thornton [Sun, 11 Aug 2013 21:39:11 +0000 (14:39 -0700)] 
add event prefixes

11 years agofixes #9279
Jacob Thornton [Sun, 11 Aug 2013 21:32:32 +0000 (14:32 -0700)] 
fixes #9279

11 years agoMerge pull request #9347 from kevinSuttle/header
Mark Otto [Sun, 11 Aug 2013 21:09:46 +0000 (14:09 -0700)] 
Merge pull request #9347 from kevinSuttle/header

Ensure proper use and location of role="banner"

11 years agoEnsure proper use and location of role="banner" 9347/head
Kevin Suttle [Sun, 11 Aug 2013 20:34:48 +0000 (16:34 -0400)] 
Ensure proper use and location of role="banner"

http://blog.paciellogroup.com/2013/02/using-wai-aria-landmarks-2013/#tablex

http://www.w3.org/TR/wai-aria/roles#banner

11 years agofix indentation
Mark Otto [Sun, 11 Aug 2013 20:20:24 +0000 (13:20 -0700)] 
fix indentation

11 years agoMerge branch 'aria-nav' of https://github.com/kevinSuttle/bootstrap into kevinSuttle...
Mark Otto [Sun, 11 Aug 2013 20:15:52 +0000 (13:15 -0700)] 
Merge branch 'aria-nav' of https://github.com/kevinSuttle/bootstrap into kevinSuttle-aria-nav