]> git.ipfire.org Git - thirdparty/bootstrap.git/log
thirdparty/bootstrap.git
12 years agoUpdate components.html 9245/head
jlaswell [Thu, 8 Aug 2013 16:31:48 +0000 (12:31 -0400)] 
Update components.html

Keeping bs-examples consistent with code provided.

12 years agoMerge pull request #9089 from jdiamond/3.0.0-wip
Jacob [Thu, 8 Aug 2013 06:37:05 +0000 (23:37 -0700)] 
Merge pull request #9089 from jdiamond/3.0.0-wip

accordion's data-parent can't contain dots

12 years agozip js as well …
Jacob Thornton [Thu, 8 Aug 2013 06:15:03 +0000 (23:15 -0700)] 
zip js as well …

12 years agoMerge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip
Jacob Thornton [Thu, 8 Aug 2013 06:10:11 +0000 (23:10 -0700)] 
Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip

Conflicts:
_layouts/customize.html

12 years agofirst prototype of new customizer
Jacob Thornton [Thu, 8 Aug 2013 06:06:29 +0000 (23:06 -0700)] 
first prototype of new customizer

12 years agoMerge pull request #9200 from geedmo/3.0.0-wip
Mark Otto [Thu, 8 Aug 2013 01:11:15 +0000 (18:11 -0700)] 
Merge pull request #9200 from geedmo/3.0.0-wip

Update to use @list-group-border-radius

12 years agoMerge pull request #9201 from ggam/patch-11
Mark Otto [Thu, 8 Aug 2013 01:10:52 +0000 (18:10 -0700)] 
Merge pull request #9201 from ggam/patch-11

Added panel-variant mixin

12 years agoMerge pull request #9210 from twbs/browserstack-travis-pr-fix-take-2
Chris Rebert [Wed, 7 Aug 2013 20:32:45 +0000 (13:32 -0700)] 
Merge pull request #9210 from twbs/browserstack-travis-pr-fix-take-2

apparently PRs against twbs/bootstrap have the same Travis slug

12 years agoapparently PRs against twbs/bootstrap have the same Travis slug 9210/head
Chris Rebert [Wed, 7 Aug 2013 20:27:27 +0000 (13:27 -0700)] 
apparently PRs against twbs/bootstrap have the same Travis slug

12 years agoUpdated panels.less to use variant-panel mixin 9201/head
Guillermo González de Agüero [Wed, 7 Aug 2013 18:19:12 +0000 (20:19 +0200)] 
Updated panels.less to use variant-panel mixin

12 years agoAdded panel-variant mixin
Guillermo González de Agüero [Wed, 7 Aug 2013 18:15:12 +0000 (20:15 +0200)] 
Added panel-variant mixin

12 years agoUpdate to use @list-group-border-radius 9200/head
geedmo [Wed, 7 Aug 2013 17:47:47 +0000 (14:47 -0300)] 
Update to use @list-group-border-radius

12 years agoMerge pull request #9198 from bwhitty/3.0.0-wip
Mark Otto [Wed, 7 Aug 2013 15:34:33 +0000 (08:34 -0700)] 
Merge pull request #9198 from bwhitty/3.0.0-wip

Fixed #9196 - malformed HTML in doc

12 years agoMerge pull request #9191 from ggam/patch-10
Mark Otto [Wed, 7 Aug 2013 15:25:42 +0000 (08:25 -0700)] 
Merge pull request #9191 from ggam/patch-10

Fixed link to JavaScript buttons plugin

12 years agoFixed #9196 - malformed HTML in doc 9198/head
Braden Whitten [Wed, 7 Aug 2013 13:18:12 +0000 (09:18 -0400)] 
Fixed #9196 - malformed HTML in doc

Stray <h3> was being closed by an </h2>. Updated to valid HTML. Fixes #9196

12 years agoFixed link to JavaScript buttons plugin 9191/head
Guillermo González de Agüero [Wed, 7 Aug 2013 10:42:46 +0000 (12:42 +0200)] 
Fixed link to JavaScript buttons plugin

12 years agoproperty order
Mark Otto [Wed, 7 Aug 2013 07:28:44 +0000 (00:28 -0700)] 
property order

