]> git.ipfire.org Git - thirdparty/bootstrap.git/log
thirdparty/bootstrap.git
11 years agominor refactoring of 4ee93c9f8529cfeef56d4178b91e1ddcb0bff09c 11887/head
Chris Rebert [Mon, 16 Dec 2013 04:38:06 +0000 (20:38 -0800)] 
minor refactoring of 4ee93c9f8529cfeef56d4178b91e1ddcb0bff09c

11 years agoMerge pull request #11886 from twbs/html-validator-config
Chris Rebert [Mon, 16 Dec 2013 03:45:34 +0000 (19:45 -0800)] 
Merge pull request #11886 from twbs/html-validator-config

explicitly set more HTML5 validator options

11 years agoexplicitly set more HTML5 validator options 11886/head
Chris Rebert [Mon, 16 Dec 2013 03:42:47 +0000 (19:42 -0800)] 
explicitly set more HTML5 validator options

11 years agouse unique IDs for input feedback examples so HTML validates
Chris Rebert [Mon, 16 Dec 2013 03:15:26 +0000 (19:15 -0800)] 
use unique IDs for input feedback examples so HTML validates

11 years agouse unique IDs for modal labels in doc examples so HTML validates
Chris Rebert [Mon, 16 Dec 2013 03:07:14 +0000 (19:07 -0800)] 
use unique IDs for modal labels in doc examples so HTML validates

11 years agosimplify JS snippet slightly
Chris Rebert [Mon, 16 Dec 2013 03:00:37 +0000 (19:00 -0800)] 
simplify JS snippet slightly

11 years agofix typo in docs
Chris Rebert [Mon, 16 Dec 2013 02:45:56 +0000 (18:45 -0800)] 
fix typo in docs

11 years agofix var name in example to follow JS conventions
Chris Rebert [Mon, 16 Dec 2013 02:18:55 +0000 (18:18 -0800)] 
fix var name in example to follow JS conventions

11 years agocopyediting
Chris Rebert [Mon, 16 Dec 2013 02:13:50 +0000 (18:13 -0800)] 
copyediting

11 years agoFixes #10492 again, this time for last row's corners on striped tables
Mark Otto [Mon, 16 Dec 2013 01:22:55 +0000 (17:22 -0800)] 
Fixes #10492 again, this time for last row's corners on striped tables

11 years agoAdd new form feedback states, clean up existing form styles
Mark Otto [Mon, 16 Dec 2013 01:15:09 +0000 (17:15 -0800)] 
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.

11 years agoFixes #11266: Apply a pixel-based line-height to date inputs for iOS 7
Mark Otto [Sun, 15 Dec 2013 23:27:46 +0000 (15:27 -0800)] 
Fixes #11266: Apply a pixel-based line-height to date inputs for iOS 7

11 years agoformatting and comment
Mark Otto [Sun, 15 Dec 2013 23:24:52 +0000 (15:24 -0800)] 
formatting and comment

11 years agoMerge branch 'master' into pr/11817
Mark Otto [Sun, 15 Dec 2013 23:07:38 +0000 (15:07 -0800)] 
Merge branch 'master' into pr/11817

Conflicts:
dist/css/bootstrap.min.css
less/input-groups.less

11 years agoFixes #11402: Updated fix for select.form-control width in inline-forms
Mark Otto [Sun, 15 Dec 2013 22:52:49 +0000 (14:52 -0800)] 
Fixes #11402: Updated fix for select.form-control width in inline-forms

11 years agogrunt
Mark Otto [Sun, 15 Dec 2013 22:32:14 +0000 (14:32 -0800)] 
grunt

11 years agoMerge pull request #11494 from blowsie/patch-2
Mark Otto [Sun, 15 Dec 2013 22:28:49 +0000 (14:28 -0800)] 
Merge pull request #11494 from blowsie/patch-2

Fixed single dropdown-toggle in btn-group-veritcal not being rounded

