]> git.ipfire.org Git - thirdparty/bootstrap.git/log
thirdparty/bootstrap.git
13 years agoremove padding on .search-query for IE7-8 since it doesn't pick up large border-radius
Mark Otto [Sun, 25 Mar 2012 21:31:04 +0000 (14:31 -0700)] 
remove padding on .search-query for IE7-8 since it doesn't pick up large border-radius

13 years agoRemove black border on buttons in IE7:
Mark Otto [Sun, 25 Mar 2012 21:28:24 +0000 (14:28 -0700)] 
Remove black border on buttons in IE7:

1. Removed borders on .btn and increased line-height 2px to compensate
2. Set buttons to use the endColor of the gradient as the background-color by default for extra contrast between button and background
3. Set a 5% darker background-color on hover of buttons just for IE7

13 years agofix responsive navbar
Jacob Thornton [Sun, 25 Mar 2012 20:33:36 +0000 (13:33 -0700)] 
fix responsive navbar

13 years agorevert bart's mixin fix
Mark Otto [Sun, 25 Mar 2012 19:42:47 +0000 (12:42 -0700)] 
revert bart's mixin fix

13 years agoadd navbarheight support to .brand and .nav links in navbar
Mark Otto [Sun, 25 Mar 2012 19:32:29 +0000 (12:32 -0700)] 
add navbarheight support to .brand and .nav links in navbar

13 years agointroduce .navbar-link to resolve issue with buttons in .navbar-text
Mark Otto [Sun, 25 Mar 2012 08:21:47 +0000 (01:21 -0700)] 
introduce .navbar-link to resolve issue with buttons in .navbar-text

13 years agoOverhaul the responsive utility classes:
Mark Otto [Sun, 25 Mar 2012 08:12:51 +0000 (01:12 -0700)] 
Overhaul the responsive utility classes:

1. Rename file from responsive-utility-classes.less to responsive-utilities.less
2. Add additional help text around the documentation for the classes in Scaffolding
3. Remove unnecessary display values on initial classes
4. Drop block values for inherit for better support on inline and table elements
5. Make use of \!important on every class to avoid classes with more specific selectors (e.g., .span* classes for the grid)

13 years agoadding 144x144 ipad touch icon
Mark Otto [Sun, 25 Mar 2012 07:46:03 +0000 (00:46 -0700)] 
adding 144x144 ipad touch icon

13 years agoremove height: auto on images since it interferes with inline dimensions
Mark Otto [Sun, 25 Mar 2012 07:20:30 +0000 (00:20 -0700)] 
remove height: auto on images since it interferes with inline dimensions

13 years agoMerge branch 'andreasbovens-master' into 2.0.3-wip
Mark Otto [Sun, 25 Mar 2012 07:07:09 +0000 (00:07 -0700)] 
Merge branch 'andreasbovens-master' into 2.0.3-wip

13 years agoadd missing closing brace
Jacob Thornton [Sun, 25 Mar 2012 03:01:51 +0000 (20:01 -0700)] 
add missing closing brace

13 years agoadd MSTransitionEnd event to js plugin
Jacob Thornton [Sun, 25 Mar 2012 02:02:55 +0000 (19:02 -0700)] 
add MSTransitionEnd event to js plugin

13 years agoreturn matcher value directly + cleanup first lines of files
Jacob Thornton [Sun, 25 Mar 2012 01:59:04 +0000 (18:59 -0700)] 
return matcher value directly + cleanup first lines of files

13 years agoadd explict note that tooltip delay isn't applied to manual trigger type in popover...
Jacob Thornton [Sun, 25 Mar 2012 01:45:12 +0000 (18:45 -0700)] 
add explict note that tooltip delay isn't applied to manual trigger type in popover/tooltip

13 years agoadd preventDefault support for all inital event types (show, close, hide, etc.) ...
Jacob Thornton [Sun, 25 Mar 2012 01:20:09 +0000 (18:20 -0700)] 
add preventDefault support for all inital event types (show, close, hide, etc.) + fix small bug with scrollspy.last

