]> git.ipfire.org Git - thirdparty/bootstrap.git/log
thirdparty/bootstrap.git
13 years agoRebuild bootstrap.css 1304/head
Pete Hopkins [Fri, 27 Jan 2012 17:16:36 +0000 (12:16 -0500)] 
Rebuild bootstrap.css

13 years agoCompensates for IE7 first-child-input-inheriting-hasLayout-parents-margins bug for...
Pete Hopkins [Thu, 26 Jan 2012 23:03:53 +0000 (18:03 -0500)] 
Compensates for IE7 first-child-input-inheriting-hasLayout-parents-margins bug for appended text form element

13 years agoFixes up internal and external spacing for IE7 buttons
Pete Hopkins [Thu, 26 Jan 2012 22:32:44 +0000 (17:32 -0500)] 
Fixes up internal and external spacing for IE7 buttons

13 years agoCollapses borders for IE7, which doesn't respect border-spacing
Pete Hopkins [Thu, 26 Jan 2012 22:32:11 +0000 (17:32 -0500)] 
Collapses borders for IE7, which doesn't respect border-spacing

13 years agoadding outline callout as a fallback for IE--needs testing though, thought I already...
Mark Otto [Fri, 27 Jan 2012 16:21:39 +0000 (08:21 -0800)] 
adding outline callout as a fallback for IE--needs testing though, thought I already added this

13 years agoMerge pull request #1272 from napoleond/2.0-wip
Jacob Thornton [Fri, 27 Jan 2012 07:04:42 +0000 (23:04 -0800)] 
Merge pull request #1272 from napoleond/2.0-wip

Support tab and enter in typeahead

13 years agochange endpoint to point to actual server...
Jacob Thornton [Fri, 27 Jan 2012 06:52:44 +0000 (22:52 -0800)] 
change endpoint to point to actual server...

13 years agorebuild + copy images to docs when making
Jacob Thornton [Fri, 27 Jan 2012 06:39:17 +0000 (22:39 -0800)] 
rebuild + copy images to docs when making

13 years agosimplify readme
Jacob Thornton [Fri, 27 Jan 2012 06:11:32 +0000 (22:11 -0800)] 
simplify readme

13 years agomove doc building into base make method + build bootstrap to doc assets
Jacob Thornton [Fri, 27 Jan 2012 06:05:45 +0000 (22:05 -0800)] 
move doc building into base make method + build bootstrap to doc assets

13 years agomoving structure around + more work on builder...
Jacob Thornton [Fri, 27 Jan 2012 05:48:46 +0000 (21:48 -0800)] 
moving structure around + more work on builder...

13 years agoMerge branch '2.0-wip' of https://github.com/twitter/bootstrap into 2.0-wip
Jacob Thornton [Fri, 27 Jan 2012 04:23:28 +0000 (20:23 -0800)] 
Merge branch '2.0-wip' of https://github.com/twitter/bootstrap into 2.0-wip

13 years agogetting closer....
Jacob Thornton [Fri, 27 Jan 2012 04:23:15 +0000 (20:23 -0800)] 
getting closer....

13 years agoMerge branch '2.0-wip' of github.com:twitter/bootstrap into 2.0-wip
Mark Otto [Fri, 27 Jan 2012 03:10:32 +0000 (19:10 -0800)] 
Merge branch '2.0-wip' of github.com:twitter/bootstrap into 2.0-wip

13 years agoscope icons to .icon
Mark Otto [Fri, 27 Jan 2012 03:10:09 +0000 (19:10 -0800)] 
scope icons to .icon

13 years agoflip order of content on home page
Mark Otto [Fri, 27 Jan 2012 03:09:59 +0000 (19:09 -0800)] 
flip order of content on home page

13 years agoMerge pull request #1280 from mistermarco/2.0-wip
Mark Otto [Fri, 27 Jan 2012 03:04:22 +0000 (19:04 -0800)] 
Merge pull request #1280 from mistermarco/2.0-wip

Fix typo in docs/scaffolding.html and mustache template in 2.0 wip

13 years agofix typo in docs/scaffolding.html 1280/head
Marco Wise [Fri, 27 Jan 2012 02:10:36 +0000 (18:10 -0800)] 
fix typo in docs/scaffolding.html

13 years agoMerge pull request #1269 from phopkins/ie_typeahead
Mark Otto [Fri, 27 Jan 2012 01:04:35 +0000 (17:04 -0800)] 
Merge pull request #1269 from phopkins/ie_typeahead