11 years agoFixes #11660: Depcreate small and .small in blockquote in favor of footer
Mark Otto [Sun, 15 Dec 2013 22:23:55 +0000 (14:23 -0800)] 
Fixes #11660: Depcreate small and .small in blockquote in favor of footer

11 years agoMerge branch 'master' of github.com:twbs/bootstrap
Mark Otto [Sun, 15 Dec 2013 22:14:32 +0000 (14:14 -0800)] 
Merge branch 'master' of github.com:twbs/bootstrap

11 years agorevert an earlier change to move the component-animations.less file because it fubare...
Mark Otto [Sun, 15 Dec 2013 22:14:09 +0000 (14:14 -0800)] 
revert an earlier change to move the component-animations.less file because it fubared modal backdrop .fade usage

11 years agorun grunt on modal scrolling change
Mark Otto [Sun, 15 Dec 2013 22:13:25 +0000 (14:13 -0800)] 
run grunt on modal scrolling change

11 years agoMerge branch 'master' into pr/11676
Mark Otto [Sun, 15 Dec 2013 22:10:48 +0000 (14:10 -0800)] 
Merge branch 'master' into pr/11676

Conflicts:
less/modals.less

11 years agoMerge branch 'master' into pr/11776
Mark Otto [Sun, 15 Dec 2013 22:09:50 +0000 (14:09 -0800)] 
Merge branch 'master' into pr/11776

Conflicts:
package.json

11 years agoMerge pull request #11732 from dak/include-dev-fonts-in-bower
Mark Otto [Sun, 15 Dec 2013 22:07:17 +0000 (14:07 -0800)] 
Merge pull request #11732 from dak/include-dev-fonts-in-bower

Don't exclude fonts from bower installs

11 years agoMerge branch 'master' of github.com:twbs/bootstrap
Mark Otto [Sun, 15 Dec 2013 21:53:41 +0000 (13:53 -0800)] 
Merge branch 'master' of github.com:twbs/bootstrap

11 years agotypo
Mark Otto [Sun, 15 Dec 2013 21:52:56 +0000 (13:52 -0800)] 
typo

11 years agoMerge pull request #11840 from ZDroid/pagination-boom
Mark Otto [Sun, 15 Dec 2013 21:46:11 +0000 (13:46 -0800)] 
Merge pull request #11840 from ZDroid/pagination-boom

Improve pager customization

11 years agoFixes #11783: Document requirement of .container(-fluid) in navbars
Mark Otto [Sun, 15 Dec 2013 21:44:26 +0000 (13:44 -0800)] 
Fixes #11783: Document requirement of .container(-fluid) in navbars

11 years agoFixes #11795: Update the contributing guidelines to include some more CSS guidelines
Mark Otto [Sun, 15 Dec 2013 21:39:45 +0000 (13:39 -0800)] 
Fixes #11795: Update the contributing guidelines to include some more CSS guidelines

11 years agoClarify number of columns in nested grid
Mark Otto [Sun, 15 Dec 2013 21:08:17 +0000 (13:08 -0800)] 
Clarify number of columns in nested grid

11 years agoFixes #11799: Mention support of number of add-ons in docs
Mark Otto [Sun, 15 Dec 2013 20:41:47 +0000 (12:41 -0800)] 
Fixes #11799: Mention support of number of add-ons in docs

11 years agoFixes #11770: Move component-animations.less to the utility section of import list...
Mark Otto [Sun, 15 Dec 2013 20:31:40 +0000 (12:31 -0800)] 
Fixes #11770: Move component-animations.less to the utility section of import list to match Customizer

11 years agoBrowser/device support docs update
Mark Otto [Sun, 15 Dec 2013 20:27:46 +0000 (12:27 -0800)] 
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

