aboutsummaryrefslogtreecommitdiff
path: root/docs/examples
AgeCommit message (Collapse)AuthorFilesLines
2013-07-25twitter/bootstrap => twbs/bootstrap in links etc.Chris Rebert1-1/+1
2013-02-05Merge branch '2.3.0-wip' of https://github.com/patrickhlauke/bootstrap into ↵Mark Otto2-2/+2
patrickhlauke-2.3.0-wip Conflicts: docs/assets/css/bootstrap.css less/navbar.less
2013-02-01Use button element instead of a for responsive navbar buttonsMark Otto5-10/+10
2013-01-14Upgrade to newest HTML5 shiv, and make it a local dependency rather than CDNingMark Otto9-9/+9
2013-01-12fix username navbar text in fluid example for responsive variationsMark Otto1-0/+9
2013-01-11Comment fixMark Otto1-1/+1
2013-01-11Remove navbar links from sticky footer navbar exampleMark Otto1-5/+0
2013-01-11Merge branch 'wilfra-patch-2' into 2.3.0-wipMark Otto5-5/+5
2013-01-10Update docs/examples/marketing-narrow.htmlWilliam Franceschine1-1/+1
Updated copyright to 2013
2013-01-10Update docs/examples/marketing-alternate.htmlWilliam Franceschine1-1/+1
Updated copyright to 2013
2013-01-10Update docs/examples/hero.htmlWilliam Franceschine1-1/+1
Updated copyright to 2013
2013-01-10Update docs/examples/carousel.htmlWilliam Franceschine1-1/+1
Updated copyright to 2013
2013-01-10Update docs/examples/fluid.htmlWilliam Franceschine1-1/+1
Updated copyright to 2013
2013-01-09Merge branch 'Justin-John-master' into 2.3.0-wipMark Otto1-0/+1
2013-01-09add sticky footer with navbarMark Otto2-0/+167
2013-01-09Corrected carousel arrows to active.#6494, #6489Justin John Mathews1-0/+1
Corrected the carousel arrows to active on resizing the browser window.
2013-01-02Basic keyboard accessibility CSS tweaksPatrick H. Lauke2-2/+2
Mostly doubling-up :hover styles to also cover :focus, as a first step to making the framework more keyboard-friendly. Additionally, fixed two small markup issues in the docs/examples to make the "Learn more" large primary button-styled links keyboard-focusable (as without href they're treated as non-tabable anchors).
2012-12-21Fixes #6189: Add holder.js to carousel exampleMark Otto1-0/+1
2012-12-20Update new example name and linksMark Otto1-0/+0
2012-12-20Fixes #6352: marketing-alternate broken nav in FF17Mark Otto1-0/+2
2012-12-09lowered carousel beneath the navNathan Bridgewater1-1/+1
2012-12-03Once more, update all the favicons to retinaMark Otto8-24/+24
2012-12-03Improve rendering of carousel example for IE10Mark Otto1-47/+57
2012-11-29add holder and replace placehold.itMark Otto1-3/+3
2012-10-16add in latest carousel example, reorg examples on getting startedMark Otto1-196/+254
2012-10-15improve spacing in carousel exampleMark Otto1-4/+4
2012-10-10compress images and add new carousel example for .net magazine articleMark Otto1-0/+384
2012-10-08comments in templateMark Otto1-0/+2
2012-10-08adding another template for same-width nav links using 'display: table-cell;'Mark Otto1-0/+170
2012-09-30add sticky footer example per martin bean's suggestion, using the ↵Mark Otto1-0/+124
implementation by ryan fait
2012-09-30add link to examples on index page; add back narrow marketing page and ↵Mark Otto2-0/+231
signin page examples
2012-09-17nuke new examples for nowMark Otto3-493/+0
2012-09-16more carouself example workMark Otto1-18/+89
2012-09-14way cooler carousel example, along with updated screenshots for examplesMark Otto1-52/+96
2012-09-14tweak copy on each template, add sign in templateMark Otto6-10/+104
2012-09-14adding new examplesMark Otto2-0/+284
2012-08-14navbar and dropdown fixes, for alignments and for ie7/8 dropdown hidden bugs ↵Mark Otto1-0/+12
from #3946
2012-07-30fix navbar form alignment, and update examples to show these casesMark Otto2-11/+8
2012-07-30fix examples collapse classes, rename navbar-redux to navbar and delete the ↵Mark Otto3-6/+6
old one
2012-07-29fixes #4210: indenting on hero exampleMark Otto1-2/+2
2012-04-02Restrict collapsed items in Navbar to only those in .nav-collapse, and ↵Bryan Petty1-1/+11
buttons in Navbar.
2012-03-25introduce .navbar-link to resolve issue with buttons in .navbar-textMark Otto1-1/+1
2012-03-25adding 144x144 ipad touch iconMark Otto3-0/+3
2012-03-12fix apple touch icons in examplesMark Otto3-10/+10
2012-02-27Merge branch 'meleyal-patch-1' into 2.0.2-wipMark Otto3-12/+12
2012-02-27really add protocol to examplesMark Otto3-3/+3
2012-02-24Fix broken links to fav and touch icons in examples, fixes #2244meleyal3-12/+12
2012-02-04fix meta tag for viewport in examples and shimsMark Otto3-15/+18
2012-02-01Merge branch 'master' of github.com:twitter/bootstrapMark Otto1-1/+1
2012-02-01Import the responsive css *after* setting the body padding to fix the issue ↵ejain1-1/+1
described in #1570.