13 years agoallow prevent default for show and hide event in modal
Jacob Thornton [Sun, 25 Mar 2012 00:50:21 +0000 (17:50 -0700)] 
allow prevent default for show and hide event in modal

13 years agoAdded -o- and -ms- prefixes to animations CSS 2783/head
Andreas Bovens [Sat, 24 Mar 2012 17:53:27 +0000 (18:53 +0100)] 
Added -o- and -ms- prefixes to animations CSS

Added -o- and -ms- prefixes to make the animated progress bars to work
in the latest/upcoming versions of IE and Opera.

13 years agoMerge branch 'bartt-master' into 2.0.3-wip
Mark Otto [Sat, 24 Mar 2012 03:56:48 +0000 (20:56 -0700)] 
Merge branch 'bartt-master' into 2.0.3-wip

Conflicts:
docs/assets/bootstrap.zip
docs/assets/css/bootstrap.css
less/button-groups.less

13 years agofix other instances of mixins, swap use of box-shadow everywhere, include border...
Mark Otto [Sat, 24 Mar 2012 03:56:04 +0000 (20:56 -0700)] 
fix other instances of mixins, swap use of box-shadow everywhere, include border-radius and transition

13 years agoMerge branch '2.1.0-wip' into 2.0.3-wip
Mark Otto [Sat, 24 Mar 2012 01:29:21 +0000 (18:29 -0700)] 
Merge branch '2.1.0-wip' into 2.0.3-wip

Conflicts:
docs/assets/bootstrap.zip

13 years agoThe native box-shadow, background-clip and background-size instructions all take... 2775/head
Bart Teeuwisse [Fri, 23 Mar 2012 19:37:40 +0000 (12:37 -0700)] 
The native box-shadow, background-clip and background-size instructions all take 1 or more arguments. In 1.3.0 LESS became arity aware, see https://gist.github.com/1933613. As a result the signatures of these mixins had to change a little.

13 years agoMerge branch '2.0.3-wip' of https://github.com/andriijas/bootstrap into andriijas...
Mark Otto [Fri, 23 Mar 2012 16:53:04 +0000 (09:53 -0700)] 
Merge branch '2.0.3-wip' of https://github.com/andriijas/bootstrap into andriijas-2.0.3-wip

Conflicts:
docs/assets/bootstrap.zip

13 years agoFix #2758: Uneditable inputs in input-prepend/append
Mark Otto [Fri, 23 Mar 2012 16:47:57 +0000 (09:47 -0700)] 
Fix #2758: Uneditable inputs in input-prepend/append

1. Added a missing comma to the input-append's form control stack () to fix border-radius
2. Add  to the .uneditable-input in forms to remove the float as we do with all other form controls

13 years agobadge-error => badge-important 2763/head
Andreas Cederstròˆm [Fri, 23 Mar 2012 12:35:46 +0000 (13:35 +0100)] 
badge-error => badge-important

13 years agocss tests cleanup
Mark Otto [Fri, 23 Mar 2012 08:31:22 +0000 (01:31 -0700)] 
css tests cleanup

13 years agofix broken tables with double borders and such, add css tests page to start with...
Mark Otto [Fri, 23 Mar 2012 08:28:04 +0000 (01:28 -0700)] 
fix broken tables with double borders and such, add css tests page to start with table edge cases

13 years agoadding blog link to docs homepage
Mark Otto [Fri, 23 Mar 2012 08:13:20 +0000 (01:13 -0700)] 
adding blog link to docs homepage

13 years agoadd mention of transitions plugin requirement on collapse
Mark Otto [Fri, 23 Mar 2012 07:58:41 +0000 (00:58 -0700)] 
add mention of transitions plugin requirement on collapse

13 years agoadd comment for append/prepend z-indexing
Mark Otto [Fri, 23 Mar 2012 07:51:31 +0000 (00:51 -0700)] 
add comment for append/prepend z-indexing