11 years agoFixes #11833: add warning to docs for popover multiple line positioning; update it...
Mark Otto [Sun, 15 Dec 2013 19:44:16 +0000 (11:44 -0800)] 
Fixes #11833: add warning to docs for popover multiple line positioning; update it's docs with example markup, too

11 years agoupdate tooltip docs
Mark Otto [Sun, 15 Dec 2013 19:41:46 +0000 (11:41 -0800)] 
update tooltip docs

11 years agoFixes #11805 with docs mention of navbar
Mark Otto [Sun, 15 Dec 2013 19:36:16 +0000 (11:36 -0800)] 
Fixes #11805 with docs mention of navbar

11 years agofinalize blog template
Mark Otto [Sun, 15 Dec 2013 19:33:06 +0000 (11:33 -0800)] 
finalize blog template

11 years agoRestyle the blockquote to not thin text or change line-height
Mark Otto [Sun, 15 Dec 2013 19:29:58 +0000 (11:29 -0800)] 
Restyle the blockquote to not thin text or change line-height

11 years agoMerge branch 'master' into cover_template
Mark Otto [Sun, 15 Dec 2013 19:16:57 +0000 (11:16 -0800)] 
Merge branch 'master' into cover_template

11 years agoChange variable
Mark Otto [Sun, 15 Dec 2013 19:09:03 +0000 (11:09 -0800)] 
Change variable

11 years agoMerge branch 'master' of github.com:twbs/bootstrap
Mark Otto [Sun, 15 Dec 2013 19:02:45 +0000 (11:02 -0800)] 
Merge branch 'master' of github.com:twbs/bootstrap

11 years agoFixes #11829: Adds .make-xs-column mixins
Mark Otto [Sun, 15 Dec 2013 19:02:32 +0000 (11:02 -0800)] 
Fixes #11829: Adds .make-xs-column mixins

11 years agoMerge pull request #11861 from freeman/master
Mark Otto [Sun, 15 Dec 2013 18:59:23 +0000 (10:59 -0800)] 
Merge pull request #11861 from freeman/master

Issue #11852 : create a new variable for the list group active item link...

11 years agoFixes #11871: commas last
Mark Otto [Sun, 15 Dec 2013 18:56:51 +0000 (10:56 -0800)] 
Fixes #11871: commas last

11 years agocomments and spacing
Mark Otto [Sun, 15 Dec 2013 18:53:53 +0000 (10:53 -0800)] 
comments and spacing

11 years agoMerge branch 'master' of github.com:twbs/bootstrap
Mark Otto [Sun, 15 Dec 2013 18:39:12 +0000 (10:39 -0800)] 
Merge branch 'master' of github.com:twbs/bootstrap

11 years agoFixes #11801: use correct variables for grid containers
Mark Otto [Sun, 15 Dec 2013 18:38:54 +0000 (10:38 -0800)] 
Fixes #11801: use correct variables for grid containers

11 years agoMerge pull request #11879 from ZDroid/wrong-variable
Mark Otto [Sun, 15 Dec 2013 18:28:32 +0000 (10:28 -0800)] 
Merge pull request #11879 from ZDroid/wrong-variable

Fix wrong variable name

11 years agoFix wrong variable name 11879/head
Zlatan Vasović [Sun, 15 Dec 2013 10:47:23 +0000 (11:47 +0100)] 
Fix wrong variable name

11 years agoFixes #11588: Scope font-size to only p elements in a .jumbotron and remove the super...
Mark Otto [Sun, 15 Dec 2013 05:50:47 +0000 (21:50 -0800)] 
Fixes #11588: Scope font-size to only p elements in a .jumbotron and remove the supersized line-height from the base class

11 years agoFixes #11555: Add `@tooltip-opacity` variable
Mark Otto [Sun, 15 Dec 2013 05:43:08 +0000 (21:43 -0800)] 
Fixes #11555: Add `@tooltip-opacity` variable

