]> git.ipfire.org Git - thirdparty/bootstrap.git/log
thirdparty/bootstrap.git
14 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

14 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

14 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

14 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

14 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

14 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

14 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

14 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

14 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

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

14 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

14 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

14 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

14 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

14 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

14 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

14 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

14 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

14 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

14 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

14 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

14 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

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

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

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

14 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

14 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

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

14 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

14 years agoAdded offset parameter to .makeColumn. 2684/head
Mark Figueredo [Mon, 19 Mar 2012 17:58:55 +0000 (14:58 -0300)] 
Added offset parameter to .makeColumn.

14 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'!

14 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

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

14 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.

14 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.

14 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.

14 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.

14 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

14 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.

14 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

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

Fixed another typo pointed out by panahi.

14 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.

14 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

14 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

14 years ago2.0.2
Jacob Thornton [Mon, 12 Mar 2012 21:00:19 +0000 (14:00 -0700)] 
2.0.2

14 years agoremove test file
Jacob Thornton [Mon, 12 Mar 2012 20:56:50 +0000 (13:56 -0700)] 
remove test file

14 years agoremove commented out width
Jacob Thornton [Mon, 12 Mar 2012 20:45:36 +0000 (13:45 -0700)] 
remove commented out width

14 years agoremove collapse class on open so that dropdowns are viewable
Jacob Thornton [Mon, 12 Mar 2012 20:37:44 +0000 (13:37 -0700)] 
remove collapse class on open so that dropdowns are viewable

14 years agocan't have overflo: visible for "in" which is present during entirity of transition.
Jacob Thornton [Mon, 12 Mar 2012 20:31:38 +0000 (13:31 -0700)] 
can't have overflo: visible for "in" which is present during entirity of transition.

14 years agobutton group sizes for ie7 fixes
Mark Otto [Mon, 12 Mar 2012 19:44:47 +0000 (12:44 -0700)] 
button group sizes for ie7 fixes

14 years agoadding border variable for dropdowns, making dropdown carets use dropdown vars
Mark Otto [Mon, 12 Mar 2012 16:57:10 +0000 (09:57 -0700)] 
adding border variable for dropdowns, making dropdown carets use dropdown vars

14 years agoimprove button docs
Mark Otto [Mon, 12 Mar 2012 16:38:12 +0000 (09:38 -0700)] 
improve button docs

14 years agofix apple touch icons in examples
Mark Otto [Mon, 12 Mar 2012 07:21:52 +0000 (00:21 -0700)] 
fix apple touch icons in examples

14 years agofix apple touch icons in examples
Mark Otto [Mon, 12 Mar 2012 07:21:52 +0000 (00:21 -0700)] 
fix apple touch icons in examples

14 years agoadd a super jank fix for horizontal-forms and .input-prepend/append in IE7
Mark Otto [Mon, 12 Mar 2012 07:15:27 +0000 (00:15 -0700)] 
add a super jank fix for horizontal-forms and .input-prepend/append in IE7

14 years agoenable buttons in input-append and input-prepend
Mark Otto [Mon, 12 Mar 2012 06:43:19 +0000 (23:43 -0700)] 
enable buttons in input-append and input-prepend

14 years agomore homepage links cleanup, ditching the middots
Mark Otto [Mon, 12 Mar 2012 06:34:22 +0000 (23:34 -0700)] 
more homepage links cleanup, ditching the middots

14 years agomore homepage links cleanup
Mark Otto [Mon, 12 Mar 2012 06:33:52 +0000 (23:33 -0700)] 
more homepage links cleanup

14 years agoclean up links on docs homepage and add link to direct download with docs
Mark Otto [Mon, 12 Mar 2012 06:33:08 +0000 (23:33 -0700)] 
clean up links on docs homepage and add link to direct download with docs

14 years agoresolve #1972, allowing add-ons at beginning and end of input-prepend/append
Mark Otto [Mon, 12 Mar 2012 06:21:38 +0000 (23:21 -0700)] 
resolve #1972, allowing add-ons at beginning and end of input-prepend/append

14 years agofix more spacing issues with input append/prepend
Mark Otto [Mon, 12 Mar 2012 06:14:36 +0000 (23:14 -0700)] 
fix more spacing issues with input append/prepend

