]> git.ipfire.org Git - thirdparty/bootstrap.git/log
thirdparty/bootstrap.git
11 years agoadd David (david-dm.org) badge to monitor currentness of dependencies 10012/head
Chris Rebert [Wed, 21 Aug 2013 22:11:56 +0000 (15:11 -0700)] 
add David (david-dm.org) badge to monitor currentness of dependencies

11 years agoMerge pull request #10006 from jodytate/master
Mark Otto [Wed, 21 Aug 2013 21:25:49 +0000 (14:25 -0700)] 
Merge pull request #10006 from jodytate/master

remove .btn-group

11 years agoremove .btn-group 10006/head
jody tate [Wed, 21 Aug 2013 20:31:17 +0000 (13:31 -0700)] 
remove .btn-group

Removing this class--it's not used in the example and using it causes "bad things to happen."

http://jsfiddle.net/josephtate/Jn6H4/

11 years agoMerge pull request #9999 from sqrt4/fix-9974
Chris Rebert [Wed, 21 Aug 2013 18:36:02 +0000 (11:36 -0700)] 
Merge pull request #9999 from sqrt4/fix-9974

Fixes #9974

11 years agoFixes #9974 9999/head
James Lawrence [Wed, 21 Aug 2013 16:56:36 +0000 (17:56 +0100)] 
Fixes #9974

Added th selector in .table-row-variant mixin

11 years agoMerge pull request #9987 from wangsai/fix-typo
Chris Rebert [Wed, 21 Aug 2013 16:23:31 +0000 (09:23 -0700)] 
Merge pull request #9987 from wangsai/fix-typo

change `else if` to `else`

11 years agochange `else if` to `else` 9987/head
wangsai [Wed, 21 Aug 2013 11:36:33 +0000 (19:36 +0800)] 
change `else if` to `else`

11 years agoMerge pull request #9973 from coliff/patch-6
Chris Rebert [Wed, 21 Aug 2013 07:35:15 +0000 (00:35 -0700)] 
Merge pull request #9973 from coliff/patch-6

Update justified-nav.css (Removed unnecessary ms-linear-gradient prefix)

11 years agoUpdate justified-nav.css 9973/head
Christian [Wed, 21 Aug 2013 07:30:12 +0000 (16:30 +0900)] 
Update justified-nav.css