11 years agoFixes #11572: Add contextual background-color classes to match text classes; move...
Mark Otto [Sun, 15 Dec 2013 05:40:16 +0000 (21:40 -0800)] 
Fixes #11572: Add contextual background-color classes to match text classes; move both sets of classes to Helper Classes section of the CSS docs

11 years agochange class name
Mark Otto [Sun, 15 Dec 2013 05:25:57 +0000 (21:25 -0800)] 
change class name

11 years agoMerge branch 'master' of github.com:twbs/bootstrap
Mark Otto [Sun, 15 Dec 2013 04:04:52 +0000 (20:04 -0800)] 
Merge branch 'master' of github.com:twbs/bootstrap

11 years agoFixes #11561: Add float: left; to .form-control within input groups to prevent IE9...
Mark Otto [Sun, 15 Dec 2013 04:04:12 +0000 (20:04 -0800)] 
Fixes #11561: Add float: left; to .form-control within input groups to prevent IE9 from screwing up placeholder text and select menu arrows

11 years agoMerge pull request #11864 from twbs/parallelize-build
Chris Rebert [Sun, 15 Dec 2013 03:40:28 +0000 (19:40 -0800)] 
Merge pull request #11864 from twbs/parallelize-build

parallelize Travis using build matrix & test subsuites

11 years agocorrect bookmark prefix
Mark Otto [Sun, 15 Dec 2013 03:31:20 +0000 (19:31 -0800)] 
correct bookmark prefix

11 years agodocument #11326
Mark Otto [Sun, 15 Dec 2013 03:31:03 +0000 (19:31 -0800)] 
document #11326

11 years agoparallelize Travis using build matrix & test subsuites 11864/head
Chris Rebert [Sun, 15 Dec 2013 03:09:44 +0000 (19:09 -0800)] 
parallelize Travis using build matrix & test subsuites

11 years agoMerge pull request #11326 from ZDroid/animations
Mark Otto [Sun, 15 Dec 2013 02:58:41 +0000 (18:58 -0800)] 
Merge pull request #11326 from ZDroid/animations

Add `.animation-*()` mixins

11 years agoMerge pull request #10704 from XhmikosR/various
Mark Otto [Sun, 15 Dec 2013 02:55:25 +0000 (18:55 -0800)] 
Merge pull request #10704 from XhmikosR/various

rm unused vars

11 years agoMerge branch 'master' into pr/11435
Mark Otto [Sun, 15 Dec 2013 00:56:56 +0000 (16:56 -0800)] 
Merge branch 'master' into pr/11435

Conflicts:
dist/css/bootstrap.css
dist/css/bootstrap.min.css

11 years agoMerge branch 'master' into pr/11302
Mark Otto [Sun, 15 Dec 2013 00:46:40 +0000 (16:46 -0800)] 
Merge branch 'master' into pr/11302

Conflicts:
dist/css/bootstrap.css
dist/css/bootstrap.min.css

11 years agoDocument new modal sizes
Mark Otto [Sun, 15 Dec 2013 00:29:55 +0000 (16:29 -0800)] 
Document new modal sizes

11 years agoMerge branch 'master' into pr/11162
Mark Otto [Sun, 15 Dec 2013 00:29:47 +0000 (16:29 -0800)] 
Merge branch 'master' into pr/11162

Conflicts:
less/modals.less

11 years agoMerge branch 'master' into pr/11107
Mark Otto [Sun, 15 Dec 2013 00:20:19 +0000 (16:20 -0800)] 
Merge branch 'master' into pr/11107

Conflicts:
docs-assets/js/raw-files.js

11 years agoMerge pull request #11286 from BBosman/well-border
Mark Otto [Sun, 15 Dec 2013 00:17:41 +0000 (16:17 -0800)] 
Merge pull request #11286 from BBosman/well-border

Add well-border variable

11 years agoFixes #10921: Add support for input groups within button toolbars
Mark Otto [Sun, 15 Dec 2013 00:03:21 +0000 (16:03 -0800)] 
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/.

