aboutsummaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Collapse)AuthorFilesLines
2013-12-28Rearrange repository contents because muahahahahahahaMark Otto55-3375/+0
2013-12-28drop the titleMark Otto1-1/+1
2013-12-28Merge pull request #12035 from tomByrer/masterMark Otto1-2/+6
fixed .clearfix example, + doc link
2013-12-28fixed .clearfix example, + doc linktomByrer1-2/+6
2013-12-24Update Respond.js to v1.4.2.XhmikosR18-18/+18
2013-12-23Fixes #11975: Change from png to .ico for faviconMark Otto18-18/+18
2013-12-18fix typoChris Rebert1-1/+1
2013-12-18fixes #11925: cover template for firefoxMark Otto1-0/+1
2013-12-15inform the people that fixed positioning ain't all it's cracked up to be /cc ↵Mark Otto1-0/+4
#11888
2013-12-15finalize blog templateMark Otto2-2/+7
2013-12-11Add new template, CoverMark Otto2-0/+334
2013-12-08fix validation failureMark Otto1-1/+1
2013-12-07image compressionMark Otto4-0/+0
2013-12-07Add new template, CoverMark Otto3-0/+235
2013-12-07Add new template, DashboardMark Otto3-0/+336
2013-12-04Updates Bootstrap thumbnailJoah Gerstenberg1-0/+0
2013-12-01Fixes #9927: Update non-responsive example to prevent .navbar-collapse ↵Mark Otto1-10/+14
border from increasing height and increase specificity of nav selectors to keep dropdowns looking the same
2013-11-30Shorten sticky footer examples footer content to prevent wrappingMark Otto4-4/+4
2013-11-30Merge pull request #11330 from maxwellium/patch-1Mark Otto1-1/+2
fixing offcanvas example for chrome
2013-11-21add more missing role="form"-sChris Rebert2-2/+2
2013-11-13Justified Nav rendering bug fixed in Chrome as of v31.0.1650.48Chris Rebert1-2/+2
2013-11-06add warning about WebKit bug to the justified nav example itselfChris Rebert1-1/+2
2013-11-05fix 1 remaining instance of #11349Chris Rebert1-0/+1
2013-11-03Add toogle nav for screen readers in examplesThanos Lefteris9-0/+11
2013-11-01otherwise content scrolls on chromemaxwellium1-1/+2
without change, body scrolls on chrome Version 30.0.1599.101 (OSX 10.9)
2013-10-31Added navigation role to example navbarsAJ Acevedo9-9/+9
As per the docs: http://getbootstrap.com/components/#navbar-default modified: examples/carousel/index.html modified: examples/jumbotron/index.html modified: examples/navbar-fixed-top/index.html modified: examples/navbar-static-top/index.html modified: examples/navbar/index.html modified: examples/non-responsive/index.html modified: examples/starter-template/index.html modified: examples/sticky-footer-navbar/index.html modified: examples/theme/index.html
2013-10-30remove unused `{{ page.base_url }}` variables, and fix the urlswangsai15-15/+15
2013-10-23rm dummy 'src' attributes of <img>s & squelch validator warning; fixes #11216Chris Rebert2-10/+10
2013-10-20Merge pull request #10729 from lipis/patch-2Mark Otto2-6/+4
Removed the unnecessary override and the !important from .wrap
2013-10-20Fix up padding on default navbar exampleMark Otto1-3/+4
2013-10-20Fixes #10433: Navbar z-index refactorMark Otto1-0/+24
* Resets the default navbar z-index to auto at a certain breakpoint * Adds fixed navbar z-index var to fixed bottom navbar (previously only on fixed top navbar)
2013-10-17Warn about IE8 + Respond.js + file:// problem in examples; fix #11019Chris Rebert15-0/+45
2013-10-16upgrade to html5shiv v 3.7.0Chris Rebert15-15/+15
2013-10-14Merge pull request #10533 from topsitemakers/masterMark Otto1-2/+2
adding required attribute for example signin form
2013-10-13use CDN for respond.jsChris Rebert15-15/+15
2013-10-13Merge pull request #11016 from twbs/address-10965Mark Otto1-1/+1
address #10965; mention Glyphicons-over-file:// problem in Carousel example
2013-10-10use https:// for CDN linksChris Rebert15-25/+25
- works when viewing page via file:// - sets a good example security-wise
2013-10-10address #10965; mention Glyphicons-over-file:// problem in Carousel exampleChris Rebert1-1/+1
2013-10-09Merge pull request #11013 from twbs/fix-10989Mark Otto15-25/+25
Use CDNs for more example JavaScripts
2013-10-09use data-ride="carousel" in the docs & examples; fixes #11005Chris Rebert1-1/+1
2013-10-09use CDN for jQuery instead of vendoring it; fixes part of #10989Chris Rebert10-10/+10
2013-10-09use CDN for html5shiv instead of vendoring it; fixes part of #10989Chris Rebert15-15/+15
2013-09-24Disable IE Compatibility Mode in docs, examplesJulian Thilo15-0/+15
...because we don't support it and it may cause problems for people trying to view the docs in IE.
2013-09-23move /assets/ to /docs-assets/ ; fixes #10715Chris Rebert15-57/+57
2013-09-19Same fix for the navbar example of sticky footerLipis1-3/+2
2013-09-19Removed the unnecessary override and the !important from .wrapLipis1-3/+2
In the sticky footer example there were some weird stuff..
2013-09-11Merge branch 'master' of github.com:twbs/bootstrapMark Otto1-3/+3
Conflicts: dist/css/bootstrap.min.css
2013-09-11Updated the old btn-large in carousel exampleLipis1-3/+3
2013-09-09fixes #9985: update grid classes in grid exampleMark Otto1-11/+7
2013-09-09adding required attribute for example signin formTopsitemakers1-2/+2