13 years agofix #2613: labels hang too low
Mark Otto [Fri, 23 Mar 2012 07:40:10 +0000 (00:40 -0700)] 
fix #2613: labels hang too low

13 years agofix #2617: add negative margin to fixed-bottom navbar
Mark Otto [Fri, 23 Mar 2012 07:38:13 +0000 (00:38 -0700)] 
fix #2617: add negative margin to fixed-bottom navbar

13 years agofix #2625 manually: account for dropup caret on large button
Mark Otto [Fri, 23 Mar 2012 07:37:15 +0000 (00:37 -0700)] 
fix #2625 manually: account for dropup caret on large button

13 years agorun make on merge of progress bars change
Mark Otto [Fri, 23 Mar 2012 07:28:58 +0000 (00:28 -0700)] 
run make on merge of progress bars change

13 years agoMerge branch 'patch-1' of https://github.com/sirlantis/bootstrap into sirlantis-patch-1
Mark Otto [Fri, 23 Mar 2012 07:28:25 +0000 (00:28 -0700)] 
Merge branch 'patch-1' of https://github.com/sirlantis/bootstrap into sirlantis-patch-1

13 years agoremove redundant max-width img from docs css
Mark Otto [Fri, 23 Mar 2012 06:49:39 +0000 (23:49 -0700)] 
remove redundant max-width img from docs css

13 years agofix left and right tab-content alignment with width: auto;
Mark Otto [Fri, 23 Mar 2012 06:38:50 +0000 (23:38 -0700)] 
fix left and right tab-content alignment with width: auto;

13 years agoAdd "the" on lines 28 and 29
TJ Rana [Wed, 21 Mar 2012 20:00:58 +0000 (17:00 -0300)] 
Add "the" on lines 28 and 29

13 years agoAdd s to bumps on line 30
TJ Rana [Tue, 20 Mar 2012 05:02:00 +0000 (02:02 -0300)] 
Add s to bumps on line 30

13 years agoMake guidelines for release numbering more specific
TJ Rana [Tue, 20 Mar 2012 05:01:00 +0000 (02:01 -0300)] 
Make guidelines for release numbering more specific

13 years agoDropdowns overhaul:
Mark Otto [Fri, 23 Mar 2012 06:09:31 +0000 (23:09 -0700)] 
Dropdowns overhaul:

1. Removed broken and unused dropup examples from the navs/pills docs
2. New defaults for dropdown menus: all corners are rounded and always 1px offset from top unless otherwise specified
3. Refined active and open states for button dropdowns by adding a darker background color for each button variation when opened; also changed the opened dropdown-toggle's inset shadow to match that of an :active button
4. Generalized .dropdown.open to just .open, thus removing a few lines from button-groups.less.
5. Annnnnnnnnd I think that's it.

13 years agorestore max-width 100% for images
Mark Otto [Fri, 23 Mar 2012 05:06:23 +0000 (22:06 -0700)] 
restore max-width 100% for images

13 years agoadd the broken out responsive files
Mark Otto [Fri, 23 Mar 2012 04:54:54 +0000 (21:54 -0700)] 
add the broken out responsive files

13 years agobump version numbers in css files to 2.0.3, break out responsive CSS into separate...
Mark Otto [Fri, 23 Mar 2012 04:33:06 +0000 (21:33 -0700)] 
bump version numbers in css files to 2.0.3, break out responsive CSS into separate files for further customization

13 years agoremove labels and badges from customizer and replace with single file
Mark Otto [Fri, 23 Mar 2012 04:17:55 +0000 (21:17 -0700)] 
remove labels and badges from customizer and replace with single file

13 years agoadd new @formActionsBackground to customize page
Mark Otto [Fri, 23 Mar 2012 04:09:27 +0000 (21:09 -0700)] 
add new @formActionsBackground to customize page

13 years agoadd shell of tests page, lighten form actions background and give it a variable
Mark Otto [Fri, 23 Mar 2012 04:08:41 +0000 (21:08 -0700)] 
add shell of tests page, lighten form actions background and give it a variable

