]>
git.ipfire.org Git - thirdparty/bootstrap.git/log
Mark Otto [Sat, 27 Jul 2013 03:43:22 +0000 (20:43 -0700)]
Merge branch 'example-named-files'
Conflicts:
.gitignore
Mark Otto [Sat, 27 Jul 2013 03:42:47 +0000 (20:42 -0700)]
massive update, including new index page
Mark Otto [Sat, 27 Jul 2013 03:26:53 +0000 (20:26 -0700)]
Merge branch 'master' of github.com:twbs/bootstrap-examples
Nicole [Sun, 21 Jul 2013 06:30:08 +0000 (23:30 -0700)]
add git ignore
Nicole [Sun, 21 Jul 2013 06:17:01 +0000 (23:17 -0700)]
change file names to example names
Mark Otto [Thu, 18 Jul 2013 22:41:11 +0000 (15:41 -0700)]
Merge pull request #2 from ssorallen/master
Let .navbar-wrapper flow in Carousel example
Ross Allen [Thu, 18 Jul 2013 21:57:27 +0000 (14:57 -0700)]
Let .navbar-wrapper flow in Carousel example
A .navbar-wrapper followed by a .carousel works well in this example,
but when the navbar is not followed by a carousel, content flows
underneath the navbar because it is absolutely positioned.
Letting .navbar-wrapper be part of the flow and moving the negative
margin to the .carousel to bring it underneath the navbar makes these
example styles suitable for pages without carousels.
Mark Otto [Mon, 24 Jun 2013 03:34:38 +0000 (20:34 -0700)]
Merge branch 'master' of github.com:twbs/bootstrap-examples
Mark Otto [Mon, 24 Jun 2013 03:33:37 +0000 (20:33 -0700)]
add gitignore and editorconfig
Nicole [Mon, 24 Jun 2013 00:17:20 +0000 (17:17 -0700)]
Merge branch 'master' of https://github.com/twbs/bootstrap-examples
Nicole [Mon, 24 Jun 2013 00:17:08 +0000 (17:17 -0700)]
Update remaining templates to match starter template
Mark Otto [Sun, 23 Jun 2013 20:21:40 +0000 (13:21 -0700)]
move readme to root
Mark Otto [Sun, 23 Jun 2013 01:29:13 +0000 (18:29 -0700)]
Add basic readme
Mark Otto [Sat, 22 Jun 2013 22:35:58 +0000 (16:35 -0600)]
Create CNAME
Mark Otto [Thu, 20 Jun 2013 06:17:17 +0000 (23:17 -0700)]
add example screenshots dir
Mark Otto [Thu, 20 Jun 2013 06:16:34 +0000 (23:16 -0700)]
minify latest bs3
Mark Otto [Thu, 20 Jun 2013 06:16:00 +0000 (23:16 -0700)]
update starter template to use new format; include latest BS3 CSS
Mark Otto [Thu, 20 Jun 2013 03:31:03 +0000 (20:31 -0700)]
Offcanvas example update
* Remove plugin file and put JS inline
* Update grid layout to use tablet columns
* Switch from LESS to CSS for transition
* Pad footer sides for better mobile rendering
* Spacing cleanup
Mark Otto [Thu, 20 Jun 2013 02:13:38 +0000 (19:13 -0700)]
Merge branch 'offcanvas-example' of https://github.com/trumbitta/bootstrap into trumbitta-offcanvas-example
Mark Otto [Mon, 10 Jun 2013 06:43:43 +0000 (23:43 -0700)]
Redo grid documentation
* Update example sections to include basic, mobile-desktop, and mobile-tablet-desktop implementations
* Add more examples to the grid example page
* Red columns instead of gray for more Bootstrapy aesthetic
Mark Otto [Tue, 4 Jun 2013 04:57:51 +0000 (21:57 -0700)]
nuke the .col
Robert Burns [Sun, 2 Jun 2013 21:51:36 +0000 (17:51 -0400)]
Fix navbar toggles
Mark Otto [Fri, 17 May 2013 05:11:31 +0000 (22:11 -0700)]
Better grid template; link color change in docs navbar
Mark Otto [Fri, 17 May 2013 04:03:29 +0000 (21:03 -0700)]
More row change ups:
* No more negative side margins
* However, keep the negative margin for nested rows
Robert Burns [Mon, 13 May 2013 02:04:22 +0000 (22:04 -0400)]
Fix buttons within examples
Robert Burns [Thu, 9 May 2013 11:21:22 +0000 (07:21 -0400)]
Fix form in navbar
William Ghelfi [Wed, 8 May 2013 12:26:55 +0000 (14:26 +0200)]
Merge branch 'offcanvas-example' of github.com:trumbitta/bootstrap into offcanvas-example
William Ghelfi [Mon, 6 May 2013 13:58:04 +0000 (15:58 +0200)]
add offcanvas layout example based on bradfrost/this-is-responsive
William Ghelfi [Mon, 6 May 2013 13:58:04 +0000 (15:58 +0200)]
add offcanvas layout example based on bradfrost/this-is-responsive
Mark Otto [Sat, 4 May 2013 22:00:59 +0000 (15:00 -0700)]
correct right nav in navbar examples
Mark Otto [Fri, 3 May 2013 22:18:04 +0000 (15:18 -0700)]
Update justified nav CSS for proper selectors
Mark Otto [Fri, 3 May 2013 21:29:11 +0000 (14:29 -0700)]
Merge pull request #7769 from holic/3.0.0-sticky-footer
Use padding instead of #push with box-sizing: border-box
Kevin Ingersoll [Fri, 3 May 2013 03:22:27 +0000 (15:22 +1200)]
Use padding instead of #push with box-sizing: border-box
Seth Lilly [Thu, 2 May 2013 17:03:54 +0000 (14:03 -0300)]
Corrected typo in carousel.html
Changed text from "First featurette headling" to "First featurette heading" in the first `h2.featurette-heading` tag.
Robert Burns [Mon, 29 Apr 2013 02:22:33 +0000 (22:22 -0400)]
Update examples after grid changes
Robert Burns [Sun, 28 Apr 2013 13:10:01 +0000 (09:10 -0400)]
Update examples after overhaul of navbar navs
Mark Otto [Tue, 2 Apr 2013 23:17:04 +0000 (16:17 -0700)]
refactor some of the carousel caption stuff to center it and tighten styles up; update carousel template to start to redo mobile first
Fabien [Tue, 2 Apr 2013 11:39:04 +0000 (13:39 +0200)]
Improve responsiveness for tablet and below of navbar in carousel example
- Remove margin-top of navbar-wrapper
- Remove border radius of navbar
- Space out the carousel
Fabien [Tue, 2 Apr 2013 11:30:13 +0000 (13:30 +0200)]
Replace png img by holder.js in carousel example
Fabien [Tue, 2 Apr 2013 11:26:35 +0000 (13:26 +0200)]
Fix corss link for sticky footer
Fabien [Tue, 2 Apr 2013 11:22:31 +0000 (13:22 +0200)]
Fix link to navbar doc
Mark Otto [Mon, 1 Apr 2013 20:17:31 +0000 (13:17 -0700)]
Merge branch '3.0.0-wip-carousel' of https://github.com/burnsra/bootstrap into burnsra-3.0.0-wip-carousel
Mark Otto [Mon, 1 Apr 2013 19:55:48 +0000 (12:55 -0700)]
only negative indent nested grid rows; add new grid example
Robert Burns [Mon, 1 Apr 2013 16:58:40 +0000 (12:58 -0400)]
Additional cleanup to responsive navbar
Robert Burns [Mon, 1 Apr 2013 13:29:43 +0000 (09:29 -0400)]
Add carousel indicators to example
Robert Burns [Mon, 1 Apr 2013 13:27:49 +0000 (09:27 -0400)]
Update carousel-caption btn styles
Robert Burns [Mon, 1 Apr 2013 01:25:45 +0000 (21:25 -0400)]
Fix image paths and carousel controls for carousel example
Mark Otto [Sun, 31 Mar 2013 18:24:31 +0000 (11:24 -0700)]
add some container padding for examples
Mark Otto [Sun, 31 Mar 2013 05:54:31 +0000 (22:54 -0700)]
actually readd the padding and set it to smaller amount for narrow viewports
Mark Otto [Sun, 31 Mar 2013 05:53:35 +0000 (22:53 -0700)]
remove padding form sign in form example
Mark Otto [Sat, 30 Mar 2013 07:11:38 +0000 (00:11 -0700)]
drop .muted for .text-muted
Mark Otto [Wed, 27 Mar 2013 00:17:39 +0000 (17:17 -0700)]
Remove grid example; update grid classes in examples
Mark Otto [Tue, 26 Mar 2013 19:31:03 +0000 (12:31 -0700)]
remove .navbar-inner from starter template
Mark Otto [Tue, 26 Mar 2013 19:28:00 +0000 (12:28 -0700)]
Merge branch '3.0.0-wip' of https://github.com/psylabs/bootstrap into psylabs-3.0.0-wip
Conflicts:
less/tests/navbar-fixed-top.html
less/tests/navbar-static-top.html
less/tests/navbar.html
mo [Tue, 26 Mar 2013 01:13:13 +0000 (18:13 -0700)]
Fixed the navbar toggle in example templates by changing all the ".btn .btn-navbar" to ".navbar-toggle"
mo [Tue, 26 Mar 2013 00:46:44 +0000 (17:46 -0700)]
Fixed all the .brand in navbar to .navbar-brand
Mark Otto [Tue, 26 Feb 2013 08:49:21 +0000 (00:49 -0800)]
nuke remaining less/tests/ files and move grid over to examples dir
Mark Otto [Tue, 26 Feb 2013 08:42:24 +0000 (00:42 -0800)]
moved examples added
Mark Otto [Mon, 18 Feb 2013 03:04:38 +0000 (19:04 -0800)]
more narrow jumbotron example fixes in the mobile first arena
Mark Otto [Mon, 18 Feb 2013 02:58:40 +0000 (18:58 -0800)]
Refactor some common classes from docs css and examples, then prevent examples from using docs.css
Mark Otto [Mon, 18 Feb 2013 02:48:00 +0000 (18:48 -0800)]
revamp narrow jumbotron to avoid conflicts with docs .masthead
Mark Otto [Sat, 16 Feb 2013 09:43:23 +0000 (01:43 -0800)]
Nuke the fluid example since it's no longer applicable
Mark Otto [Fri, 15 Feb 2013 07:51:35 +0000 (23:51 -0800)]
fix spelling as pointed out by @jodytate that got nuked in the merge
Mark Otto [Fri, 15 Feb 2013 07:44:50 +0000 (23:44 -0800)]
Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wip
Conflicts:
docs/examples/sticky-footer-navbar.html
docs/examples/sticky-footer.html
Mark Otto [Fri, 15 Feb 2013 07:38:00 +0000 (23:38 -0800)]
Make example pages use Jekyll; add sticky footer navbar image to examples
jody tate [Thu, 14 Feb 2013 21:30:22 +0000 (13:30 -0800)]
Update docs/examples/sticky-footer.html
again, "it's" to "its" for grammar fun!
jody tate [Thu, 14 Feb 2013 21:26:52 +0000 (13:26 -0800)]
Update docs/examples/sticky-footer-navbar.html
contraction "it's" to possessive "its", aka pedantic grammar fix
Mark Otto [Tue, 12 Feb 2013 20:44:41 +0000 (12:44 -0800)]
rearrange jekyll and docs
Mark Otto [Tue, 12 Feb 2013 20:25:05 +0000 (12:25 -0800)]
nuke what we don't need for jekyll
Mark Otto [Wed, 6 Feb 2013 03:53:44 +0000 (19:53 -0800)]
Merge branch '2.3.0-wip' into 3.0.0-wip
Conflicts:
docs/assets/css/bootstrap-responsive.css
docs/assets/css/bootstrap.css
docs/examples/hero.html
less/buttons.less
less/carousel.less
less/close.less
less/dropdowns.less
less/labels-badges.less
less/mixins.less
less/navbar.less
less/navs.less
less/pagination.less
less/responsive-navbar.less
less/scaffolding.less
less/sprites.less
less/thumbnails.less
less/type.less
Mark Otto [Wed, 6 Feb 2013 03:39:49 +0000 (19:39 -0800)]
Merge branch '2.3.0-wip' of https://github.com/patrickhlauke/bootstrap into patrickhlauke-2.3.0-wip
Conflicts:
docs/assets/css/bootstrap.css
less/navbar.less
Mark Otto [Fri, 1 Feb 2013 18:34:25 +0000 (10:34 -0800)]
Merge branch '2.3.0-wip' into 3.0.0-wip
Conflicts:
docs/examples/hero.html
docs/examples/sticky-footer-navbar.html
Mark Otto [Fri, 1 Feb 2013 18:33:36 +0000 (10:33 -0800)]
Use button element instead of a for responsive navbar buttons
Mark Otto [Fri, 1 Feb 2013 18:32:08 +0000 (10:32 -0800)]
start to refactor justified nav example
Mark Otto [Fri, 1 Feb 2013 18:30:48 +0000 (10:30 -0800)]
button element instead of href-less a tag for navbar button
Mark Otto [Fri, 1 Feb 2013 02:34:12 +0000 (18:34 -0800)]
Refactor jumbotron-narrow.html example
* Make it mobile-first
* Add a handful of comments to explain CSS
* Instead of an <hr> between custom header and jumbotron, use border for a tighter mobile layout
Mark Otto [Fri, 1 Feb 2013 02:25:44 +0000 (18:25 -0800)]
Rename marketing-narrow to jumbotron-narrow for mo betta naming schemes
Mark Otto [Fri, 1 Feb 2013 02:22:47 +0000 (18:22 -0800)]
Refactor jumbotron example:
* Add hella CSS comments
* Reduce padding on body to height of navbar, then set top margin on jumbotron at +768px
* Wrap marketing copy and footer in an extra div so we can set some padding for ideal responsive views
Mark Otto [Fri, 1 Feb 2013 02:06:56 +0000 (18:06 -0800)]
Update starter template to include left/right padding on inner container; also include body padding
Mark Otto [Sat, 19 Jan 2013 17:40:26 +0000 (09:40 -0800)]
remove .navbar-inner from sticky footer navbar
Mark Otto [Sat, 19 Jan 2013 17:39:56 +0000 (09:39 -0800)]
mo betta links between sticky footer examples
Mark Otto [Sat, 19 Jan 2013 17:34:08 +0000 (09:34 -0800)]
update sticky footer templates
Mark Otto [Fri, 18 Jan 2013 09:52:16 +0000 (01:52 -0800)]
unified and simplified sign in form example
Mark Otto [Fri, 18 Jan 2013 09:37:31 +0000 (01:37 -0800)]
cleanup more examples
Mark Otto [Fri, 18 Jan 2013 09:33:55 +0000 (01:33 -0800)]
mo betta justified nav
Mark Otto [Fri, 18 Jan 2013 05:05:23 +0000 (21:05 -0800)]
overhaul justified nav example
Mark Otto [Fri, 18 Jan 2013 04:39:38 +0000 (20:39 -0800)]
Remove docs and prettify css from examples thus far; update narrow page
Mark Otto [Fri, 18 Jan 2013 04:35:59 +0000 (20:35 -0800)]
fix up jumbotron example
Mark Otto [Fri, 18 Jan 2013 04:32:07 +0000 (20:32 -0800)]
Rename hero.html to jumbotron.html
Mark Otto [Fri, 18 Jan 2013 04:30:19 +0000 (20:30 -0800)]
finish updating starter template
Mark Otto [Fri, 18 Jan 2013 04:28:05 +0000 (20:28 -0800)]
comment tweaks and updating starter template
Mark Otto [Fri, 18 Jan 2013 04:23:33 +0000 (20:23 -0800)]
Merge branch '2.3.0-wip' into 3.0.0-wip
Conflicts:
docs/assets/css/bootstrap.css
docs/components.html
docs/css.html
docs/customize.html
docs/examples/fluid.html
docs/extend.html
docs/getting-started.html
docs/index.html
docs/javascript.html
docs/scaffolding.html
docs/templates/layout.mustache
docs/templates/pages/base-css.mustache
docs/templates/pages/components.mustache
less/navbar.less
Mark Otto [Mon, 14 Jan 2013 08:11:55 +0000 (00:11 -0800)]
Upgrade to newest HTML5 shiv, and make it a local dependency rather than CDNing
Mark Otto [Sun, 13 Jan 2013 12:26:52 +0000 (04:26 -0800)]
Merge branch '2.3.0-wip' into 3.0.0-wip
Conflicts:
Makefile
README.md
component.json
docs/assets/css/bootstrap-responsive.css
docs/assets/css/bootstrap.css
docs/assets/js/bootstrap-affix.js
docs/assets/js/bootstrap-alert.js
docs/assets/js/bootstrap-button.js
docs/assets/js/bootstrap-carousel.js
docs/assets/js/bootstrap-collapse.js
docs/assets/js/bootstrap-dropdown.js
docs/assets/js/bootstrap-modal.js
docs/assets/js/bootstrap-popover.js
docs/assets/js/bootstrap-scrollspy.js
docs/assets/js/bootstrap-tab.js
docs/assets/js/bootstrap-tooltip.js
docs/assets/js/bootstrap-transition.js
docs/assets/js/bootstrap-typeahead.js
docs/assets/js/bootstrap.js
docs/components.html
docs/css.html
docs/examples/fluid.html
docs/extend.html
docs/getting-started.html
docs/index.html
docs/templates/pages/base-css.mustache
docs/templates/pages/components.mustache
docs/templates/pages/extend.mustache
docs/templates/pages/getting-started.mustache
docs/templates/pages/index.mustache
docs/templates/pages/javascript.mustache
js/bootstrap-affix.js
js/bootstrap-alert.js
js/bootstrap-button.js
js/bootstrap-carousel.js
js/bootstrap-collapse.js
js/bootstrap-dropdown.js
js/bootstrap-modal.js
js/bootstrap-popover.js
js/bootstrap-scrollspy.js
js/bootstrap-tab.js
js/bootstrap-tooltip.js
js/bootstrap-transition.js
js/bootstrap-typeahead.js
less/bootstrap.less
less/buttons.less
less/forms.less
less/navbar.less
less/popovers.less
less/responsive-767px-max.less
less/responsive.less
less/tables.less
less/tooltip.less
less/type.less
less/variables.less
package.json
Mark Otto [Sat, 12 Jan 2013 08:20:13 +0000 (00:20 -0800)]
fix username navbar text in fluid example for responsive variations
Mark Otto [Sat, 12 Jan 2013 04:30:56 +0000 (20:30 -0800)]
Comment fix
Mark Otto [Fri, 11 Jan 2013 19:00:45 +0000 (11:00 -0800)]
Remove navbar links from sticky footer navbar example
Mark Otto [Fri, 11 Jan 2013 18:58:17 +0000 (10:58 -0800)]
Merge branch 'wilfra-patch-2' into 2.3.0-wip
William Franceschine [Thu, 10 Jan 2013 10:14:14 +0000 (02:14 -0800)]
Update docs/examples/marketing-narrow.html
Updated copyright to 2013
William Franceschine [Thu, 10 Jan 2013 10:13:57 +0000 (02:13 -0800)]
Update docs/examples/marketing-alternate.html
Updated copyright to 2013