]> git.ipfire.org Git - thirdparty/bootstrap.git/log
thirdparty/bootstrap.git
13 years agoadd comment for filter opacity browser requirements
Mark Otto [Mon, 1 Oct 2012 05:54:44 +0000 (22:54 -0700)] 
add comment for filter opacity browser requirements

13 years agoremove translucent bg mixin
Mark Otto [Mon, 1 Oct 2012 05:52:32 +0000 (22:52 -0700)] 
remove translucent bg mixin

13 years agoremove firefox <3.6 css hacks for buttons
Mark Otto [Mon, 1 Oct 2012 05:49:14 +0000 (22:49 -0700)] 
remove firefox <3.6 css hacks for buttons

13 years agoMerge branch '2.1.2-wip' into exploratory
Mark Otto [Mon, 1 Oct 2012 05:45:39 +0000 (22:45 -0700)] 
Merge branch '2.1.2-wip' into exploratory

Conflicts:
docs/getting-started.html
docs/templates/pages/getting-started.mustache

13 years agorun make after merge
Mark Otto [Mon, 1 Oct 2012 05:41:26 +0000 (22:41 -0700)] 
run make after merge

13 years agoMerge branch 'amid2887-master' into 2.1.2-wip
Mark Otto [Mon, 1 Oct 2012 05:41:11 +0000 (22:41 -0700)] 
Merge branch 'amid2887-master' into 2.1.2-wip

13 years agoAdd missing icon class definition for buttons.less 5367/head
amid2887 [Mon, 1 Oct 2012 05:27:37 +0000 (12:27 +0700)] 
Add missing icon class definition for buttons.less

add missing icon class definition for buttons:
'[class*=" icon-"]'

13 years agoadd sticky footer example per martin bean's suggestion, using the implementation...
Mark Otto [Mon, 1 Oct 2012 05:09:51 +0000 (22:09 -0700)] 
add sticky footer example per martin bean's suggestion, using the implementation by ryan fait

13 years agoadd link to examples on index page; add back narrow marketing page and signin page...
Mark Otto [Mon, 1 Oct 2012 04:28:20 +0000 (21:28 -0700)] 
add link to examples on index page; add back narrow marketing page and signin page examples

13 years agofixes #5360: typo in tables docs
Mark Otto [Mon, 1 Oct 2012 04:26:43 +0000 (21:26 -0700)] 
fixes #5360: typo in tables docs

13 years agoclean up emphasis docs text
Mark Otto [Fri, 28 Sep 2012 22:01:12 +0000 (15:01 -0700)] 
clean up emphasis docs text

13 years agofixes #5334: html snippet comments
Mark Otto [Fri, 28 Sep 2012 17:39:15 +0000 (10:39 -0700)] 
fixes #5334: html snippet comments

13 years agoMerge branch '2.1.2-wip' into box-sizing-exercise
Mark Otto [Wed, 26 Sep 2012 23:02:33 +0000 (16:02 -0700)] 
Merge branch '2.1.2-wip' into box-sizing-exercise

13 years agoMerge branch '2.1.2-wip' of github.com:twitter/bootstrap into 2.1.2-wip
Mark Otto [Wed, 26 Sep 2012 23:01:59 +0000 (16:01 -0700)] 
Merge branch '2.1.2-wip' of github.com:twitter/bootstrap into 2.1.2-wip

13 years agodat new kippt hotness
Mark Otto [Wed, 26 Sep 2012 23:01:45 +0000 (16:01 -0700)] 
dat new kippt hotness

13 years agochange up carousel
Mark Otto [Wed, 26 Sep 2012 18:20:27 +0000 (11:20 -0700)] 
change up carousel

13 years agomove mixins that generate css to utilities.less with different class names, but the...
Mark Otto [Wed, 26 Sep 2012 15:59:57 +0000 (08:59 -0700)] 
move mixins that generate css to utilities.less with different class names, but the same mixins