[2.0-wip] Fix typehead plugin for IE7/8

13 years agofix height of download button
Mark Otto [Fri, 27 Jan 2012 00:45:01 +0000 (16:45 -0800)] 
fix height of download button

13 years agomore builder crap
Jacob Thornton [Fri, 27 Jan 2012 00:41:28 +0000 (16:41 -0800)] 
more builder crap

13 years agoMerge branch '2.0-wip' of github.com:twitter/bootstrap into 2.0-wip
Mark Otto [Fri, 27 Jan 2012 00:31:10 +0000 (16:31 -0800)] 
Merge branch '2.0-wip' of github.com:twitter/bootstrap into 2.0-wip

Conflicts:
bootstrap.css

13 years agoMerge pull request #1274 from linrock/patch-2
Mark Otto [Fri, 27 Jan 2012 00:27:50 +0000 (16:27 -0800)] 
Merge pull request #1274 from linrock/patch-2

[2.0 wip] Bring back the hero unit css. Fixes #1185.

13 years agoadding white sprites
Mark Otto [Fri, 27 Jan 2012 00:27:37 +0000 (16:27 -0800)] 
adding white sprites

13 years agoMerge branch '2.0-wip' of https://github.com/twitter/bootstrap into 2.0-wip
Jacob Thornton [Fri, 27 Jan 2012 00:12:51 +0000 (16:12 -0800)] 
Merge branch '2.0-wip' of https://github.com/twitter/bootstrap into 2.0-wip

13 years agosome js for javascript for builder (stil incomplete)
Jacob Thornton [Fri, 27 Jan 2012 00:12:34 +0000 (16:12 -0800)] 
some js for javascript for builder (stil incomplete)

13 years agofix links to apple touch icons
Mark Otto [Thu, 26 Jan 2012 23:54:04 +0000 (15:54 -0800)] 
fix links to apple touch icons

13 years agoMove hero-unit css out of pattern.less and include it. Fixes #1185. 1274/head
Linmiao Xu [Thu, 26 Jan 2012 23:51:11 +0000 (15:51 -0800)] 
Move hero-unit css out of pattern.less and include it. Fixes #1185.

13 years agofix legend margin collapse
Mark Otto [Thu, 26 Jan 2012 23:39:37 +0000 (15:39 -0800)] 
fix legend margin collapse

13 years agoMerge branch 'form_alignment' of https://github.com/phopkins/bootstrap into phopkins...
Mark Otto [Thu, 26 Jan 2012 23:25:19 +0000 (15:25 -0800)] 
Merge branch 'form_alignment' of https://github.com/phopkins/bootstrap into phopkins-form_alignment

Conflicts:
bootstrap.css
bootstrap.min.css

13 years agoEnable default browser key behaviour when typeahead isn't showing. 1272/head
David N [Thu, 26 Jan 2012 23:23:09 +0000 (17:23 -0600)] 
Enable default browser key behaviour when typeahead isn't showing.

13 years agomove down background iamge
Mark Otto [Thu, 26 Jan 2012 23:22:52 +0000 (15:22 -0800)] 
move down background iamge

13 years agomake css after merge
Mark Otto [Thu, 26 Jan 2012 23:04:36 +0000 (15:04 -0800)] 
make css after merge

13 years agoMerge branch '2.0-wip' of github.com:twitter/bootstrap into 2.0-wip
Mark Otto [Thu, 26 Jan 2012 23:04:13 +0000 (15:04 -0800)] 
Merge branch '2.0-wip' of github.com:twitter/bootstrap into 2.0-wip

13 years agoMerge pull request #1271 from linrock/patch-1
Mark Otto [Thu, 26 Jan 2012 23:03:53 +0000 (15:03 -0800)] 
Merge pull request #1271 from linrock/patch-1

Fix icon margins in large buttons.

13 years agoconsistent new lines at ends of files
Mark Otto [Thu, 26 Jan 2012 23:00:59 +0000 (15:00 -0800)] 
consistent new lines at ends of files

13 years agosmall text change on downloads page
Mark Otto [Thu, 26 Jan 2012 22:54:24 +0000 (14:54 -0800)] 
small text change on downloads page

13 years agoseparate code from type css files
Mark Otto [Thu, 26 Jan 2012 22:53:35 +0000 (14:53 -0800)] 
separate code from type css files

13 years agobreak scaffolding down into smaller less files
Mark Otto [Thu, 26 Jan 2012 22:50:55 +0000 (14:50 -0800)] 
break scaffolding down into smaller less files

