]>
git.ipfire.org Git - thirdparty/bootstrap.git/log
Chris Rebert [Mon, 16 Dec 2013 04:38:06 +0000 (20:38 -0800)]
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
Chris Rebert [Mon, 16 Dec 2013 03:42:47 +0000 (19:42 -0800)]
explicitly set more HTML5 validator options
Chris Rebert [Mon, 16 Dec 2013 03:15:26 +0000 (19:15 -0800)]
use unique IDs for input feedback 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
Chris Rebert [Mon, 16 Dec 2013 03:00:37 +0000 (19:00 -0800)]
simplify JS snippet slightly
Chris Rebert [Mon, 16 Dec 2013 02:45:56 +0000 (18:45 -0800)]
fix typo in docs
Chris Rebert [Mon, 16 Dec 2013 02:18:55 +0000 (18:18 -0800)]
fix var name in example to follow JS conventions
Chris Rebert [Mon, 16 Dec 2013 02:13:50 +0000 (18:13 -0800)]
copyediting
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
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.
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
Mark Otto [Sun, 15 Dec 2013 23:24:52 +0000 (15:24 -0800)]
formatting and comment
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
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
Mark Otto [Sun, 15 Dec 2013 22:32:14 +0000 (14:32 -0800)]
grunt
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
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
Mark Otto [Sun, 15 Dec 2013 22:14:32 +0000 (14:14 -0800)]
Merge branch 'master' of github.com:twbs/bootstrap
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
Mark Otto [Sun, 15 Dec 2013 22:13:25 +0000 (14:13 -0800)]
run grunt on modal scrolling change
Mark Otto [Sun, 15 Dec 2013 22:10:48 +0000 (14:10 -0800)]
Merge branch 'master' into pr/11676
Conflicts:
less/modals.less
Mark Otto [Sun, 15 Dec 2013 22:09:50 +0000 (14:09 -0800)]
Merge branch 'master' into pr/11776
Conflicts:
package.json
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
Mark Otto [Sun, 15 Dec 2013 21:53:41 +0000 (13:53 -0800)]
Merge branch 'master' of github.com:twbs/bootstrap
Mark Otto [Sun, 15 Dec 2013 21:52:56 +0000 (13:52 -0800)]
typo
Mark Otto [Sun, 15 Dec 2013 21:46:11 +0000 (13:46 -0800)]
Merge pull request #11840 from ZDroid/pagination-boom
Improve pager customization
Mark Otto [Sun, 15 Dec 2013 21:44:26 +0000 (13:44 -0800)]
Fixes #11783: Document requirement of .container(-fluid) in navbars
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
Mark Otto [Sun, 15 Dec 2013 21:08:17 +0000 (13:08 -0800)]
Clarify number of columns in nested grid
Mark Otto [Sun, 15 Dec 2013 20:41:47 +0000 (12:41 -0800)]
Fixes #11799: Mention support of number of add-ons in docs
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
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
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
Mark Otto [Sun, 15 Dec 2013 19:41:46 +0000 (11:41 -0800)]
update tooltip docs
Mark Otto [Sun, 15 Dec 2013 19:36:16 +0000 (11:36 -0800)]
Fixes #11805 with docs mention of navbar
Mark Otto [Sun, 15 Dec 2013 19:33:06 +0000 (11:33 -0800)]
finalize blog template
Mark Otto [Sun, 15 Dec 2013 19:29:58 +0000 (11:29 -0800)]
Restyle the blockquote to not thin text or change line-height
Mark Otto [Sun, 15 Dec 2013 19:16:57 +0000 (11:16 -0800)]
Merge branch 'master' into cover_template
Mark Otto [Sun, 15 Dec 2013 19:09:03 +0000 (11:09 -0800)]
Change variable
Mark Otto [Sun, 15 Dec 2013 19:02:45 +0000 (11:02 -0800)]
Merge branch 'master' of github.com:twbs/bootstrap
Mark Otto [Sun, 15 Dec 2013 19:02:32 +0000 (11:02 -0800)]
Fixes #11829: Adds .make-xs-column mixins
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...
Mark Otto [Sun, 15 Dec 2013 18:56:51 +0000 (10:56 -0800)]
Fixes #11871: commas last
Mark Otto [Sun, 15 Dec 2013 18:53:53 +0000 (10:53 -0800)]
comments and spacing
Mark Otto [Sun, 15 Dec 2013 18:39:12 +0000 (10:39 -0800)]
Merge branch 'master' of github.com:twbs/bootstrap
Mark Otto [Sun, 15 Dec 2013 18:38:54 +0000 (10:38 -0800)]
Fixes #11801: use correct variables for grid containers
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
Zlatan Vasović [Sun, 15 Dec 2013 10:47:23 +0000 (11:47 +0100)]
Fix wrong variable name
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
Mark Otto [Sun, 15 Dec 2013 05:43:08 +0000 (21:43 -0800)]
Fixes #11555: Add `@tooltip-opacity` variable
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
Mark Otto [Sun, 15 Dec 2013 05:25:57 +0000 (21:25 -0800)]
change class name
Mark Otto [Sun, 15 Dec 2013 04:04:52 +0000 (20:04 -0800)]
Merge branch 'master' of github.com:twbs/bootstrap
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
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
Mark Otto [Sun, 15 Dec 2013 03:31:20 +0000 (19:31 -0800)]
correct bookmark prefix
Mark Otto [Sun, 15 Dec 2013 03:31:03 +0000 (19:31 -0800)]
document #11326
Chris Rebert [Sun, 15 Dec 2013 03:09:44 +0000 (19:09 -0800)]
parallelize Travis using build matrix & test subsuites
Mark Otto [Sun, 15 Dec 2013 02:58:41 +0000 (18:58 -0800)]
Merge pull request #11326 from ZDroid/animations
Add `.animation-*()` mixins
Mark Otto [Sun, 15 Dec 2013 02:55:25 +0000 (18:55 -0800)]
Merge pull request #10704 from XhmikosR/various
rm unused vars
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
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
Mark Otto [Sun, 15 Dec 2013 00:29:55 +0000 (16:29 -0800)]
Document new modal sizes
Mark Otto [Sun, 15 Dec 2013 00:29:47 +0000 (16:29 -0800)]
Merge branch 'master' into pr/11162
Conflicts:
less/modals.less
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
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
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/.
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
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
Mark Otto [Sat, 14 Dec 2013 22:18:43 +0000 (14:18 -0800)]
Fixes #10505: Document more of LESS vars and mixins
Mark Otto [Sat, 14 Dec 2013 21:23:25 +0000 (13:23 -0800)]
Merge branch 'master' of github.com:twbs/bootstrap
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.
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
Zlatan Vasović [Sat, 14 Dec 2013 20:57:59 +0000 (21:57 +0100)]
Add `try` and `catch` to keywords
Mark Otto [Sat, 14 Dec 2013 19:44:54 +0000 (11:44 -0800)]
Fixes #11867: Add `@panel-body-padding` variable
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
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
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
Chris Rebert [Sat, 14 Dec 2013 01:20:45 +0000 (17:20 -0800)]
time all the things
Chris Rebert [Fri, 13 Dec 2013 11:03:15 +0000 (03:03 -0800)]
use S3-based node_modules caching
Chris Rebert [Fri, 13 Dec 2013 22:31:15 +0000 (14:31 -0800)]
Merge pull request #11874 from ZDroid/hotfix
';' isn't needed
Zlatan Vasović [Fri, 13 Dec 2013 22:15:02 +0000 (23:15 +0100)]
';' isn't needed
Tobias Lindig [Fri, 13 Dec 2013 11:27:56 +0000 (12:27 +0100)]
add dist files.
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.
Mark Otto [Fri, 13 Dec 2013 07:01:11 +0000 (23:01 -0800)]
-ms-transform is for IE9 only, IE10+ don't require it
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
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
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
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.
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
dzwillia [Thu, 12 Dec 2013 17:53:59 +0000 (12:53 -0500)]
Added @dropdown-caret-color variable back to variables.less (deprecated)
Mark Otto [Thu, 12 Dec 2013 00:45:41 +0000 (16:45 -0800)]
Add new template, Cover
Mark Otto [Wed, 11 Dec 2013 18:52:55 +0000 (10:52 -0800)]
Merge branch 'master' of github.com:twbs/bootstrap
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
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
Mark Otto [Wed, 11 Dec 2013 18:47:54 +0000 (10:47 -0800)]
Merge pull request #11839 from XhmikosR/readme
Clarify Windows workarounds.
Zlatan Vasović [Wed, 11 Dec 2013 13:36:26 +0000 (14:36 +0100)]
Use variables for breadcrumb padding
Zlatan Vasović [Wed, 11 Dec 2013 13:25:21 +0000 (14:25 +0100)]
Improve pager customization
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.