11 years agomention lack of support for split button dropdowns in vertical button groups
Mark Otto [Sat, 14 Dec 2013 23:56:01 +0000 (15:56 -0800)] 
mention lack of support for split button dropdowns in vertical button groups

11 years agoMerge branch 'master' into pr/10951
Mark Otto [Sat, 14 Dec 2013 23:38:21 +0000 (15:38 -0800)] 
Merge branch 'master' into pr/10951

Conflicts:
dist/css/bootstrap.min.css
less/modals.less

11 years agoFixes #10505: Document more of LESS vars and mixins
Mark Otto [Sat, 14 Dec 2013 22:18:43 +0000 (14:18 -0800)] 
Fixes #10505: Document more of LESS vars and mixins

11 years agoMerge branch 'master' of github.com:twbs/bootstrap
Mark Otto [Sat, 14 Dec 2013 21:23:25 +0000 (13:23 -0800)] 
Merge branch 'master' of github.com:twbs/bootstrap

11 years agoFixes #10370: Improved and deprecated dropdown menu alignment options
Mark Otto [Sat, 14 Dec 2013 21:22:56 +0000 (13:22 -0800)] 
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.

11 years agoMerge pull request #11878 from ZDroid/patch-1
Chris Rebert [Sat, 14 Dec 2013 21:13:24 +0000 (13:13 -0800)] 
Merge pull request #11878 from ZDroid/patch-1

Add `try` and `catch` to keywords

11 years agoAdd `try` and `catch` to keywords 11878/head
Zlatan Vasović [Sat, 14 Dec 2013 20:57:59 +0000 (21:57 +0100)] 
Add `try` and `catch` to keywords

11 years agoFixes #11867: Add `@panel-body-padding` variable
Mark Otto [Sat, 14 Dec 2013 19:44:54 +0000 (11:44 -0800)] 
Fixes #11867: Add `@panel-body-padding` variable

11 years agoMerge branch 'master' into pr/11868
Mark Otto [Sat, 14 Dec 2013 19:36:54 +0000 (11:36 -0800)] 
Merge branch 'master' into pr/11868

Conflicts:
dist/css/bootstrap.min.css

11 years agoFixes #10495: Float Glyphicon and set margins in .navbar-brand to ensure there is...
Mark Otto [Sat, 14 Dec 2013 07:06:04 +0000 (23:06 -0800)] 
Fixes #10495: Float Glyphicon and set margins in .navbar-brand to ensure there is no added height because wtf even is CSS

11 years agoMerge pull request #11869 from twbs/cache-node_modules
Chris Rebert [Sat, 14 Dec 2013 01:35:39 +0000 (17:35 -0800)] 
Merge pull request #11869 from twbs/cache-node_modules

use S3-based node_modules caching

11 years agotime all the things 11869/head
Chris Rebert [Sat, 14 Dec 2013 01:20:45 +0000 (17:20 -0800)] 
time all the things

11 years agouse S3-based node_modules caching
Chris Rebert [Fri, 13 Dec 2013 11:03:15 +0000 (03:03 -0800)] 
use S3-based node_modules caching

11 years agoMerge pull request #11874 from ZDroid/hotfix
Chris Rebert [Fri, 13 Dec 2013 22:31:15 +0000 (14:31 -0800)] 
Merge pull request #11874 from ZDroid/hotfix

';' isn't needed

11 years ago';' isn't needed 11874/head
Zlatan Vasović [Fri, 13 Dec 2013 22:15:02 +0000 (23:15 +0100)] 
';' isn't needed

11 years agoadd dist files. 11868/head
Tobias Lindig [Fri, 13 Dec 2013 11:27:56 +0000 (12:27 +0100)] 
add dist files.

11 years agouse @zindex-modal for .modal and @zindex-modal-background for .modal-backdrop.
Tobias Lindig [Fri, 13 Dec 2013 11:24:20 +0000 (12:24 +0100)] 
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.