13 years agofinish adding remaining component variables to less docs page
Mark Otto [Fri, 23 Mar 2012 02:36:55 +0000 (19:36 -0700)] 
finish adding remaining component variables to less docs page

13 years agoremove mentions of unused button variable per #2537
Mark Otto [Fri, 23 Mar 2012 00:49:13 +0000 (17:49 -0700)] 
remove mentions of unused button variable per #2537

13 years agofix #2718, misaligned uneditable inputs in prepends/appends
Mark Otto [Fri, 23 Mar 2012 00:41:20 +0000 (17:41 -0700)] 
fix #2718, misaligned uneditable inputs in prepends/appends

13 years agoremove bug in docs for example icon in an input-prepend by removing margin on any...
Mark Otto [Fri, 23 Mar 2012 00:36:32 +0000 (17:36 -0700)] 
remove bug in docs for example icon in an input-prepend by removing margin on any input/select/etc in an input-prepend/append

13 years agofix unescaped reset filter per #2575
Mark Otto [Fri, 23 Mar 2012 00:31:09 +0000 (17:31 -0700)] 
fix unescaped reset filter per #2575

13 years agoremove mention of siteWidth, no longer used
Mark Otto [Fri, 23 Mar 2012 00:23:20 +0000 (17:23 -0700)] 
remove mention of siteWidth, no longer used

13 years agofix #2716, incorrect required markup for navbar search form
Mark Otto [Fri, 23 Mar 2012 00:22:19 +0000 (17:22 -0700)] 
fix #2716, incorrect required markup for navbar search form

13 years agouse new font-stack mixins in base and alt font family mixins
Mark Otto [Fri, 23 Mar 2012 00:18:07 +0000 (17:18 -0700)] 
use new font-stack mixins in base and alt font family mixins

13 years agoMerge branch 'font-variables' of https://github.com/ctalkington/bootstrap into ctalki...
Mark Otto [Fri, 23 Mar 2012 00:13:58 +0000 (17:13 -0700)] 
Merge branch 'font-variables' of https://github.com/ctalkington/bootstrap into ctalkington-font-variables

13 years agomove navbarBrandColor closer to link color
Mark Otto [Fri, 23 Mar 2012 00:13:20 +0000 (17:13 -0700)] 
move navbarBrandColor closer to link color

13 years agoMerge branch 'brand-link' of https://github.com/ctalkington/bootstrap into ctalkingto...
Mark Otto [Fri, 23 Mar 2012 00:12:22 +0000 (17:12 -0700)] 
Merge branch 'brand-link' of https://github.com/ctalkington/bootstrap into ctalkington-brand-link

Conflicts:
docs/assets/bootstrap.zip

13 years agoMerge branch 'Synchro-master' into 2.0.3-wip
Mark Otto [Fri, 23 Mar 2012 00:10:16 +0000 (17:10 -0700)] 
Merge branch 'Synchro-master' into 2.0.3-wip

Conflicts:
docs/assets/bootstrap.zip

13 years agochange spacing and fix code blocks
Mark Otto [Fri, 23 Mar 2012 00:09:54 +0000 (17:09 -0700)] 
change spacing and fix code blocks

13 years agoMerge branch 'master' of https://github.com/Synchro/bootstrap into Synchro-master
Mark Otto [Thu, 22 Mar 2012 23:04:32 +0000 (16:04 -0700)] 
Merge branch 'master' of https://github.com/Synchro/bootstrap into Synchro-master

13 years agoremove separate badges and labels, add single file instead, remove hover from non...
Mark Otto [Thu, 22 Mar 2012 23:02:00 +0000 (16:02 -0700)] 
remove separate badges and labels, add single file instead, remove hover from non-link badges/labels

13 years agoClarify docs on how tabs are activated from JS, see #1000 2722/head
Marcus Bointon [Thu, 22 Mar 2012 20:24:57 +0000 (21:24 +0100)] 
Clarify docs on how tabs are activated from JS, see #1000

