aboutsummaryrefslogtreecommitdiff
path: root/examples/non-responsive
AgeCommit message (Collapse)AuthorFilesLines
2013-11-05fix 1 remaining instance of #11349Chris Rebert1-0/+1
2013-10-31Added navigation role to example navbarsAJ Acevedo1-1/+1
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 urlswangsai1-1/+1
2013-10-17Warn about IE8 + Respond.js + file:// problem in examples; fix #11019Chris Rebert1-0/+3
2013-10-16upgrade to html5shiv v 3.7.0Chris Rebert1-1/+1
2013-10-13use CDN for respond.jsChris Rebert1-1/+1
2013-10-10use https:// for CDN linksChris Rebert1-2/+2
- works when viewing page via file:// - sets a good example security-wise
2013-10-09use CDN for jQuery instead of vendoring it; fixes part of #10989Chris Rebert1-1/+1
2013-10-09use CDN for html5shiv instead of vendoring it; fixes part of #10989Chris Rebert1-1/+1
2013-09-24Disable IE Compatibility Mode in docs, examplesJulian Thilo1-0/+1
...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 Rebert1-4/+4
2013-08-20fix #9924Chris Rebert1-2/+1
2013-08-18don't include other navbar links in non responsive docs; use generic linksMark Otto1-3/+3
2013-08-18prevent navbar from collapsing in non responsive example (fixes #9812)Mark Otto2-0/+148
2013-08-18add IE's Conditional comments for respondjs and html5shivsaiwang1-1/+6
2013-08-17update non-responsive docs and example to really disable itMark Otto2-2/+3
2013-08-17add nonresponsive template to examplesMark Otto2-0/+59