aboutsummaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Collapse)AuthorFilesLines
2013-09-06Remove nav from jumbotron example (temp fix for #10228)Mark Otto1-17/+0
2013-09-04polish off #10227 with an inline commentMark Otto1-1/+1
2013-09-04Merge pull request #10227 from UTCWebDev/masterMark Otto1-1/+4
Fixes 10212 - Make custom max-width on row conform to Bootstrap convention
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-09-01fixes alignment and nav list in offcanvas exampleMark Otto2-17/+14
2013-09-01Merge pull request #10249 from coliff/patch-1Mark Otto1-1/+1
Update index.html (update text from hero unit to jumbotron)
2013-09-01fixes #10136Mark Otto1-3/+3
2013-08-28Prevent X-scroll on small screensUTCWebDev1-0/+3
html overflow-x must be hidden to prevent accidental x-scroll on small screens. This is more apparent with touch screens, where the user often gestures diagonally instead of a true vertical gesture.
2013-08-28Update index.htmlChristian1-1/+1
Updated text in the jumbotron container to reflect the Bootstrap 3 change from hero unit to jumbotron. (Wasn't sure if it should be 'a Jumbotron' or just 'Jumbotron' though...
2013-08-27Make custom max-width on row conform to Boostrap conventionUTCWebDev1-1/+1
Bootstrap break point for tablet portrait 768 keeps the row intact, so it's not appropriate to have off-canvas elements at that width. Custom off-canvas.css should be breakpoint 767px
2013-08-27Fixes #9928 and #9932: carousel example in IE10Mark Otto1-4/+24
* Use absolute positioning instead to remove navbar from flow of document * No more negative margin fu * Flip around padding between container and navbar for proper display in xs and sm viewports
2013-08-27fixes #9901Mark Otto1-1/+1
2013-08-26Improve upon #9937: Link and put reset column stuff to action in the grid ↵Mark Otto1-0/+29
example
2013-08-26Address #9873 and fix #9774Mark Otto1-0/+1
* Update styling of justified nav links to be more mobile friendly (with all four rounded corners and some margin between items) * Add note to docs to callout bogus WebKit rendering on component and example
2013-08-25Correct TypoLuis Nell1-2/+2
2013-08-24Add even more role="button" attributesKevin Suttle9-25/+25
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-22fixes #9880: use correct grid classes on jumbotron exampleMark Otto1-3/+3
2013-08-21Update justified-nav.cssChristian1-1/+0
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/)
2013-08-20fix #9924Chris Rebert1-2/+1
2013-08-19Re-enable glyphicons in carousel controls and then remove redundant CSS from ↵Mark Otto1-7/+0
example
2013-08-19Fix vertical alignment of carousel navigation arrows.al // @idest1-0/+6
Navigation arrows were aligned to the top of page. Vertically centered them in this fix.
2013-08-19Add background-color to carousel.al // @idest1-1/+2
Set a background color for the carousel example so that white text is now legible. Also fixed typo on line 97.
2013-08-18Merge branch '3.0.0-wip' into bs3_homepageMark Otto1-4/+4
Conflicts: customize.html dist/css/bootstrap.min.css
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-18Merge branch '3.0.0-wip' into bs3_homepageMark Otto19-93/+282
Conflicts: customize.html examples/justified-nav/justified-nav.css
2013-08-18update non responsive exampleMark Otto1-0/+0
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-18fix broken buttonMark Otto1-1/+1
2013-08-19Add new navbar-default class to examplesJulian Thilo5-5/+5
2013-08-18Merge branch '3.0.0-wip' into bs3_restore_glyphiconsMark Otto4-69/+38
Conflicts: dist/css/bootstrap.min.css
2013-08-18remove padding from justified nav masthead and footerMark Otto1-7/+0
2013-08-18Got rid of body-content from examplesPanayiotis Lipiridis3-62/+38
2013-08-18remove carousel icons includeMark Otto1-1/+0
2013-08-18add IE's Conditional comments for respondjs and html5shivsaiwang15-15/+90
2013-08-17it's levi-OH-sa, not levi-oh-SARMark Otto2-2/+2
2013-08-17Navbar updateMark Otto1-33/+31
Addresses a few different cases where the navbar has and doesn't have a container, and accordingly adjusts the padding and margin of key elements.
2013-08-17Favicon in navbar exampleMark Otto1-0/+1
2013-08-17Update jumbotronMark Otto5-13/+11
* Defaults to no rounded corners and full width in the viewport * When in a container, the jumbotron has extra padding and will have rounded corners * Updates default jumbotron example to show the full width default display Fixes #9759.
2013-08-17Merge branch '3.0.0-wip' into bs3_themeMark Otto7-7/+7
2013-08-17update examples to use new .btn-lg classMark Otto7-7/+7
2013-08-17Finish first pass at and docment Bootstrap v2-ish themeMark Otto3-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
2013-08-17smaller example screenshots, fixes #9748Mark Otto14-0/+0
2013-08-17update non-responsive docs and example to really disable itMark Otto2-2/+3
2013-08-17add nonresponsive template to examplesMark Otto3-0/+59