13 years agoAdd more examples for activating tabs
Marcus Bointon [Thu, 22 Mar 2012 19:36:49 +0000 (20:36 +0100)] 
Add more examples for activating tabs
Make naming of tab id consistent

13 years agoMerge branch 'doc-typos' of https://github.com/ZeroGravX/bootstrap into ZeroGravX...
Mark Otto [Thu, 22 Mar 2012 16:06:59 +0000 (09:06 -0700)] 
Merge branch 'doc-typos' of https://github.com/ZeroGravX/bootstrap into ZeroGravX-doc-typos

13 years agoUpdated readme to include blog mention
Mark Otto [Thu, 22 Mar 2012 07:33:18 +0000 (00:33 -0700)] 
Updated readme to include blog mention

13 years agofilter out non matches in map
Jacob Thornton [Thu, 22 Mar 2012 06:59:27 +0000 (23:59 -0700)] 
filter out non matches in map

13 years agocache $(href) lookup
Jacob Thornton [Thu, 22 Mar 2012 06:51:32 +0000 (23:51 -0700)] 
cache $(href) lookup

13 years agosort scrollspy to prevent flicker for unordered nav
Jacob Thornton [Thu, 22 Mar 2012 06:45:58 +0000 (23:45 -0700)] 
sort scrollspy to prevent flicker for unordered nav

13 years agoclear timeout to reset delays for tooltip/popover
Jacob Thornton [Thu, 22 Mar 2012 04:57:06 +0000 (21:57 -0700)] 
clear timeout to reset delays for tooltip/popover

13 years agoMerge branch '2.1.0-wip' of https://github.com/twitter/bootstrap into 2.1.0-wip
Jacob Thornton [Thu, 22 Mar 2012 04:37:17 +0000 (21:37 -0700)] 
Merge branch '2.1.0-wip' of https://github.com/twitter/bootstrap into 2.1.0-wip

Conflicts:
docs/assets/bootstrap.zip

13 years agotop stripping leading and trailing whitespace + always use .html method
Jacob Thornton [Thu, 22 Mar 2012 04:35:02 +0000 (21:35 -0700)] 
top stripping leading and trailing whitespace + always use .html method

13 years agoMake changes in page templates, rebuild
Marcus Bointon [Wed, 21 Mar 2012 11:09:00 +0000 (12:09 +0100)] 
Make changes in page templates, rebuild

13 years agoAdd note about styling tabs
Marcus Bointon [Wed, 21 Mar 2012 10:28:23 +0000 (11:28 +0100)] 
Add note about styling tabs
Fix typo in popover docs

13 years agoFix and improve docs on tab config
Marcus Bointon [Wed, 21 Mar 2012 10:20:56 +0000 (11:20 +0100)] 
Fix and improve docs on tab config

13 years agoif transitioning collapse, don't start new transition
Jacob Thornton [Wed, 21 Mar 2012 05:43:27 +0000 (22:43 -0700)] 
if transitioning collapse, don't start new transition

13 years agoprevent dropdowns from closing when clicking inside form element inside dropdown
Jacob Thornton [Tue, 20 Mar 2012 06:13:55 +0000 (23:13 -0700)] 
prevent dropdowns from closing when clicking inside form element inside dropdown

13 years agofix slide logic for ie+ in carousel
Jacob Thornton [Tue, 20 Mar 2012 04:39:39 +0000 (21:39 -0700)] 
fix slide logic for ie+ in carousel

13 years agoif parent in collapse, only grab children
Jacob Thornton [Tue, 20 Mar 2012 04:10:55 +0000 (21:10 -0700)] 
if parent in collapse, only grab children

13 years agofix collapse bug in ie7+ for initial collapse in
Jacob Thornton [Tue, 20 Mar 2012 03:51:20 +0000 (20:51 -0700)] 
fix collapse bug in ie7+ for initial collapse in

13 years agoadd activate to scrollspy docs
Jacob Thornton [Tue, 20 Mar 2012 03:29:22 +0000 (20:29 -0700)] 
add activate to scrollspy docs