11 years ago-ms-transform is for IE9 only, IE10+ don't require it
Mark Otto [Fri, 13 Dec 2013 07:01:11 +0000 (23:01 -0800)] 
-ms-transform is for IE9 only, IE10+ don't require it

11 years agoMerge pull request #11819 from janpanschab/ms-transform-origin
Mark Otto [Fri, 13 Dec 2013 06:59:08 +0000 (22:59 -0800)] 
Merge pull request #11819 from janpanschab/ms-transform-origin

Transform-origin mixin for IE

11 years agoMerge pull request #11863 from twbs/update-osx
Chris Rebert [Fri, 13 Dec 2013 06:16:31 +0000 (22:16 -0800)] 
Merge pull request #11863 from twbs/update-osx

Sauce tests: update to later browsers supported by OS X 10.9

11 years agoSauce tests: update to later browsers supported by OS X 10.9 11863/head
Chris Rebert [Fri, 13 Dec 2013 05:58:44 +0000 (21:58 -0800)] 
Sauce tests: update to later browsers supported by OS X 10.9

11 years agoIssue #11852 : create a new variable for the list group active item link text. 11861/head
mrasscha [Thu, 12 Dec 2013 19:47:16 +0000 (20:47 +0100)] 
Issue #11852 : create a new variable for the list group active item link text.

11 years agoMerge pull request #11859 from dzwillia/add_dropdown_caret_color
Chris Rebert [Thu, 12 Dec 2013 18:02:53 +0000 (10:02 -0800)] 
Merge pull request #11859 from dzwillia/add_dropdown_caret_color

Add @dropdown-caret-color variable back to variables.less

11 years agoAdded @dropdown-caret-color variable back to variables.less (deprecated) 11859/head
dzwillia [Thu, 12 Dec 2013 17:53:59 +0000 (12:53 -0500)] 
Added @dropdown-caret-color variable back to variables.less (deprecated)

11 years agoAdd new template, Cover
Mark Otto [Thu, 12 Dec 2013 00:45:41 +0000 (16:45 -0800)] 
Add new template, Cover

11 years agoMerge branch 'master' of github.com:twbs/bootstrap
Mark Otto [Wed, 11 Dec 2013 18:52:55 +0000 (10:52 -0800)] 
Merge branch 'master' of github.com:twbs/bootstrap

11 years agoFixes #11837: grid containers are fixed width now, no longer max-width
Mark Otto [Wed, 11 Dec 2013 18:52:47 +0000 (10:52 -0800)] 
Fixes #11837: grid containers are fixed width now, no longer max-width

11 years agoMerge pull request #11841 from ZDroid/breadcrumbs
Mark Otto [Wed, 11 Dec 2013 18:48:51 +0000 (10:48 -0800)] 
Merge pull request #11841 from ZDroid/breadcrumbs

Use variables for breadcrumb padding

11 years agoMerge pull request #11839 from XhmikosR/readme
Mark Otto [Wed, 11 Dec 2013 18:47:54 +0000 (10:47 -0800)] 
Merge pull request #11839 from XhmikosR/readme

Clarify Windows workarounds.

11 years agoUse variables for breadcrumb padding 11841/head
Zlatan Vasović [Wed, 11 Dec 2013 13:36:26 +0000 (14:36 +0100)] 
Use variables for breadcrumb padding

11 years agoImprove pager customization 11840/head
Zlatan Vasović [Wed, 11 Dec 2013 13:25:21 +0000 (14:25 +0100)] 
Improve pager customization

11 years agoMerge pull request #11838 from XhmikosR/customizer
Chris Rebert [Wed, 11 Dec 2013 11:53:44 +0000 (03:53 -0800)] 
Merge pull request #11838 from XhmikosR/customizer

customizer.js: Remove a workaround for older less.js.