aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2013-01-11Increase input group margin on bottom and vertically center to match inputsMark Otto1-1/+2
2013-01-11Fixes #6473: Make .input-prepend and .input-append inline-block to match ↵Mark Otto1-0/+1
other form states
2013-01-11Fixes #6474: remove duplicate .btn border colors to make @btn-border workMark Otto1-7/+2
2013-01-11Fixes #6478: scope table backgrounds to immediate td/th elementsMark Otto1-10/+10
2013-01-11Comment fixMark Otto1-1/+1
2013-01-11Remove overflow: auto; from .tab-contentMark Otto1-4/+0
2013-01-11Fixes #6555: remove .controls-row from responsiveMark Otto1-3/+0
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-10Nuke .popover-inner from the JS since we nuked it from the CSS/HTML long agoMark Otto3-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-09Add text alignment utility classesMark Otto3-0/+38
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-05update docs to reflect #5786Chris Rebert2-2/+2
2013-01-05update docs to reflect #5786Chris Rebert2-2/+2
2013-01-02Basic keyboard accessibility CSS tweaksPatrick H. Lauke4-1685/+754
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-28Super lame typo on my part, sorry @necolas :)Mark Otto2-2/+2
2012-12-28Improve documentation for new form validation stylesMark Otto2-12/+22
2012-12-28Popovers are now flexible width:Mark Otto1-1/+5
* Instead of a fixed width, we use max-width * Width has been increased from 240px to 280px * Added ability to hide the title via CSS :empty selector if no title is provided
2012-12-28Merge pull request #6407 from aurnik/masterMark Otto2-2/+2
Fix link to File structure anchor
2012-12-27 Fix link to File structure anchorAurnik Islam2-2/+2
2012-12-26Simplify form validation states while enabling them to be applied to one ↵Mark Otto3-110/+46
field at a time.
2012-12-26Remove .text-info and .info form validation statesMark Otto3-63/+0
2012-12-26Drop .input-block-level modifier as inputs are already width: 100%;Mark Otto3-28/+0
2012-12-26Add grid column example to form input sizingMark Otto2-2/+54
2012-12-26Remove .controls-row; instead, folks should use .row and .span* for all ↵Mark Otto3-169/+2
their grid input sizing needs when multiple inputs per line are required
2012-12-26Restore .form-horizontalMark Otto1-0/+25
2012-12-26Run make on previous commitsMark Otto1-8/+2
2012-12-26Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wipMark Otto1-2/+8
2012-12-26Add longer tooltip example to docs, tighten up line-height on tooltip; run makeMark Otto7-16/+44
2012-12-26Merge branch '2.3.0-wip' of github.com:twitter/bootstrap into 2.3.0-wipMark Otto10-126/+188
2012-12-24Merge pull request #6378 from Yohn/patch-7fat-kun2-0/+16
fixes tooltip insert problems
2012-12-24Update docs/templates/pages/javascript.mustacheYohn1-4/+3
2012-12-24Update docs/javascript.htmlYohn1-4/+3
2012-12-24Update docs to reflect latest on .clearfixMark Otto2-2/+2
2012-12-24Remove .badge-info and .badge-inverse; change docs label of .badge-important ↵Mark Otto3-62/+2
to .badge-danger
2012-12-23data-toggle instead of rel for tooltip and popoverYohn1-11/+11
2012-12-23data-toggle instead of rel for tooltip and popoverYohn1-11/+11
2012-12-23data-toggle instead of rel for tooltip and popoverYohn1-3/+3
2012-12-23Update docs/javascript.htmlYohn1-0/+9
2012-12-23Update docs/templates/pages/javascript.mustacheYohn1-0/+9
2012-12-22Update docs/templates/pages/javascript.mustacheJake Spurlock1-2/+2
Adding spaces around the pipes. Makes it consistent with the rest of the docs.
2012-12-22Version bumpMark Otto19-32/+32
2012-12-22shifting focus to parent and adding aria menuitem for dropdownfat5-63/+69