13 years agofix getting started examples
Mark Otto [Wed, 26 Sep 2012 06:01:18 +0000 (23:01 -0700)] 
fix getting started examples

13 years agofix homepage example sites
Mark Otto [Wed, 26 Sep 2012 05:59:49 +0000 (22:59 -0700)] 
fix homepage example sites

13 years agocleanup breadcrumbs less code (nesting)
Mark Otto [Wed, 26 Sep 2012 05:57:49 +0000 (22:57 -0700)] 
cleanup breadcrumbs less code (nesting)

13 years agoremove .dividers from breadcrumbs, instead use :after and content
Mark Otto [Wed, 26 Sep 2012 05:57:20 +0000 (22:57 -0700)] 
remove .dividers from breadcrumbs, instead use :after and content

13 years agorestore gradient to navbars
Mark Otto [Wed, 26 Sep 2012 05:53:41 +0000 (22:53 -0700)] 
restore gradient to navbars

13 years agoincrease padding on navbar links, remove font-size override on .navbar from docs css
Mark Otto [Wed, 26 Sep 2012 05:51:05 +0000 (22:51 -0700)] 
increase padding on navbar links, remove font-size override on .navbar from docs css

13 years agoinitial pass at removing navbar-inner from .navbar component
Mark Otto [Wed, 26 Sep 2012 05:48:02 +0000 (22:48 -0700)] 
initial pass at removing navbar-inner from .navbar component

13 years agothumbnails cleanup: no more UL or LI elements needed, instead just use standard grid...
Mark Otto [Wed, 26 Sep 2012 05:40:48 +0000 (22:40 -0700)] 
thumbnails cleanup: no more UL or LI elements needed, instead just use standard grid markup

13 years agoremove remaining fluid grid css
Mark Otto [Wed, 26 Sep 2012 05:20:24 +0000 (22:20 -0700)] 
remove remaining fluid grid css

13 years agoremove references to row fluid elsewhere
Mark Otto [Wed, 26 Sep 2012 05:18:34 +0000 (22:18 -0700)] 
remove references to row fluid elsewhere

13 years agomake .input-* classes match .btn-* size classes
Mark Otto [Wed, 26 Sep 2012 05:16:47 +0000 (22:16 -0700)] 
make .input-* classes match .btn-* size classes

13 years agoremove all ie7 conditionals and mixins
Mark Otto [Wed, 26 Sep 2012 05:07:53 +0000 (22:07 -0700)] 
remove all ie7 conditionals and mixins

13 years agoremove ie7 support from mixins
Mark Otto [Wed, 26 Sep 2012 05:02:29 +0000 (22:02 -0700)] 
remove ie7 support from mixins

13 years agoMerge branch '2.1.2-wip' into box-sizing-exercise
Mark Otto [Wed, 26 Sep 2012 05:00:41 +0000 (22:00 -0700)] 
Merge branch '2.1.2-wip' into box-sizing-exercise

Conflicts:
docs/assets/css/bootstrap-responsive.css
docs/assets/css/bootstrap.css
docs/base-css.html
docs/templates/pages/base-css.mustache
less/forms.less
less/mixins.less

13 years agoheadway, cleanup, and tests
Mark Otto [Tue, 25 Sep 2012 22:01:03 +0000 (15:01 -0700)] 
headway, cleanup, and tests

13 years agocheck affix pos on clicks - use timeout for clicks which scroll 5277/head
Jacob Thornton [Tue, 25 Sep 2012 06:59:02 +0000 (23:59 -0700)] 
check affix pos on clicks - use timeout for clicks which scroll

13 years agoupdate docs for tooltip html + the dropdown methods api
Jacob Thornton [Tue, 25 Sep 2012 06:32:55 +0000 (23:32 -0700)] 
update docs for tooltip html + the dropdown methods api

13 years agochange tooltip/popover insert strategy
Jacob Thornton [Tue, 25 Sep 2012 06:28:38 +0000 (23:28 -0700)] 
change tooltip/popover insert strategy
remove modal-open class
hopefully resolve z-index headaches