13 years agoactive - onActivate
Jacob Thornton [Tue, 20 Mar 2012 03:24:46 +0000 (20:24 -0700)] 
active - onActivate

13 years agofire active event on active
Jacob Thornton [Mon, 19 Mar 2012 23:09:08 +0000 (16:09 -0700)] 
fire active event on active

13 years agoif interval is false, do not autocycle the carousel
Jacob Thornton [Mon, 19 Mar 2012 22:48:57 +0000 (15:48 -0700)] 
if interval is false, do not autocycle the carousel

13 years agotypeahead should escape regexp special chars
Jacob Thornton [Mon, 19 Mar 2012 22:33:28 +0000 (15:33 -0700)] 
typeahead should escape regexp special chars

13 years ago;)
Jacob Thornton [Mon, 19 Mar 2012 22:19:01 +0000 (15:19 -0700)] 
;)

13 years agoselect last item in scrollspy if you've reached the bottom of the document or element
Jacob Thornton [Mon, 19 Mar 2012 22:18:00 +0000 (15:18 -0700)] 
select last item in scrollspy if you've reached the bottom of the document or element

13 years agoCould have sworn I added that 's'! 2559/head
Mark [Sun, 18 Mar 2012 18:49:18 +0000 (12:49 -0600)] 
Could have sworn I added that 's'!

13 years agoAdded URL fix from #2643 - Thanks ctalkington
Mark [Sun, 18 Mar 2012 18:44:31 +0000 (12:44 -0600)] 
Added URL fix from #2643 - Thanks ctalkington

13 years agoadd /head
Jacob Thornton [Sun, 18 Mar 2012 04:29:56 +0000 (21:29 -0700)] 
add /head

13 years agoupdate docs to match variable addition. 2632/head
ctalkington [Thu, 15 Mar 2012 19:46:27 +0000 (14:46 -0500)] 
update docs to match variable addition.

13 years agoupdate docs to match variable addition. 2633/head
ctalkington [Thu, 15 Mar 2012 19:39:28 +0000 (14:39 -0500)] 
update docs to match variable addition.

13 years agomake brand links follow navbarLinkColor but also be customizable in advanced cases.
ctalkington [Thu, 15 Mar 2012 19:21:27 +0000 (14:21 -0500)] 
make brand links follow navbarLinkColor but also be customizable in advanced cases.

13 years agomake font family mixins customizable with variables.
ctalkington [Thu, 15 Mar 2012 18:34:50 +0000 (13:34 -0500)] 
make font family mixins customizable with variables.

13 years agoInvert progress-bar-stripes direction 2628/head
Marcel Jackwerth [Thu, 15 Mar 2012 17:11:17 +0000 (18:11 +0100)] 
Invert progress-bar-stripes direction

13 years agoTypo Fixes for .mustache files
Mark [Thu, 15 Mar 2012 02:28:24 +0000 (20:28 -0600)] 
Typo Fixes for .mustache files

Added the doc typo fixes to the .mustache files as well.

13 years agoupdate hide text to h5bp technique #2586
Jacob Thornton [Wed, 14 Mar 2012 19:00:27 +0000 (12:00 -0700)] 
update hide text to h5bp technique #2586

13 years agoAnother Typo
Mark [Tue, 13 Mar 2012 19:36:58 +0000 (13:36 -0600)] 
Another Typo

Fixed another typo pointed out by panahi.

13 years agoSome Doc Typos
Mark [Tue, 13 Mar 2012 16:35:08 +0000 (10:35 -0600)] 
Some Doc Typos

Fixed doc typos in Components and Scaffolding.

13 years ago2.0.2 derp v2.0.2
Jacob Thornton [Mon, 12 Mar 2012 21:09:38 +0000 (14:09 -0700)] 
2.0.2 derp

13 years agomake docs again for 2.0.2
Jacob Thornton [Mon, 12 Mar 2012 21:03:24 +0000 (14:03 -0700)] 
make docs again for 2.0.2