13 years agomake accordion links block level
Mark Otto [Thu, 26 Jan 2012 22:40:19 +0000 (14:40 -0800)] 
make accordion links block level

13 years agoadd values to inputs for grid variables on download page
Mark Otto [Thu, 26 Jan 2012 22:40:09 +0000 (14:40 -0800)] 
add values to inputs for grid variables on download page

13 years agoFix icon margin in large buttons. 1271/head
Linmiao Xu [Thu, 26 Jan 2012 22:36:30 +0000 (14:36 -0800)] 
Fix icon margin in large buttons.

13 years agoSwitches from Array#filter to jQuery.grep for IE<=8 support 1268/head 1269/head
Pete Hopkins [Thu, 26 Jan 2012 22:07:06 +0000 (17:07 -0500)] 
Switches from Array#filter to jQuery.grep for IE<=8 support

13 years agoallow icons in small buttons
Mark Otto [Thu, 26 Jan 2012 21:51:12 +0000 (13:51 -0800)] 
allow icons in small buttons

13 years agorebuild *.css 1258/head
Pete Hopkins [Thu, 26 Jan 2012 21:15:09 +0000 (16:15 -0500)] 
rebuild *.css

13 years agoMakes inputs and buttons align middle so they line up in all browsers
Pete Hopkins [Thu, 26 Jan 2012 21:02:27 +0000 (16:02 -0500)] 
Makes inputs and buttons align middle so they line up in all browsers

13 years agoClears border-radius on checkboxes because they look bad on IE
Pete Hopkins [Thu, 26 Jan 2012 19:11:05 +0000 (14:11 -0500)] 
Clears border-radius on checkboxes because they look bad on IE

13 years agoFixes off-by-1px between checkbox and form label (all browsers)
Pete Hopkins [Thu, 26 Jan 2012 18:56:18 +0000 (13:56 -0500)] 
Fixes off-by-1px between checkbox and form label (all browsers)

13 years agomore docs homepage adjustments
Mark Otto [Thu, 26 Jan 2012 19:47:40 +0000 (11:47 -0800)] 
more docs homepage adjustments

13 years agoupdated homepage docs to distill strapline
Mark Otto [Thu, 26 Jan 2012 19:40:29 +0000 (11:40 -0800)] 
updated homepage docs to distill strapline

13 years agoMerge branch 'phopkins-ie_buttons' into 2.0-wip
Mark Otto [Thu, 26 Jan 2012 19:10:16 +0000 (11:10 -0800)] 
Merge branch 'phopkins-ie_buttons' into 2.0-wip

13 years agomove around some comments in buttons.less, update labels to use correct variables...
Mark Otto [Thu, 26 Jan 2012 19:10:07 +0000 (11:10 -0800)] 
move around some comments in buttons.less, update labels to use correct variables, add snippet to docs about IE9

13 years agoMerge branch 'ie_buttons' of https://github.com/phopkins/bootstrap into phopkins...
Mark Otto [Thu, 26 Jan 2012 18:55:26 +0000 (10:55 -0800)] 
Merge branch 'ie_buttons' of https://github.com/phopkins/bootstrap into phopkins-ie_buttons

13 years agoRebuild *.css 1251/head
Pete Hopkins [Thu, 26 Jan 2012 18:51:29 +0000 (13:51 -0500)] 
Rebuild *.css

