aboutsummaryrefslogtreecommitdiff
path: root/docs/examples
AgeCommit message (Collapse)AuthorFilesLines
2014-03-24Switch to `icon` instead of `shortcut icon` to fix the HTML validation tests.XhmikosR19-19/+19
2014-03-18[trivial] Updated datesLewis Cowper1-2/+2
2014-03-11add role="alert" to Alert examples, to improve accessibilityChris Rebert2-8/+8
Per https://github.com/paypal/bootstrap-accessibility-plugin/blob/d8fcbcd3fe86f0cb47fda0ffe269b2c7a2131f07/README.md#alert
2014-03-11Fixed typo at docs/examples/rtl/index.phpORiON-1-1/+1
The filename generated at dist/css/ called 'bootstrap-rtl.min.css'.
2014-03-09Replace some images on the Carousel example with some base64 encoded 1x1 gifsMark Otto1-6/+6
2014-03-07Add autoprefixerBas Bosman4-9/+11
2014-03-06Merge pull request #12894 from lipis/patch-2Mark Otto1-0/+3
Removed margin-bottom from last p of .blog-footer
2014-03-04grunt after merging #12917Mark Otto3-5/+5
2014-03-04Fixes #12916: Don't let .lead resize on viewport changeMark Otto1-0/+5
2014-03-04Merge pull request #12897 from avindra/patch-1Mark Otto1-0/+7
Fix for stray 1px line under top navigation in Dashboard example
2014-03-03Merge branch 'master' into rtl_via_css_flipMark Otto5-5/+6
2014-03-02Fix for stray 1px line under top navigationavindra1-0/+7
If you add an "active" class to one of the <li> elements in the top navigation, and style it so that active tabs have a different color, it becomes clear that there is a 1 pixel stray line under the navigation. This style fixes that.
2014-03-02Removed margin-bottom from last p of .blog-footerLipis1-0/+3
2014-02-27Fix csslint errors.XhmikosR5-5/+6
2014-02-24Use CSS Flip to generate RTL variationMark Otto2-0/+396
2014-02-21Fixes #12735: Fix sidebar hover state in Dashboard exampleMark Otto1-1/+3
2014-02-11Add initial right and left properties to offcanvas example for transitions.Marti Kaljuve1-0/+8
2014-02-08Merge branch 'pr/12579'Mark Otto4-84/+64
2014-02-07Omit semicolons consistently in docsZlatan Vasović1-3/+3
2014-02-07Follow up to 1bdd59b18c2d1b2409d0422a60e8c007053202df, to better position ↵Mark Otto1-2/+2
the sidebar so the potential scrollbar doesn't get hidden by the navbar
2014-02-07grunt for daysMark Otto1-1/+1
2014-02-07clarify commentMark Otto1-1/+1
2014-02-07Fixes #12526: Add scrollbars when necessary to the Dashboard example's sidebarMark Otto1-0/+2
2014-02-05Merge pull request #12465 from XhmikosR/docs-imgMark Otto10-0/+0
Docs: losslessly compress images.
2014-02-04Merge pull request #12512 from ZDroid/placeholder-img-fixMark Otto1-0/+1
Improve alignment of the dashboard placeholder images
2014-02-04Sticky footers without any wrappersPanayiotis Lipiridis4-84/+64
2014-02-04Compress examples screenshots with kraken.io.XhmikosR10-0/+0
Before: 1,12 MB (1.174.728 bytes) After: 1,11 MB (1.173.614 bytes)
2014-02-04Remove double semicolon.XhmikosR1-1/+1
2014-02-04Add examples/**/*.css in csscomb task.XhmikosR14-64/+62
2014-02-04Examples: fix csslint errors.XhmikosR4-7/+3
2014-02-03Safari's justified nav bug is still present as of Safari v7.0.1; fixes #12454Chris Rebert1-1/+1
2014-02-01Improve alignment of the dashboard placeholder imagesZlatan Vasović1-0/+1
Fixes #12435
2014-01-30fix "pading-right" [sic] typo in dashboard.css; fixes #12455Chris Rebert1-1/+1
2014-01-30Update jQuery to v1.11.0.XhmikosR13-13/+13
Also, use Google's CDN per #11369.
2014-01-30its an email inputChris Riddell1-2/+2
2014-01-25Clarify nesting in grid exampleJulian Thilo1-1/+1
2014-01-21Update index.htmlChristian1-1/+1
This is very minor, but to help encourage best practises it'd be best to have the input type 'email' for this email input example instead of 'text'
2014-01-19Additional changes to #12275 and #12292Quy Ton1-1/+1
2014-01-19Improve <meta> tagsZlatan Vasović17-17/+17
2014-01-18Added WAI-ARIA roles to examples/theme/index.html (document, main)westurner1-2/+2
https://en.wikipedia.org/wiki/WAI-ARIA http://www.w3.org/TR/wai-aria/roles
2014-01-18Fix holder.js links in examplesJulian Thilo5-5/+5
Replaces links to holder.js with links to the new docs.min.js. The uncompressed holder.js file is now in docs/assets/js/vendor, which is excluded from Jekyll builds. In turn, Holder is now included in docs.min.js, which is smaller than holder.js, so this should make everybody happy. :)
2014-01-07Update copyright notices in all placesJulian Thilo6-9/+9
- Implements new format "Copyright 2011-xxxx Twitter, Inc.", which resonates well with our History page and more accurately reflects the copyright status of the repo - grunt dist to update all the files
2014-01-05Use mix of medium and small grid clases on dashboard exampleMark Otto1-2/+2
2014-01-05add .container(-fluid) to remaining navbar examples for consistency/accuracyChris Rebert1-33/+35
follow-up to 93a4d6cc5ecdc1cbc09c4b8af2e587f4480b36cf
2014-01-01fix assets links in all exampleswangsai18-58/+58
2013-12-28Rearrange repository contents because muahahahahahahaMark Otto55-0/+3375
2013-06-20Move examples out of the main repo to twbs/bootstrap-examplesMark Otto13-1586/+0
While examples are phenomenally useful and awesome for folks getting started with Bootstrap, they don't really shine as well being buried in the main docs. Moreover, having anything that's not core HTML, CSS, JS, or documentation in the main repo seems to just get in the way. Therefore, examples gets its own repo. Specifically, we're doing the following: * Deletes all example screenshots * Deletes example layout * Deletes example files * Updates Getting Started docs to include only the template and a link to the new examples project All the examples and their history will be preserved in the switch.
2013-06-19Offcanvas example updateMark Otto1-26/+36
* 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
2013-06-19Merge branch 'offcanvas-example' of https://github.com/trumbitta/bootstrap ↵Mark Otto1-0/+195
into trumbitta-offcanvas-example
2013-06-09Redo grid documentationMark Otto1-2/+32
* 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