12 years agocopy changes
Mark Otto [Wed, 7 Aug 2013 07:28:23 +0000 (00:28 -0700)] 
copy changes

12 years agoImprove accessibility (Section 508, WCAG) 9186/head
adamjacobbecker [Wed, 7 Aug 2013 04:25:36 +0000 (21:25 -0700)] 
Improve accessibility (Section 508, WCAG)

This PR significantly improves Bootstrap's accessibility for users of assistive technology, such as screen readers. Some of the these changes add additional markup to the source examples, but we believe that the sacrifice in readability is worth achieving more widespread usage of accessibility best-practices.

What was done
- Added lots of [WAI-ARIA attributes](http://www.w3.org/WAI/intro/aria)
- Added `.sr-only` helper class, that is only readable by screen readers (and invisible for all other users). This lets us - make progress bars and paginations accessible to screen reading users.
- Advised users to always use label elements. For inline forms, they can hide them with `.sr-only`
- Added 'Skip navigation' link
- Added "Accessibility" section to getting-started.html.

What *wasn't* done
- Contrast issues (twbs#3572)
- Tooltips (twbs#8469)
- Documentation re: usage of icons, since they now live in a separate repo

Major props to all that contributed: @bensheldon, @jasonlally, @criscristina, and @louh. Feel free to chime in, guys, if I've left anything out.

12 years agofixes #8959: only negative indent rows within .container (prevents horizontal scroll...
Mark Otto [Wed, 7 Aug 2013 04:11:16 +0000 (21:11 -0700)] 
fixes #8959: only negative indent rows within .container (prevents horizontal scroll on full-width pages)

12 years agofixes #8935: add gutter width param to grid mixins
Mark Otto [Wed, 7 Aug 2013 04:00:12 +0000 (21:00 -0700)] 
fixes #8935: add gutter width param to grid mixins

12 years agoMerge pull request #9183 from twbs/fix-other-peoples-travis-builds
Chris Rebert [Wed, 7 Aug 2013 03:19:59 +0000 (20:19 -0700)] 
Merge pull request #9183 from twbs/fix-other-peoples-travis-builds

disable BrowserStack for folks w/o their own key who are making PRs

12 years agodisable BrowserStack for folks w/o their own key who are making PRs 9183/head
Chris Rebert [Wed, 7 Aug 2013 02:54:15 +0000 (19:54 -0700)] 
disable BrowserStack for folks w/o their own key who are making PRs

12 years agoMerge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip
Mark Otto [Wed, 7 Aug 2013 01:29:24 +0000 (18:29 -0700)] 
Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip

12 years agolittle better spacing between major sections in le docs for jump to nav
Mark Otto [Wed, 7 Aug 2013 01:29:18 +0000 (18:29 -0700)] 
little better spacing between major sections in le docs for jump to nav

12 years agoMerge pull request #9120 from FLOKER/patch-2
Mark Otto [Wed, 7 Aug 2013 01:09:49 +0000 (18:09 -0700)] 
Merge pull request #9120 from FLOKER/patch-2

fix scrollSpy instructions for JS call

12 years agoMerge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip
Mark Otto [Wed, 7 Aug 2013 01:06:36 +0000 (18:06 -0700)] 
Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip

12 years agoupdate use of mixins and add bg-colors where necessary
Mark Otto [Wed, 7 Aug 2013 01:05:37 +0000 (18:05 -0700)] 
update use of mixins and add bg-colors where necessary

12 years agoMerge branch '3.0.0-wip' of https://github.com/archanl/bootstrap into archanl-3.0...
Mark Otto [Wed, 7 Aug 2013 01:05:24 +0000 (18:05 -0700)] 
Merge branch '3.0.0-wip' of https://github.com/archanl/bootstrap into archanl-3.0.0-wip

Conflicts:
less/mixins.less

12 years agoTemporarily disable IE BrowserStack testing, to fix the build
Chris Rebert [Wed, 7 Aug 2013 00:56:20 +0000 (17:56 -0700)] 
Temporarily disable IE BrowserStack testing, to fix the build

Per @mdo's request.
Can re-enable IE after @fat figures out wassup w/ the unittest failures.

12 years agoMerge pull request #9175 from twbs/bs3_third_party_support_docs
Mark Otto [Wed, 7 Aug 2013 00:51:31 +0000 (17:51 -0700)] 
Merge pull request #9175 from twbs/bs3_third_party_support_docs

BS3: Add third party support docs

12 years agosome copy editing 9175/head
Mark Otto [Wed, 7 Aug 2013 00:46:40 +0000 (17:46 -0700)] 
some copy editing

12 years agoMerge branch '3.0.0-wip' into bs3_third_party_support_docs
Mark Otto [Wed, 7 Aug 2013 00:40:33 +0000 (17:40 -0700)] 
Merge branch '3.0.0-wip' into bs3_third_party_support_docs

12 years agoMerge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip
Mark Otto [Wed, 7 Aug 2013 00:29:52 +0000 (17:29 -0700)] 
Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip

12 years agoPull from GitHub downloads for latest v3-wip on homepage
Mark Otto [Wed, 7 Aug 2013 00:29:41 +0000 (17:29 -0700)] 
Pull from GitHub downloads for latest v3-wip on homepage

/cc @cv

12 years agoFixes #8749: prevent navbar nav from overlapping navbar toggle
Mark Otto [Wed, 7 Aug 2013 00:28:02 +0000 (17:28 -0700)] 
Fixes #8749: prevent navbar nav from overlapping navbar toggle

12 years agoMerge pull request #9171 from twbs/bs3_winph8_ie10_bug_town_usa_omgwtfbbq
Mark Otto [Tue, 6 Aug 2013 23:45:16 +0000 (16:45 -0700)] 
Merge pull request #9171 from twbs/bs3_winph8_ie10_bug_town_usa_omgwtfbbq

Fixes #9162: add mention of Windows Phone 8 and IE10 bugs with responsive foo

12 years agoFix #9174: pad bottom of navbar collapsed content and clear floated contents
Mark Otto [Tue, 6 Aug 2013 23:39:18 +0000 (16:39 -0700)] 
Fix #9174: pad bottom of navbar collapsed content and clear floated contents

12 years agoadd third party support section to the docs
Mark Otto [Tue, 6 Aug 2013 23:30:28 +0000 (16:30 -0700)] 
add third party support section to the docs

12 years agogrunt dist on previous commit
Mark Otto [Tue, 6 Aug 2013 23:02:07 +0000 (16:02 -0700)] 
grunt dist on previous commit

12 years agoFor @cvrebert 9171/head
Mark Otto [Tue, 6 Aug 2013 22:52:06 +0000 (15:52 -0700)] 
For @cvrebert

12 years agoMerge pull request #8731 from nrw/patch-1
Mark Otto [Tue, 6 Aug 2013 22:41:50 +0000 (15:41 -0700)] 
Merge pull request #8731 from nrw/patch-1

Format multiple badges in list-group-item

12 years agofixes #9162: add mention of Windows Phone 8 and IE10 bugs with responsive foo
Mark Otto [Tue, 6 Aug 2013 22:21:26 +0000 (15:21 -0700)] 
fixes #9162: add mention of Windows Phone 8 and IE10 bugs with responsive foo

12 years agogrunt dist on spacing change
Mark Otto [Tue, 6 Aug 2013 21:57:14 +0000 (14:57 -0700)] 
grunt dist on spacing change

12 years agoMerge pull request #9169 from bwhitty/3.0.0-wip
Chris Rebert [Tue, 6 Aug 2013 21:25:17 +0000 (14:25 -0700)] 
Merge pull request #9169 from bwhitty/3.0.0-wip

Fix spacing after '=' in popover.js

12 years agoFix spacing after '=' 9169/head
Braden Whitten [Tue, 6 Aug 2013 21:02:57 +0000 (17:02 -0400)] 
Fix spacing after '='

Just added a space after a function definition to tidy up the code.

12 years agoupdate phantomjs link
Chris Rebert [Tue, 6 Aug 2013 21:01:10 +0000 (14:01 -0700)] 
update phantomjs link

12 years agoMerge pull request #9165 from twbs/browserstack
Chris Rebert [Tue, 6 Aug 2013 20:17:20 +0000 (13:17 -0700)] 
Merge pull request #9165 from twbs/browserstack

Browserstack testing integration (rebased, squashed, tweaked)

12 years agoonly run browserstack tests in Travis 9165/head
Chris Rebert [Tue, 6 Aug 2013 07:39:35 +0000 (00:39 -0700)] 
only run browserstack tests in Travis

12 years agoIntegrate testing with browserstack
Rohan Jain [Tue, 30 Jul 2013 16:41:17 +0000 (22:11 +0530)] 
Integrate testing with browserstack

12 years agoFix #9132, but in the correct branch
Chris Rebert [Tue, 6 Aug 2013 19:09:44 +0000 (12:09 -0700)] 
Fix #9132, but in the correct branch

People, don't PR against `gh-pages` please!

12 years agofixes #9140: use correct var in tables
Mark Otto [Tue, 6 Aug 2013 18:40:02 +0000 (11:40 -0700)] 
fixes #9140: use correct var in tables

12 years agoFixes #9145: Fix tooltip opacity
Mark Otto [Tue, 6 Aug 2013 18:18:53 +0000 (11:18 -0700)] 
Fixes #9145: Fix tooltip opacity

Update tooltips to not use RGBa colors so IE8 can have tooltips, too
(means we're now using `opacity`).

12 years agoFixes #9150: Hide popover titles in IE8
Mark Otto [Tue, 6 Aug 2013 18:18:12 +0000 (11:18 -0700)] 
Fixes #9150: Hide popover titles in IE8

Properly hides popover titles in IE8 because apparently it doesn't
accept the `:empty` selector. /cc @fat @cvrebert

12 years agoMerge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip
Mark Otto [Tue, 6 Aug 2013 16:46:58 +0000 (09:46 -0700)] 
Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip

12 years agoMerge pull request #9157 from alienlebarge/3.0.0-wip
Chris Rebert [Tue, 6 Aug 2013 16:28:04 +0000 (09:28 -0700)] 
Merge pull request #9157 from alienlebarge/3.0.0-wip

Add links to Recess, Uglify-js & PhantomJS in README

12 years agoLink to phantomjs 9157/head
Cédric Aellen [Tue, 6 Aug 2013 13:06:25 +0000 (15:06 +0200)] 
Link to phantomjs

12 years agolink to Uglify-js repo
Cédric Aellen [Tue, 6 Aug 2013 13:04:52 +0000 (15:04 +0200)] 
link to Uglify-js repo

12 years agolinks to Recess repo
Cédric Aellen [Tue, 6 Aug 2013 12:57:34 +0000 (14:57 +0200)] 
links to Recess repo

12 years agoUpdate javascript.html 9120/head
Florian Weber [Tue, 6 Aug 2013 09:44:55 +0000 (11:44 +0200)] 
Update javascript.html

12 years agoScope tablet classes to tablets range only
Mark Otto [Tue, 6 Aug 2013 03:55:30 +0000 (20:55 -0700)] 
Scope tablet classes to tablets range only

Fixes #9128

12 years agoMerge pull request #9134 from neilhem/3.0.0-wip
Chris Rebert [Tue, 6 Aug 2013 03:32:07 +0000 (20:32 -0700)] 
Merge pull request #9134 from neilhem/3.0.0-wip

remove repeated 'pagination' class in code example

12 years agoremove repeated 'pagination' class in code example 9134/head
Rakhat Jabagin [Tue, 6 Aug 2013 03:19:07 +0000 (09:19 +0600)] 
remove repeated 'pagination' class in code example

12 years agoMerge pull request #9123 from twbs/bs3_alerts_default_class
Mark Otto [Tue, 6 Aug 2013 03:01:45 +0000 (20:01 -0700)] 
Merge pull request #9123 from twbs/bs3_alerts_default_class

Update labels to include a base class (fixes #8752)

12 years agoMerge branch '3.0.0-wip' into bs3_alerts_default_class 9123/head
Mark Otto [Tue, 6 Aug 2013 03:00:23 +0000 (20:00 -0700)] 
Merge branch '3.0.0-wip' into bs3_alerts_default_class

Conflicts:
dist/css/bootstrap.min.css

12 years agoMerge pull request #9130 from twbs/straight-up-wrong
Mark Otto [Tue, 6 Aug 2013 02:36:19 +0000 (19:36 -0700)] 
Merge pull request #9130 from twbs/straight-up-wrong

Fix pixel values in Responsive Utilities docs to match the actual code

12 years agoFix pixel values in Responsive Utilities docs to match the actual code 9130/head
Chris Rebert [Tue, 6 Aug 2013 00:43:29 +0000 (17:43 -0700)] 
Fix pixel values in Responsive Utilities docs to match the actual code

12 years agofixes #8647: remove focus outline on :focus of buttons in button groups
Mark Otto [Mon, 5 Aug 2013 23:16:58 +0000 (16:16 -0700)] 
fixes #8647: remove focus outline on :focus of buttons in button groups

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

12 years agoremove dupe border-box
Mark Otto [Mon, 5 Aug 2013 23:15:36 +0000 (16:15 -0700)] 
remove dupe border-box

12 years agoMerge pull request #9124 from geedmo/3.0.0-wip
Mark Otto [Mon, 5 Aug 2013 23:14:48 +0000 (16:14 -0700)] 
Merge pull request #9124 from geedmo/3.0.0-wip

 Fix Issue #8175 - .input-group-addon broken in Firefox

12 years agoMerge branch '3.0.0-wip' of https://github.com/saas786/bootstrap into saas786-3.0...
Mark Otto [Mon, 5 Aug 2013 23:03:10 +0000 (16:03 -0700)] 
Merge branch '3.0.0-wip' of https://github.com/saas786/bootstrap into saas786-3.0.0-wip

Conflicts:
customize.html
less/alerts.less
less/badges.less
less/button-groups.less
less/buttons.less
less/carousel.less

12 years agoFix Issue #8175 - remove lh for input-lg|sm 9124/head
geedmo [Mon, 5 Aug 2013 22:58:38 +0000 (19:58 -0300)] 
Fix Issue #8175 - remove lh for input-lg|sm

12 years agoFix Issue #8175
geedmo [Mon, 5 Aug 2013 22:43:39 +0000 (19:43 -0300)] 
Fix Issue #8175

12 years agoMerge pull request #9121 from Flydiverny/alerts
Mark Otto [Mon, 5 Aug 2013 22:40:22 +0000 (15:40 -0700)] 
Merge pull request #9121 from Flydiverny/alerts

Added padding variable for alerts and changed customize.html

12 years agoRemove dupe hover background color
Mark Otto [Mon, 5 Aug 2013 22:35:16 +0000 (15:35 -0700)] 
Remove dupe hover background color

12 years agoUpdate labels to include a base class
Mark Otto [Mon, 5 Aug 2013 22:30:28 +0000 (15:30 -0700)] 
Update labels to include a base class

* Builds on the new button styles by requiring a `.btn-default` for the
regular, gray labels
* Updates components examples to show new stuff

12 years agoComma for clarification 9121/head
Markus Maga [Mon, 5 Aug 2013 22:29:19 +0000 (00:29 +0200)] 
Comma for clarification

12 years agoAdded padding variable for alerts and changed customize.html Warning state (which...
Markus Maga [Mon, 5 Aug 2013 22:06:57 +0000 (00:06 +0200)] 
Added padding variable for alerts and changed customize.html Warning state (which doesn't exist anymore)

12 years agoFixes #8732: unfucks disabled fieldset form example with form groups
Mark Otto [Mon, 5 Aug 2013 21:45:00 +0000 (14:45 -0700)] 
Fixes #8732: unfucks disabled fieldset form example with form groups

12 years agofix scrollSpy instructions for JS call
Florian Weber [Mon, 5 Aug 2013 21:37:08 +0000 (23:37 +0200)] 
fix scrollSpy instructions for JS call

Don't really know if this is correct, but at least it only worked for me that way...

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

12 years agoEnable scrollable responsive nav bar
Mark Otto [Mon, 5 Aug 2013 21:19:32 +0000 (14:19 -0700)] 
Enable scrollable responsive nav bar

Fixes #9007 in a hopefully decent way

12 years agocarousel.less: copyedit explanatory comment
Chris Rebert [Mon, 5 Aug 2013 20:13:54 +0000 (13:13 -0700)] 
carousel.less: copyedit explanatory comment

12 years agoMerge branch 'pullright' of https://github.com/liuyl/bootstrap into liuyl-pullright
Mark Otto [Mon, 5 Aug 2013 19:20:52 +0000 (12:20 -0700)] 
Merge branch 'pullright' of https://github.com/liuyl/bootstrap into liuyl-pullright

Conflicts:
dist/css/bootstrap.min.css

12 years agoFixes #8150: add `.static-form-control` for vertical alignment of static form text
Mark Otto [Mon, 5 Aug 2013 19:17:09 +0000 (12:17 -0700)] 
Fixes #8150: add `.static-form-control` for vertical alignment of static form text

- Also fixes the vertical alignment of labels in horizontal layouts on
account of the recent button and input padding changes
- Also changes the vertical alignment of the checkboxes and radios in
horizontal forms

12 years agoFixes #8872: widen the carousel indicators to prevent wrapping
Mark Otto [Mon, 5 Aug 2013 18:59:32 +0000 (11:59 -0700)] 
Fixes #8872: widen the carousel indicators to prevent wrapping

12 years agoFixes #8795, a reoccurence of #1969
Mark Otto [Mon, 5 Aug 2013 18:47:12 +0000 (11:47 -0700)] 
Fixes #8795, a reoccurence of #1969

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

12 years agoMore button updates
Mark Otto [Mon, 5 Aug 2013 18:30:50 +0000 (11:30 -0700)] 
More button updates

- Fixes #9113 (caret colors in dropdown buttons)
- Darken borders around buttons for contrast in button groups

12 years agoMerge pull request #9110 from chrisseaton/help-block-fix
Chris Rebert [Mon, 5 Aug 2013 17:50:23 +0000 (10:50 -0700)] 
Merge pull request #9110 from chrisseaton/help-block-fix

Update css.html

12 years agoUpdate css.html 9110/head
Chris Seaton [Mon, 5 Aug 2013 17:48:51 +0000 (18:48 +0100)] 
Update css.html

.help-block talks about being 'longer', but with .help-inline gone, it's not longer than anything and the comparison is confusing.

12 years agoFixes #8770: mobile-first (stacked by default) horizontal dls
Mark Otto [Mon, 5 Aug 2013 16:10:52 +0000 (09:10 -0700)] 
Fixes #8770: mobile-first (stacked by default) horizontal dls

12 years agoFixes #8786 (part 2): new default button styles
Mark Otto [Mon, 5 Aug 2013 16:02:59 +0000 (09:02 -0700)] 
Fixes #8786 (part 2): new default button styles

Also relevant: http://www.youtube.com/watch?v=Ldyx3KHOFXw

12 years agoFixes #8786 (part 1): darken hover states on buttons
Mark Otto [Mon, 5 Aug 2013 15:52:22 +0000 (08:52 -0700)] 
Fixes #8786 (part 1): darken hover states on buttons

12 years agoFixes #9049: switch order of gradient mixin params to avoid problems for upgraders
Mark Otto [Mon, 5 Aug 2013 15:45:51 +0000 (08:45 -0700)] 
Fixes #9049: switch order of gradient mixin params to avoid problems for upgraders

12 years agoFixes #9073: add note to homepage about download differences
Mark Otto [Mon, 5 Aug 2013 15:33:15 +0000 (08:33 -0700)] 
Fixes #9073: add note to homepage about download differences

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

12 years agomore docs changes
Mark Otto [Mon, 5 Aug 2013 15:17:41 +0000 (08:17 -0700)] 
more docs changes

12 years agoupdate modals demo code
Mark Otto [Mon, 5 Aug 2013 15:13:44 +0000 (08:13 -0700)] 
update modals demo code