13 years agoreverting d797a5fbd7dd883a09bf00e516e0bd509c898f53
Jacob Thornton [Tue, 25 Sep 2012 06:19:33 +0000 (23:19 -0700)] 
reverting d797a5fbd7dd883a09bf00e516e0bd509c898f53

13 years agoMerge branch '2.1.2-wip' of github.com:twitter/bootstrap into 2.1.2-wip
Jacob Thornton [Tue, 25 Sep 2012 06:16:09 +0000 (23:16 -0700)] 
Merge branch '2.1.2-wip' of github.com:twitter/bootstrap into 2.1.2-wip

13 years agochange tooltip/popover html default to false for xss safety net
Jacob Thornton [Tue, 25 Sep 2012 06:15:36 +0000 (23:15 -0700)] 
change tooltip/popover html default to false for xss safety net

13 years agoensure 100% width for .uneditable-inputs in <767px viewports
Mark Otto [Sun, 23 Sep 2012 23:06:28 +0000 (16:06 -0700)] 
ensure 100% width for .uneditable-inputs in <767px viewports

13 years agomatch decimal placements in type.less
Mark Otto [Sun, 23 Sep 2012 22:16:13 +0000 (15:16 -0700)] 
match decimal placements in type.less

13 years agofixes #5216: calculate heading sizes via math rather than fixed pixel amounts
Mark Otto [Sun, 23 Sep 2012 05:16:12 +0000 (22:16 -0700)] 
fixes #5216: calculate heading sizes via math rather than fixed pixel amounts

13 years agoMerge branch '2.1.2-wip' of github.com:twitter/bootstrap into 2.1.2-wip
Mark Otto [Sun, 23 Sep 2012 04:37:08 +0000 (21:37 -0700)] 
Merge branch '2.1.2-wip' of github.com:twitter/bootstrap into 2.1.2-wip

13 years agoadd specific line items to contributing doc for issues, update branch list
Mark Otto [Fri, 21 Sep 2012 17:24:16 +0000 (10:24 -0700)] 
add specific line items to contributing doc for issues, update branch list

13 years agochange transition.js, rebuild… travis maybe will be happy?
Jacob Thornton [Thu, 20 Sep 2012 23:50:36 +0000 (16:50 -0700)] 
change transition.js, rebuild… travis maybe will be happy?

13 years agoremove src's
Jacob Thornton [Thu, 20 Sep 2012 23:31:10 +0000 (16:31 -0700)] 
remove src's