13 years agoFixes background color for disabled buttons to match pre-IE fix (which prevents hover...
Pete Hopkins [Thu, 26 Jan 2012 18:51:03 +0000 (13:51 -0500)] 
Fixes background color for disabled buttons to match pre-IE fix (which prevents hover effects)

13 years agochange label fo first subnav link on js docs
Mark Otto [Thu, 26 Jan 2012 18:43:08 +0000 (10:43 -0800)] 
change label fo first subnav link on js docs

13 years agofix tabs example on js docs page
Mark Otto [Thu, 26 Jan 2012 18:39:07 +0000 (10:39 -0800)] 
fix tabs example on js docs page

13 years agoMore *.css building
Pete Hopkins [Thu, 26 Jan 2012 18:26:28 +0000 (13:26 -0500)] 
More *.css building

13 years agoMakes default button the tiniest bit of gray for IE<=9
Pete Hopkins [Thu, 26 Jan 2012 18:26:14 +0000 (13:26 -0500)] 
Makes default button the tiniest bit of gray for IE<=9

13 years agoMerge branch 'ie_buttons' of https://github.com/phopkins/bootstrap into phopkins...
Mark Otto [Thu, 26 Jan 2012 18:12:50 +0000 (10:12 -0800)] 
Merge branch 'ie_buttons' of https://github.com/phopkins/bootstrap into phopkins-ie_buttons

13 years agospace out masthead a git more
Mark Otto [Thu, 26 Jan 2012 18:12:25 +0000 (10:12 -0800)] 
space out masthead a git more

13 years agoRebuild of *.css
Pete Hopkins [Thu, 26 Jan 2012 18:04:30 +0000 (13:04 -0500)] 
Rebuild of *.css

13 years agoRemoves filters as a way to provide gradients for IE<=9
Pete Hopkins [Thu, 26 Jan 2012 18:01:03 +0000 (13:01 -0500)] 
Removes filters as a way to provide gradients for IE<=9
 - Lets us use rounded corners in IE9
 - Makes hover / active states work correctly in IE<=9

Only change for non-IE is that moving from hover -> not hovering
no longer animates (was a subtle blend) due to mismatch between the
bottom of the gradient and the background color.

Refactor: moves the primary button background to match the others.

13 years agooverhaul frontpage jumbotron, add js for twitter buttons back in, fix up some form...
Mark Otto [Thu, 26 Jan 2012 18:00:09 +0000 (10:00 -0800)] 
overhaul frontpage jumbotron, add js for twitter buttons back in, fix up some form ids and classes, straighten out the use of primary button variable

13 years agofix small icons on homepage
Mark Otto [Thu, 26 Jan 2012 08:36:40 +0000 (00:36 -0800)] 
fix small icons on homepage

13 years agofix forms examples and allow for inputs in labels
Mark Otto [Thu, 26 Jan 2012 05:28:24 +0000 (21:28 -0800)] 
fix forms examples and allow for inputs in labels

13 years agoremove some old -moz- prefixes from mixins while we're at it, dropping FF3.6 support
Mark Otto [Thu, 26 Jan 2012 04:32:19 +0000 (20:32 -0800)] 
remove some old -moz- prefixes from mixins while we're at it, dropping FF3.6 support

13 years agoMerge branch '2.0-wip' of https://github.com/kristerkari/bootstrap into kristerkari...
Mark Otto [Thu, 26 Jan 2012 04:13:52 +0000 (20:13 -0800)] 
Merge branch '2.0-wip' of https://github.com/kristerkari/bootstrap into kristerkari-2.0-wip

13 years agoconsistency in download page heading
Mark Otto [Thu, 26 Jan 2012 04:11:13 +0000 (20:11 -0800)] 
consistency in download page heading

13 years agoremove all tablesorter assets and css
Mark Otto [Thu, 26 Jan 2012 04:07:27 +0000 (20:07 -0800)] 
remove all tablesorter assets and css

13 years agofix button group shadows, update js docs to fix alert js file link
Mark Otto [Thu, 26 Jan 2012 04:02:32 +0000 (20:02 -0800)] 
fix button group shadows, update js docs to fix alert js file link

13 years agoupdate mixins to use slightly diff variables within some parametric mixins
Mark Otto [Wed, 25 Jan 2012 23:04:41 +0000 (15:04 -0800)] 
update mixins to use slightly diff variables within some parametric mixins

13 years agofinish the rest of the less page mixins docs
Mark Otto [Wed, 25 Jan 2012 23:03:44 +0000 (15:03 -0800)] 
finish the rest of the less page mixins docs

13 years agoDrop khtml gradient, shorten old webkit gradient 1225/head
Krister Kari [Wed, 25 Jan 2012 23:03:36 +0000 (01:03 +0200)] 
Drop khtml gradient, shorten old webkit gradient

13 years agostart filling out mixins tables
Mark Otto [Wed, 25 Jan 2012 22:08:51 +0000 (14:08 -0800)] 
start filling out mixins tables

13 years agodocs fixes
Mark Otto [Wed, 25 Jan 2012 21:56:44 +0000 (13:56 -0800)] 
docs fixes

13 years agofinish off the static stuff for build and download page
Mark Otto [Wed, 25 Jan 2012 21:33:55 +0000 (13:33 -0800)] 
finish off the static stuff for build and download page

13 years agoswap fieldsets for divs
Mark Otto [Wed, 25 Jan 2012 20:43:38 +0000 (12:43 -0800)] 
swap fieldsets for divs

13 years agoMerge branch '2.0-wip' of github.com:twitter/bootstrap into 2.0-wip
Mark Otto [Wed, 25 Jan 2012 20:43:31 +0000 (12:43 -0800)] 
Merge branch '2.0-wip' of github.com:twitter/bootstrap into 2.0-wip

Conflicts:
bootstrap.css

13 years agofix select alignment and height
Mark Otto [Wed, 25 Jan 2012 20:04:19 +0000 (12:04 -0800)] 
fix select alignment and height

13 years agoheight auto on mutli select
Mark Otto [Wed, 25 Jan 2012 19:51:13 +0000 (11:51 -0800)] 
height auto on mutli select

13 years agorebuil
Jacob Thornton [Wed, 25 Jan 2012 19:49:34 +0000 (11:49 -0800)] 
rebuil

13 years agoMerge branch '2.0-wip' of https://github.com/twitter/bootstrap into 2.0-wip
Jacob Thornton [Wed, 25 Jan 2012 19:49:20 +0000 (11:49 -0800)] 
Merge branch '2.0-wip' of https://github.com/twitter/bootstrap into 2.0-wip

13 years agoprevent default
Jacob Thornton [Wed, 25 Jan 2012 19:49:00 +0000 (11:49 -0800)] 
prevent default

13 years agofix bottom visual bug on carousel images
Mark Otto [Wed, 25 Jan 2012 19:47:36 +0000 (11:47 -0800)] 
fix bottom visual bug on carousel images

13 years agoenable support for form states on select elements
Mark Otto [Wed, 25 Jan 2012 19:35:08 +0000 (11:35 -0800)] 
enable support for form states on select elements

13 years agodarken active state on subnav with scrollspy added
Mark Otto [Wed, 25 Jan 2012 19:30:30 +0000 (11:30 -0800)] 
darken active state on subnav with scrollspy added

13 years agoMerge branch '2.0-wip' of github.com:twitter/bootstrap into 2.0-wip
Mark Otto [Wed, 25 Jan 2012 19:27:29 +0000 (11:27 -0800)] 
Merge branch '2.0-wip' of github.com:twitter/bootstrap into 2.0-wip

Conflicts:
bootstrap.css

13 years agochange form fields back to inline-block to allow for inline-help text in default...
Mark Otto [Wed, 25 Jan 2012 19:26:45 +0000 (11:26 -0800)] 
change form fields back to inline-block to allow for inline-help text in default form markup

13 years agorebuild + add spy to template
Jacob Thornton [Wed, 25 Jan 2012 19:25:35 +0000 (11:25 -0800)] 
rebuild + add spy to template

13 years agoupdated comments in forms.less and added uneditable-textarea class to extend uneditab...
Mark Otto [Wed, 25 Jan 2012 19:21:44 +0000 (11:21 -0800)] 
updated comments in forms.less and added uneditable-textarea class to extend uneditable-input

13 years agoremake after merging large button group fix
Mark Otto [Wed, 25 Jan 2012 19:15:48 +0000 (11:15 -0800)] 
remake after merging large button group fix

13 years agoMerge pull request #1135 from kevva/patch
Mark Otto [Wed, 25 Jan 2012 19:15:17 +0000 (11:15 -0800)] 
Merge pull request #1135 from kevva/patch

2.0-wip: Remove specific top value from large btn-dropdown.

13 years agomissing icon class in code example
Mark Otto [Wed, 25 Jan 2012 19:11:22 +0000 (11:11 -0800)] 
missing icon class in code example

13 years agoremake after updating variables from @lookfirst
Mark Otto [Wed, 25 Jan 2012 19:05:23 +0000 (11:05 -0800)] 
remake after updating variables from @lookfirst

13 years agoMerge pull request #1212 from lookfirst/white
Mark Otto [Wed, 25 Jan 2012 19:04:35 +0000 (11:04 -0800)] 
Merge pull request #1212 from lookfirst/white

2.0-wip: s/#fff/@white/

13 years agomissed a white 1212/head
Jon Stevens [Wed, 25 Jan 2012 19:02:28 +0000 (11:02 -0800)] 
missed a white

13 years agos/#fff/@white/
Jon Stevens [Wed, 25 Jan 2012 18:59:45 +0000 (10:59 -0800)] 
s/#fff/@white/

13 years agofix mention of old vertical forms class'
Mark Otto [Wed, 25 Jan 2012 18:51:26 +0000 (10:51 -0800)] 
fix mention of old vertical forms class'

13 years agoupdate remaining icons in docs
Mark Otto [Wed, 25 Jan 2012 18:50:08 +0000 (10:50 -0800)] 
update remaining icons in docs