Removed unnecessary ms-linear-gradient prefix. There was never a stable release of IE that supported -ms- prefixed gradients, those were only in preview versions (stable IE10 supports both prefixed and unprefixed gradients). (source: http://lea.verou.me/2013/04/can-we-get-rid-of-gradient-prefixes/)

11 years agoupdate copyright year
Chris Rebert [Tue, 20 Aug 2013 23:34:57 +0000 (16:34 -0700)] 
update copyright year

11 years agofix #9915
Chris Rebert [Tue, 20 Aug 2013 23:21:18 +0000 (16:21 -0700)] 
fix #9915

11 years agomaster branch is no longer stationary, so don't imply otherwise
Chris Rebert [Tue, 20 Aug 2013 21:18:30 +0000 (14:18 -0700)] 
master branch is no longer stationary, so don't imply otherwise

11 years agolinks to a release instead of master, so rephrase description accordingly
Chris Rebert [Tue, 20 Aug 2013 21:16:31 +0000 (14:16 -0700)] 
links to a release instead of master, so rephrase description accordingly

11 years agopoint release download link to an actual release instead of `master`
Chris Rebert [Tue, 20 Aug 2013 21:00:48 +0000 (14:00 -0700)] 
point release download link to an actual release instead of `master`

11 years agoCONTRIBUTING: reflect move away from *-wip branch style of development
Chris Rebert [Tue, 20 Aug 2013 20:45:52 +0000 (13:45 -0700)] 
CONTRIBUTING: reflect move away from *-wip branch style of development

Per http://blog.getbootstrap.com/2012/12/10/bootstrap-3-plans/ :
> * Drop the `*-wip` branch style of development.

11 years agofix #9917
Chris Rebert [Tue, 20 Aug 2013 20:36:22 +0000 (13:36 -0700)] 
fix #9917

11 years agofix #9924
Chris Rebert [Tue, 20 Aug 2013 19:41:41 +0000 (12:41 -0700)] 
fix #9924

11 years agoMerge pull request #9930 from tagliala/whitespaces-fix
Chris Rebert [Tue, 20 Aug 2013 17:35:00 +0000 (10:35 -0700)] 
Merge pull request #9930 from tagliala/whitespaces-fix

Removed trailing whitespaces in responsive-utilities.less

11 years agoMerge pull request #9918 from lamby/master
Chris Rebert [Tue, 20 Aug 2013 16:36:00 +0000 (09:36 -0700)] 
Merge pull request #9918 from lamby/master

Correct "Aligninment" -> "Alignment" typo.

11 years agoRemoving whitespaces 9930/head
Geremia Taglialatela [Tue, 20 Aug 2013 12:56:10 +0000 (14:56 +0200)] 
Removing whitespaces

11 years agoCorrect "Aligninment" -> "Alignment" typo. 9918/head
Chris Lamb [Tue, 20 Aug 2013 10:18:23 +0000 (11:18 +0100)] 
Correct "Aligninment" -> "Alignment" typo.

Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
11 years agoupdate grunt-html-validation output file ignores
Chris Rebert [Mon, 19 Aug 2013 21:23:07 +0000 (14:23 -0700)] 
update grunt-html-validation output file ignores

11 years agoremove dumb validation reports v3.0.0
fat [Mon, 19 Aug 2013 21:18:20 +0000 (14:18 -0700)] 
remove dumb validation reports

11 years agofix customizer
fat [Mon, 19 Aug 2013 21:16:52 +0000 (14:16 -0700)] 
fix customizer

11 years agoreally do the raw liquid tag
Mark Otto [Mon, 19 Aug 2013 20:58:29 +0000 (13:58 -0700)] 
really do the raw liquid tag

11 years agowrap generated customizer code in raw liquid tag for proper jekyll serve
Mark Otto [Mon, 19 Aug 2013 20:49:58 +0000 (13:49 -0700)] 
wrap generated customizer code in raw liquid tag for proper jekyll serve

11 years agofix broken panels in js example 6342/head
Mark Otto [Mon, 19 Aug 2013 20:27:45 +0000 (13:27 -0700)] 
fix broken panels in js example

11 years agorun grunt to generate customizer
Mark Otto [Mon, 19 Aug 2013 20:17:16 +0000 (13:17 -0700)] 
run grunt to generate customizer

11 years agoMerge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip
Mark Otto [Mon, 19 Aug 2013 20:16:39 +0000 (13:16 -0700)] 
Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip

11 years agofixes #9855: account for modal overflow on body hiding scrollbar
Mark Otto [Mon, 19 Aug 2013 20:16:32 +0000 (13:16 -0700)] 
fixes #9855: account for modal overflow on body hiding scrollbar

11 years agoupdate gruntfile not to run validation + remove validation status
fat [Mon, 19 Aug 2013 19:22:42 +0000 (12:22 -0700)] 
update gruntfile not to run validation + remove validation status

11 years agoadd glyphicons to customizer
fat [Mon, 19 Aug 2013 19:19:00 +0000 (12:19 -0700)] 
add glyphicons to customizer

11 years agorun grunt dist for #9864
Mark Otto [Mon, 19 Aug 2013 17:43:58 +0000 (10:43 -0700)] 
run grunt dist for #9864

11 years agoMerge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip
Mark Otto [Mon, 19 Aug 2013 17:43:45 +0000 (10:43 -0700)] 
Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip

11 years agoMerge pull request #9864 from boomsb/3.0.0-wip
Mark Otto [Mon, 19 Aug 2013 17:43:26 +0000 (10:43 -0700)] 
Merge pull request #9864 from boomsb/3.0.0-wip

Update tables.less

11 years agofix 144 apple icon
Mark Otto [Mon, 19 Aug 2013 16:54:16 +0000 (09:54 -0700)] 
fix 144 apple icon

11 years agoFixes secondary issue in #9798
Mark Otto [Mon, 19 Aug 2013 16:36:56 +0000 (09:36 -0700)] 
Fixes secondary issue in #9798

11 years agoAdd default navbar z-index to fix #9844
Mark Otto [Mon, 19 Aug 2013 16:31:16 +0000 (09:31 -0700)] 
Add default navbar z-index to fix #9844

iOS doesn't pick up the z-indexing properly on the dropdowns unless you
specify one for the parent navbar.

11 years agoUpdate tables.less 9864/head
boomsb [Mon, 19 Aug 2013 16:30:38 +0000 (11:30 -0500)] 
Update tables.less

Fixed Table cell sizing with multiple classes by using *= instead of ^=

11 years agoComment out grid cols var until we get mixins back in v3.1
Mark Otto [Mon, 19 Aug 2013 16:17:49 +0000 (09:17 -0700)] 
Comment out grid cols var until we get mixins back in v3.1

11 years agoGenerate customizer stuff
Mark Otto [Mon, 19 Aug 2013 16:12:34 +0000 (09:12 -0700)] 
Generate customizer stuff

11 years agoUpdate thumbnails col classes
Mark Otto [Mon, 19 Aug 2013 16:10:19 +0000 (09:10 -0700)] 
Update thumbnails col classes

11 years agorun grunt dist on #9847
Mark Otto [Mon, 19 Aug 2013 15:59:12 +0000 (08:59 -0700)] 
run grunt dist on #9847

11 years agoMerge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip
Mark Otto [Mon, 19 Aug 2013 15:58:59 +0000 (08:58 -0700)] 
Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip

11 years agoMerge pull request #9847 from wangsai/remove-duplicate-code
Mark Otto [Mon, 19 Aug 2013 15:58:47 +0000 (08:58 -0700)] 
Merge pull request #9847 from wangsai/remove-duplicate-code

`.table` style is duplicate in `List groups in panels` and `Tables in panels`

11 years agoUpdate jsbin example
Mark Otto [Mon, 19 Aug 2013 15:56:08 +0000 (08:56 -0700)] 
Update jsbin example

11 years agomove dropdown change from navbar to dropdowns to fix customizer compiling
Mark Otto [Mon, 19 Aug 2013 15:54:40 +0000 (08:54 -0700)] 
move dropdown change from navbar to dropdowns to fix customizer compiling

11 years agosave and recompile for that last commit
Mark Otto [Mon, 19 Aug 2013 15:51:25 +0000 (08:51 -0700)] 
save and recompile for that last commit

11 years agoMerge pull request #9851 from liuyl/typo
Chris Rebert [Mon, 19 Aug 2013 15:47:35 +0000 (08:47 -0700)] 
Merge pull request #9851 from liuyl/typo

fix typo

11 years agofix #9832 somewhat: more vars for jumbotron
Mark Otto [Mon, 19 Aug 2013 15:46:49 +0000 (08:46 -0700)] 
fix #9832 somewhat: more vars for jumbotron

11 years agofix typo 9851/head
Yulong Liu [Mon, 19 Aug 2013 15:02:03 +0000 (23:02 +0800)] 
fix typo

11 years ago`.table` style is duplicate in `List groups in panels` and `Tables in panels` 9847/head
saiwang [Mon, 19 Aug 2013 14:08:06 +0000 (22:08 +0800)] 
`.table` style is duplicate in `List groups in panels` and `Tables in panels`

11 years agoRe-enable glyphicons in carousel controls and then remove redundant CSS from example
Mark Otto [Mon, 19 Aug 2013 07:58:29 +0000 (00:58 -0700)] 
Re-enable glyphicons in carousel controls and then remove redundant CSS from example

11 years agoMerge pull request #9828 from cmdoptesc/3.0.0-wip
Mark Otto [Mon, 19 Aug 2013 07:56:04 +0000 (00:56 -0700)] 
Merge pull request #9828 from cmdoptesc/3.0.0-wip

Add background-color to carousel.

11 years agoFix vertical alignment of carousel navigation arrows. 9828/head
al // @idest [Mon, 19 Aug 2013 07:54:54 +0000 (00:54 -0700)] 
Fix vertical alignment of carousel navigation arrows.

Navigation arrows were aligned to the top of page. Vertically centered them in this fix.

11 years agoFix the customizer.js; Update alert styles for pre blocks
Mark Otto [Mon, 19 Aug 2013 07:54:53 +0000 (00:54 -0700)] 
Fix the customizer.js; Update alert styles for pre blocks

11 years agoAdd background-color to carousel.
al // @idest [Mon, 19 Aug 2013 07:49:28 +0000 (00:49 -0700)] 
Add background-color to carousel.

Set a background color for the carousel example so that white text is now legible. Also fixed typo on line 97.

11 years agoClarify responsive tables and tuck margin
Mark Otto [Mon, 19 Aug 2013 07:45:20 +0000 (00:45 -0700)] 
Clarify responsive tables and tuck margin

11 years agoFix remainder of panel default examples and reorder nav links
Mark Otto [Mon, 19 Aug 2013 07:43:22 +0000 (00:43 -0700)] 
Fix remainder of panel default examples and reorder nav links

11 years agoAdd subnav link for panels with tables
Mark Otto [Mon, 19 Aug 2013 07:42:39 +0000 (00:42 -0700)] 
Add subnav link for panels with tables

11 years agoFix broken tables in panel groups example
Mark Otto [Mon, 19 Aug 2013 07:42:12 +0000 (00:42 -0700)] 
Fix broken tables in panel groups example

11 years agoMore legible examples for progress bars
Mark Otto [Mon, 19 Aug 2013 07:41:03 +0000 (00:41 -0700)] 
More legible examples for progress bars

11 years agoDouble quotes not single quotes
Mark Otto [Mon, 19 Aug 2013 07:39:00 +0000 (00:39 -0700)] 
Double quotes not single quotes

11 years agoConsistent alert link examples (adds warning and reorders)
Mark Otto [Mon, 19 Aug 2013 07:38:20 +0000 (00:38 -0700)] 
Consistent alert link examples (adds warning and reorders)

11 years agoNuke top margin on pager examples
Mark Otto [Mon, 19 Aug 2013 07:36:45 +0000 (00:36 -0700)] 
Nuke top margin on pager examples

11 years agoChange up label padding to equalize top and bottom
Mark Otto [Mon, 19 Aug 2013 07:36:39 +0000 (00:36 -0700)] 
Change up label padding to equalize top and bottom

11 years agoNuke margin for last child navbar text
Mark Otto [Mon, 19 Aug 2013 07:34:31 +0000 (00:34 -0700)] 
Nuke margin for last child navbar text

11 years agoRun grunt dist on responsive changes
Mark Otto [Mon, 19 Aug 2013 07:34:16 +0000 (00:34 -0700)] 
Run grunt dist on responsive changes

11 years agoDoh! Really undo that navbar thing
Mark Otto [Mon, 19 Aug 2013 07:33:27 +0000 (00:33 -0700)] 
Doh! Really undo that navbar thing

11 years agoremove redundant docs section
Mark Otto [Mon, 19 Aug 2013 07:31:38 +0000 (00:31 -0700)] 
remove redundant docs section

11 years agoCopy edits, fix classes for demo, add subnav links
Mark Otto [Mon, 19 Aug 2013 07:16:51 +0000 (00:16 -0700)] 
Copy edits, fix classes for demo, add subnav links

11 years agoMerge branch '3.0.0-wip' of https://github.com/eratzlaff/bootstrap into eratzlaff...
Mark Otto [Mon, 19 Aug 2013 07:15:47 +0000 (00:15 -0700)] 
Merge branch '3.0.0-wip' of https://github.com/eratzlaff/bootstrap into eratzlaff-3.0.0-wip

11 years agoAdd Test case to documentation 9821/head
Elvis Ratzlaff [Mon, 19 Aug 2013 07:14:38 +0000 (03:14 -0400)] 
Add Test case to documentation

11 years agoupdate grid options max container width in docs to reflect latest changes
Mark Otto [Mon, 19 Aug 2013 07:06:26 +0000 (00:06 -0700)] 
update grid options max container width in docs to reflect latest changes

11 years agouse n/a not -
Mark Otto [Mon, 19 Aug 2013 07:05:03 +0000 (00:05 -0700)] 
use n/a not -

11 years agoMerge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip
Mark Otto [Mon, 19 Aug 2013 07:03:35 +0000 (00:03 -0700)] 
Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip

11 years agomore copy edits
Mark Otto [Mon, 19 Aug 2013 07:03:28 +0000 (00:03 -0700)] 
more copy edits

11 years agodon't repeat ourselves in the disabled responsiveness stuff
Mark Otto [Mon, 19 Aug 2013 06:58:31 +0000 (23:58 -0700)] 
don't repeat ourselves in the disabled responsiveness stuff

11 years agoMerge pull request #9826 from phillipalexander/patch-1
Chris Rebert [Mon, 19 Aug 2013 06:57:43 +0000 (23:57 -0700)] 
Merge pull request #9826 from phillipalexander/patch-1

Remove unnecessary trailing comma in Gruntfile.js

11 years agono linenos
Mark Otto [Mon, 19 Aug 2013 06:54:42 +0000 (23:54 -0700)] 
no linenos

11 years agoRemove extra trailing comma in Gruntfile.js 9826/head
Phillip Alexander [Mon, 19 Aug 2013 06:54:25 +0000 (23:54 -0700)] 
Remove extra trailing comma in Gruntfile.js

    validation: {
      options: {
        reset: true
      },

11 years agono lead on that paragraph
Mark Otto [Mon, 19 Aug 2013 06:54:18 +0000 (23:54 -0700)] 
no lead on that paragraph

11 years agoMerge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip
Mark Otto [Mon, 19 Aug 2013 06:52:22 +0000 (23:52 -0700)] 
Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip

Conflicts:
getting-started.html

11 years agoNuke the repeated blog stuff and just point people to the upcoming post
Mark Otto [Mon, 19 Aug 2013 06:51:24 +0000 (23:51 -0700)] 
Nuke the repeated blog stuff and just point people to the upcoming post

11 years agoUndo jank jump to docs section via side nav thing for all but h1s
Mark Otto [Mon, 19 Aug 2013 06:51:09 +0000 (23:51 -0700)] 
Undo jank jump to docs section via side nav thing for all but h1s

While it worked, it overlaps content and makes links unclickable,
elements unselectable, etc. Le sad.

11 years agosimpler customizer files section; adds glyphicons.less
Mark Otto [Mon, 19 Aug 2013 06:36:36 +0000 (23:36 -0700)] 
simpler customizer files section; adds glyphicons.less

11 years agoupdate version number in anticipation of final release
Chris Rebert [Mon, 19 Aug 2013 06:27:46 +0000 (23:27 -0700)] 
update version number in anticipation of final release

11 years agolet's avoid calling it that
Chris Rebert [Mon, 19 Aug 2013 06:24:31 +0000 (23:24 -0700)] 
let's avoid calling it that

11 years agoThis-Is-SPARTA! Or rather, HTML. Not Markdown.
Chris Rebert [Mon, 19 Aug 2013 06:18:58 +0000 (23:18 -0700)] 
This-Is-SPARTA! Or rather, HTML. Not Markdown.

11 years agojanky not ghetto <3
Mark Otto [Mon, 19 Aug 2013 06:09:09 +0000 (23:09 -0700)] 
janky not ghetto <3

11 years agogive some more space on that janky docs navbar fix
Mark Otto [Mon, 19 Aug 2013 06:08:57 +0000 (23:08 -0700)] 
give some more space on that janky docs navbar fix

11 years agoupdate template in getting started docs to reflect shim and respond.js in examples
Mark Otto [Mon, 19 Aug 2013 06:07:36 +0000 (23:07 -0700)] 
update template in getting started docs to reflect shim and respond.js in examples

11 years agoMerge branch '3.0.0-wip' into bs3_homepage
Mark Otto [Mon, 19 Aug 2013 05:47:09 +0000 (22:47 -0700)] 
Merge branch '3.0.0-wip' into bs3_homepage

11 years agomore accurate dist contents
Mark Otto [Mon, 19 Aug 2013 05:45:30 +0000 (22:45 -0700)] 
more accurate dist contents

11 years agomore migration guide work
Mark Otto [Mon, 19 Aug 2013 05:43:29 +0000 (22:43 -0700)] 
more migration guide work

11 years agoMerge pull request #9822 from gdi2290/patch-1
Mark Otto [Mon, 19 Aug 2013 05:35:19 +0000 (22:35 -0700)] 
Merge pull request #9822 from gdi2290/patch-1

fix file structure in "What's included"

11 years agofix file structure in What's included 9822/head
PatrickJS [Mon, 19 Aug 2013 05:27:30 +0000 (22:27 -0700)] 
fix file structure in What's included

11 years agoSuper ghetto fix for preventing navbar overlap when clicking side nav links /cc @fat
Mark Otto [Mon, 19 Aug 2013 05:19:56 +0000 (22:19 -0700)] 
Super ghetto fix for preventing navbar overlap when clicking side nav links /cc @fat

11 years agoFix broken link and wrong label
Mark Otto [Mon, 19 Aug 2013 05:19:16 +0000 (22:19 -0700)] 
Fix broken link and wrong label

11 years agoscrew it, errbody gets a single map base64 image
Mark Otto [Mon, 19 Aug 2013 05:04:51 +0000 (22:04 -0700)] 
screw it, errbody gets a single map base64 image