13 years agorebuild - fix missing (
Jacob Thornton [Thu, 20 Sep 2012 23:26:00 +0000 (16:26 -0700)] 
rebuild - fix missing (

13 years agoadded support for jquery 1.8.*
Jacob Thornton [Thu, 20 Sep 2012 23:23:54 +0000 (16:23 -0700)] 
added support for jquery 1.8.*

13 years agofixes #5127: add @inputHeight to replace static instances of '30px' throughout forms
Mark Otto [Thu, 20 Sep 2012 18:45:59 +0000 (11:45 -0700)] 
fixes #5127: add @inputHeight to replace static instances of '30px' throughout forms

13 years agofixes #5150: add btn-group support to input groups
Mark Otto [Thu, 20 Sep 2012 18:37:34 +0000 (11:37 -0700)] 
fixes #5150: add btn-group support to input groups

13 years agofixes #5102, #5166, #5194, #5205: add overflow: visible; to .nav-collapse.collapse...
Mark Otto [Thu, 20 Sep 2012 17:27:59 +0000 (10:27 -0700)] 
fixes #5102, #5166, #5194, #5205: add overflow: visible; to .nav-collapse.collapse so that dropdowns overflow correctly in the navbar in IE7-8

13 years agofixes #5211 manually: spacing in mixins to match others
Mark Otto [Thu, 20 Sep 2012 16:07:48 +0000 (09:07 -0700)] 
fixes #5211 manually: spacing in mixins to match others

13 years agofixes #5212: text emphasis classes only get hover with links
Mark Otto [Thu, 20 Sep 2012 16:06:43 +0000 (09:06 -0700)] 
fixes #5212: text emphasis classes only get hover with links

13 years agoincrease padding on homepage button
Mark Otto [Wed, 19 Sep 2012 22:18:14 +0000 (15:18 -0700)] 
increase padding on homepage button

13 years agoadd new vars for common border-radius, upping border-radius of inputs to 4px; add...
Mark Otto [Wed, 19 Sep 2012 04:16:08 +0000 (21:16 -0700)] 
add new vars for common border-radius, upping border-radius of inputs to 4px; add border-radius changes to -large, -small, -mini for buttons and paginations

13 years agoadd new vars for common font-sizes and paddings with large, small, and mini component...
Mark Otto [Wed, 19 Sep 2012 03:56:20 +0000 (20:56 -0700)] 
add new vars for common font-sizes and paddings with large, small, and mini components; resize pagination and buttons to better match each other

13 years agoMerge branch '2.1.2-wip' of https://github.com/uberspeck/bootstrap into uberspeck...
Mark Otto [Tue, 18 Sep 2012 21:58:39 +0000 (14:58 -0700)] 
Merge branch '2.1.2-wip' of https://github.com/uberspeck/bootstrap into uberspeck-2.1.2-wip

13 years agofixes #5177: remove color on .btn-large .caret, but keep sizing change; also start...
Mark Otto [Tue, 18 Sep 2012 19:00:57 +0000 (12:00 -0700)] 
fixes #5177: remove color on .btn-large .caret, but keep sizing change; also start to add CSS tests for buttons

13 years agocontributing edits
Mark Otto [Tue, 18 Sep 2012 18:50:11 +0000 (11:50 -0700)] 
contributing edits

13 years agoMerge pull request #5187 from caniszczyk/2.1.2-wip
Mark Otto [Tue, 18 Sep 2012 18:44:43 +0000 (11:44 -0700)] 
Merge pull request #5187 from caniszczyk/2.1.2-wip

Add CONTRIBUTING.md

13 years agofixes #5178: update normalize to avoid resetting audio and video elements in android
Mark Otto [Tue, 18 Sep 2012 18:23:16 +0000 (11:23 -0700)] 
fixes #5178: update normalize to avoid resetting audio and video elements in android

13 years agoAdd CONTRIBUTING.md 5187/head
Chris Aniszczyk [Tue, 18 Sep 2012 17:50:04 +0000 (10:50 -0700)] 
Add CONTRIBUTING.md

Signed-off-by: Chris Aniszczyk <zx@twitter.com>
13 years agofixes #5087: add hover states to text emphasis classes for links
Mark Otto [Tue, 18 Sep 2012 06:19:52 +0000 (23:19 -0700)] 
fixes #5087: add hover states to text emphasis classes for links

13 years agofixes #5082 manually: reset font-size for .dropdown-menu within .input-prepend/-append
Mark Otto [Tue, 18 Sep 2012 06:11:49 +0000 (23:11 -0700)] 
fixes #5082 manually: reset font-size for .dropdown-menu within .input-prepend/-append

13 years agofixes #5173: proper popover offsets; added docs examples to enable tests in the future
Mark Otto [Tue, 18 Sep 2012 06:03:18 +0000 (23:03 -0700)] 
fixes #5173: proper popover offsets; added docs examples to enable tests in the future

13 years agoadd the media css to customizer
Mark Otto [Tue, 18 Sep 2012 01:17:22 +0000 (18:17 -0700)] 
add the media css to customizer

13 years agoMerge branch 'wpbrains-media-component' into 2.1.2-wip
Mark Otto [Tue, 18 Sep 2012 01:15:44 +0000 (18:15 -0700)] 
Merge branch 'wpbrains-media-component' into 2.1.2-wip

13 years agooverhaul the docs and css to merge into 2.1.2 since this was against master
Mark Otto [Tue, 18 Sep 2012 01:15:39 +0000 (18:15 -0700)] 
overhaul the docs and css to merge into 2.1.2 since this was against master

13 years agoresolve conflicts and remake
Mark Otto [Mon, 17 Sep 2012 23:43:18 +0000 (16:43 -0700)] 
resolve conflicts and remake

13 years agofixes #5001: proper ids on form examples
Mark Otto [Mon, 17 Sep 2012 23:26:51 +0000 (16:26 -0700)] 
fixes #5001: proper ids on form examples

13 years agofixes #5039: properly set .row-fluid margins for .controls-row
Mark Otto [Mon, 17 Sep 2012 23:09:36 +0000 (16:09 -0700)] 
fixes #5039: properly set .row-fluid margins for .controls-row

13 years agofixes #5041: add new navbar css tests for each variation, remove width: 100%; from...
Mark Otto [Mon, 17 Sep 2012 22:49:22 +0000 (15:49 -0700)] 
fixes #5041: add new navbar css tests for each variation, remove width: 100%; from .navbar-static-top

13 years agoMerge branch '2.1.2-wip' of github.com:twitter/bootstrap into 2.1.2-wip
Mark Otto [Mon, 17 Sep 2012 22:28:41 +0000 (15:28 -0700)] 
Merge branch '2.1.2-wip' of github.com:twitter/bootstrap into 2.1.2-wip

13 years agoMerge pull request #5125 from tapcanvas/tab-body-bg
Mark Otto [Mon, 17 Sep 2012 22:28:31 +0000 (15:28 -0700)] 
Merge pull request #5125 from tapcanvas/tab-body-bg

Use @bodyBackground on .nav-tabs active state instead of static color

13 years agonuke new examples for now
Mark Otto [Mon, 17 Sep 2012 15:53:13 +0000 (08:53 -0700)] 
nuke new examples for now

13 years agofixes #5163: add new var for navbar collapse's default view, use that in responsive...
Mark Otto [Mon, 17 Sep 2012 15:52:19 +0000 (08:52 -0700)] 
fixes #5163: add new var for navbar collapse's default view, use that in responsive navbar css

13 years agomore carouself example work
Mark Otto [Mon, 17 Sep 2012 04:53:56 +0000 (21:53 -0700)] 
more carouself example work

13 years agoway cooler carousel example, along with updated screenshots for examples
Mark Otto [Fri, 14 Sep 2012 22:55:46 +0000 (15:55 -0700)] 
way cooler carousel example, along with updated screenshots for examples

13 years agotweak copy on each template, add sign in template
Mark Otto [Fri, 14 Sep 2012 22:21:44 +0000 (15:21 -0700)] 
tweak copy on each template, add sign in template

13 years agoadding new examples
Mark Otto [Fri, 14 Sep 2012 22:17:46 +0000 (15:17 -0700)] 
adding new examples

13 years agoadd in some more examples (will work em in later), removed fleetio per their request...
Mark Otto [Fri, 14 Sep 2012 21:48:03 +0000 (14:48 -0700)] 
add in some more examples (will work em in later), removed fleetio per their request, and added gather content to replace it

13 years agoi18n homepage
Mark Otto [Fri, 14 Sep 2012 21:31:14 +0000 (14:31 -0700)] 
i18n homepage

13 years agorevert docs change
Mark Otto [Fri, 14 Sep 2012 17:30:55 +0000 (10:30 -0700)] 
revert docs change

13 years agoStandardized spelling of 'JavaScript'; added icons to file trees 5140/head
Martin Bean [Fri, 14 Sep 2012 13:06:15 +0000 (14:06 +0100)] 
Standardized spelling of 'JavaScript'; added icons to file trees

13 years agofix active tab bg on non-white body 5125/head
Adrien Cahen [Thu, 13 Sep 2012 19:16:18 +0000 (12:16 -0700)] 
fix active tab bg on non-white body

13 years agofixes #5119: javascript in navbar typo
Mark Otto [Thu, 13 Sep 2012 17:07:57 +0000 (10:07 -0700)] 
fixes #5119: javascript in navbar typo

13 years agomistakenly committed ALL assets. since only bootstrap.css and bootstrap.min.css are... 5106/head
Brian Campbell [Thu, 13 Sep 2012 00:11:42 +0000 (18:11 -0600)] 
mistakenly committed ALL assets. since only bootstrap.css and bootstrap.min.css are changed i removed all others

13 years agofixes #5107: make all .btn-group inline-block by default instead of just within a...
Mark Otto [Wed, 12 Sep 2012 23:37:41 +0000 (16:37 -0700)] 
fixes #5107: make all .btn-group inline-block by default instead of just within a .btn-toolbar

13 years agofixes #5097: js docs typos
Mark Otto [Wed, 12 Sep 2012 23:22:52 +0000 (16:22 -0700)] 
fixes #5097: js docs typos

13 years agouse local var for a few other .box-shadow mixins to fix CSS not compiling
Mark Otto [Wed, 12 Sep 2012 23:18:52 +0000 (16:18 -0700)] 
use local var for a few other .box-shadow mixins to fix CSS not compiling

13 years agoadd space
Mark Otto [Wed, 12 Sep 2012 23:11:03 +0000 (16:11 -0700)] 
add space

13 years agorevert the js evaluation in .box-shadow mixin, fix last mixin usages to escape if...
Mark Otto [Wed, 12 Sep 2012 22:53:29 +0000 (15:53 -0700)] 
revert the js evaluation in .box-shadow mixin, fix last mixin usages to escape if using >1 shadows

13 years agochange up box-shadow mixin usage everywhere to use escaping again, or local var if...
Mark Otto [Wed, 12 Sep 2012 22:48:56 +0000 (15:48 -0700)] 
change up box-shadow mixin usage everywhere to use escaping again, or local var if necessary for further var evaluation

13 years agoUpdated pagination to support .pagination-large, .pagination-small, .pagination-mini...
Brian Campbell [Wed, 12 Sep 2012 20:10:03 +0000 (14:10 -0600)] 
Updated pagination to support .pagination-large, .pagination-small, .pagination-mini matching button sizes. Updated related docs.

13 years agofixes #5040 manually: remove overflow: auto; from .modal to resolve sporadic modal...
Mark Otto [Tue, 11 Sep 2012 05:51:16 +0000 (22:51 -0700)] 
fixes #5040 manually: remove overflow: auto; from .modal to resolve sporadic modal right padding issues with scrollbars

13 years agofixes #5059 manually: include media type in css getting started block
Mark Otto [Tue, 11 Sep 2012 05:44:08 +0000 (22:44 -0700)] 
fixes #5059 manually: include media type in css getting started block

13 years agofixes #5064 manually: remove fancy quote mark
Mark Otto [Tue, 11 Sep 2012 05:41:14 +0000 (22:41 -0700)] 
fixes #5064 manually: remove fancy quote mark

13 years agomore tests and experiments
Mark Otto [Mon, 10 Sep 2012 17:11:02 +0000 (10:11 -0700)] 
more tests and experiments

13 years agoMerge pull request #5051 from GeoffYoung/2.1.2-wip
Mark Otto [Mon, 10 Sep 2012 17:04:34 +0000 (10:04 -0700)] 
Merge pull request #5051 from GeoffYoung/2.1.2-wip

Update modal example code to match example

13 years agoUpdated sample markup to reflect live demo. 5051/head
Geoff Young [Sun, 9 Sep 2012 22:58:23 +0000 (18:58 -0400)] 
Updated sample markup to reflect live demo.

13 years agolatest tweaks to grid classes for forms
Mark Otto [Sat, 8 Sep 2012 19:50:37 +0000 (12:50 -0700)] 
latest tweaks to grid classes for forms