14 years agosimplify code for input-prepend/append in inline and search forms
Mark Otto [Mon, 12 Mar 2012 06:12:45 +0000 (23:12 -0700)] 
simplify code for input-prepend/append in inline and search forms

14 years agoremove need for floats and IE hacks for input-prepend and input-append--boom
Mark Otto [Mon, 12 Mar 2012 05:58:14 +0000 (22:58 -0700)] 
remove need for floats and IE hacks for input-prepend and input-append--boom

14 years agorewrite the fluid grid mixin to be simpler, per #2370
Mark Otto [Mon, 12 Mar 2012 05:45:10 +0000 (22:45 -0700)] 
rewrite the fluid grid mixin to be simpler, per #2370

14 years agofix overflow on .collapse.in to enable dropdowns within an open collapse
Mark Otto [Mon, 12 Mar 2012 05:43:35 +0000 (22:43 -0700)] 
fix overflow on .collapse.in to enable dropdowns within an open collapse

14 years agoenable button groups in modal-footer by removing 5px added margin between .btn
Mark Otto [Mon, 12 Mar 2012 05:28:37 +0000 (22:28 -0700)] 
enable button groups in modal-footer by removing 5px added margin between .btn

14 years agomerge #2476 to allow for custom popover arrow colors
Mark Otto [Mon, 12 Mar 2012 05:26:07 +0000 (22:26 -0700)] 
merge #2476 to allow for custom popover arrow colors

14 years agoMerge branch 'luk3thomas-popover_arrow_colors' into 2.0.2-wip
Mark Otto [Mon, 12 Mar 2012 05:25:34 +0000 (22:25 -0700)] 
Merge branch 'luk3thomas-popover_arrow_colors' into 2.0.2-wip

14 years agofix vertical align issue with labels in IE9
Mark Otto [Mon, 12 Mar 2012 04:44:00 +0000 (21:44 -0700)] 
fix vertical align issue with labels in IE9

14 years agoadd block level input mixin for border-box box-sizing
Mark Otto [Mon, 12 Mar 2012 04:21:51 +0000 (21:21 -0700)] 
add block level input mixin for border-box box-sizing

14 years agoremove text indent on carets (not needed) and add inline replacement mixin
Mark Otto [Mon, 12 Mar 2012 04:12:59 +0000 (21:12 -0700)] 
remove text indent on carets (not needed) and add inline replacement mixin

14 years agoremove the unused text-indent on dropdown carets
Mark Otto [Mon, 12 Mar 2012 03:38:17 +0000 (20:38 -0700)] 
remove the unused text-indent on dropdown carets

14 years agofix broken dropdowns in ie7 per #2333
Mark Otto [Mon, 12 Mar 2012 03:16:39 +0000 (20:16 -0700)] 
fix broken dropdowns in ie7 per #2333

14 years agofix lingering tables bug
Mark Otto [Mon, 12 Mar 2012 03:03:55 +0000 (20:03 -0700)] 
fix lingering tables bug

14 years agofix table border bug with double borders on theads and use of colgroup
Mark Otto [Mon, 12 Mar 2012 01:18:18 +0000 (18:18 -0700)] 
fix table border bug with double borders on theads and use of colgroup

14 years agouse variable for navbar text line-height
Mark Otto [Mon, 12 Mar 2012 00:53:17 +0000 (17:53 -0700)] 
use variable for navbar text line-height

14 years agoMerge branch 'zerkms-master' into 2.0.2-wip
Mark Otto [Mon, 12 Mar 2012 00:38:23 +0000 (17:38 -0700)] 
Merge branch 'zerkms-master' into 2.0.2-wip

Conflicts:
Makefile

14 years agoupdated apple touch icons and moved input responsive fix from <480 to <767
Mark Otto [Mon, 12 Mar 2012 00:28:28 +0000 (17:28 -0700)] 
updated apple touch icons and moved input responsive fix from <480 to <767

14 years agofix overflowing thumbnails in responsive <767px layouts
Mark Otto [Sun, 11 Mar 2012 22:15:55 +0000 (15:15 -0700)] 
fix overflowing thumbnails in responsive <767px layouts

