aboutsummaryrefslogtreecommitdiff
path: root/examples/theme
AgeCommit message (Collapse)AuthorFilesLines
2013-10-30remove unused `{{ page.base_url }}` variables, and fix the urlswangsai1-1/+1
2013-10-23rm dummy 'src' attributes of <img>s & squelch validator warning; fixes #11216Chris Rebert1-1/+1
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 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-5/+5
2013-09-02Update index.htmlChristian1-1/+1
Updated text in the jumbotron container to reflect the Bootstrap 3 change from 'hero unit' to 'jumbotron'.
2013-09-01Remove links to navbar examples from example navbars in Theme ↵Mark Otto1-11/+1
example--nullifies #9894
2013-09-01fixes #10111: different colors for dropdown link hover and active statesMark Otto1-1/+1
2013-08-24Add even more role="button" attributesKevin Suttle1-1/+1
Missed the <a class="btw" in my regex search
2013-08-23fixes #9876: avoid dropdowns in navbar examples to prevent overlapMark Otto1-24/+0
2013-08-18Merge branch '3.0.0-wip' into bs3_panel_base_classMark Otto1-3/+3
Conflicts: dist/css/bootstrap-theme.min.css dist/css/bootstrap.min.css
2013-08-18update theme to matchMark Otto1-3/+3
2013-08-18Refactor panels to have a base class for improved flexibility when ↵Mark Otto1-1/+1
customizing (and no overriding to start, too)
2013-08-19Add new navbar-default class to examplesJulian Thilo1-1/+1
2013-08-18add IE's Conditional comments for respondjs and html5shivsaiwang1-1/+6
2013-08-17Finish first pass at and docment Bootstrap v2-ish themeMark Otto2-0/+396
* Adds new "theme" example * Adds new theme.less file to provide all the overrides and additional styles for the theme * theme.less compiles, via Grunt, to two new files to `dist/css`, bootstrap-theme.css and bootstrap-theme.min.css