14 years agoin responsive layouts <767px, ensure inputs are not larger than 100% with box-sizing...
Mark Otto [Sun, 11 Mar 2012 21:41:52 +0000 (14:41 -0700)] 
in responsive layouts <767px, ensure inputs are not larger than 100% with box-sizing and a max-width

14 years agoGrammar fix in js/README.md 2519/head
Ivan Kurnosov [Sun, 11 Mar 2012 21:24:18 +0000 (10:24 +1300)] 
Grammar fix in js/README.md

14 years agovertical align middle on images, run make to rebuild
Mark Otto [Sun, 11 Mar 2012 20:48:47 +0000 (13:48 -0700)] 
vertical align middle on images, run make to rebuild

14 years agoMerge branch 'Gavrisimo-patch-1' into 2.0.2-wip
Mark Otto [Sun, 11 Mar 2012 20:48:30 +0000 (13:48 -0700)] 
Merge branch 'Gavrisimo-patch-1' into 2.0.2-wip

14 years agoupdate grid system mixins in less docs for new grid
Mark Otto [Sun, 11 Mar 2012 20:48:04 +0000 (13:48 -0700)] 
update grid system mixins in less docs for new grid

14 years agotweak button sizes on homepage
Mark Otto [Sun, 11 Mar 2012 08:06:48 +0000 (00:06 -0800)] 
tweak button sizes on homepage

14 years agoensure right align dropdown example doesn't go all the way off page
Mark Otto [Sun, 11 Mar 2012 02:15:28 +0000 (18:15 -0800)] 
ensure right align dropdown example doesn't go all the way off page

14 years agofix gradient mixins by escaping them, add notes on progress bars
Mark Otto [Sun, 11 Mar 2012 02:03:59 +0000 (18:03 -0800)] 
fix gradient mixins by escaping them, add notes on progress bars

14 years agofix js typo per #2471
Mark Otto [Sun, 11 Mar 2012 01:38:09 +0000 (17:38 -0800)] 
fix js typo per #2471

14 years agoMerge pull request #2503 from maxbublik/patch-1
Mark Otto [Sun, 11 Mar 2012 00:23:52 +0000 (16:23 -0800)] 
Merge pull request #2503 from maxbublik/patch-1

ignore Apple Double files

14 years agoadd vars for navbar search
Mark Otto [Sun, 11 Mar 2012 00:21:34 +0000 (16:21 -0800)] 
add vars for navbar search

14 years agoclean up search form in navbar, add new variable for placeholder text color
Mark Otto [Sun, 11 Mar 2012 00:15:54 +0000 (16:15 -0800)] 
clean up search form in navbar, add new variable for placeholder text color

14 years agofix #2510, docs typo
Mark Otto [Sun, 11 Mar 2012 00:06:56 +0000 (16:06 -0800)] 
fix #2510, docs typo

14 years agomassive update to customize page to include all the new variables (and ensure they...
Mark Otto [Sun, 11 Mar 2012 00:01:06 +0000 (16:01 -0800)] 
massive update to customize page to include all the new variables (and ensure they're being used in the .less files)

14 years agosimplify notes around using button dropdowns
Mark Otto [Sat, 10 Mar 2012 23:41:41 +0000 (15:41 -0800)] 
simplify notes around using button dropdowns

14 years agoremove unused images, update examples to include soundready
Mark Otto [Sat, 10 Mar 2012 23:37:28 +0000 (15:37 -0800)] 
remove unused images, update examples to include soundready

14 years agoadd new example site thumbnail
Mark Otto [Sat, 10 Mar 2012 23:15:13 +0000 (15:15 -0800)] 
add new example site thumbnail

14 years agochange title attr to re-include twitter
Mark Otto [Sat, 10 Mar 2012 23:14:54 +0000 (15:14 -0800)] 
change title attr to re-include twitter

14 years agoremove unused example diagrams
Mark Otto [Sat, 10 Mar 2012 23:09:35 +0000 (15:09 -0800)] 
remove unused example diagrams

14 years agomake pre font-size a percentage of @baseFontSize
Mark Otto [Sat, 10 Mar 2012 22:36:58 +0000 (14:36 -0800)] 
make pre font-size a percentage of @baseFontSize

14 years agofix typo per #2494
Mark Otto [Sat, 10 Mar 2012 22:20:46 +0000 (14:20 -0800)] 
fix typo per #2494