aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-01-11Fixes #6478: scope table backgrounds to immediate td/th elementsMark Otto2-20/+20
2013-01-11Comment fixMark Otto1-1/+1
2013-01-11Comment fixMark Otto1-1/+1
2013-01-11Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wipMark Otto2-5/+10
2013-01-11Remove overflow: auto; from .tab-contentMark Otto2-7/+0
2013-01-11Fixes #6555: remove .controls-row from responsiveMark Otto2-6/+0
2013-01-11Merge pull request #6550 from Boulox/font-variable-fixMark Otto2-5/+10
Add glyphicons font path variable
2013-01-11Remove navbar links from sticky footer navbar exampleMark Otto1-5/+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-11Merge branch 'wilfra-patch-2' into 2.3.0-wipMark Otto5-5/+5
2013-01-11Add glyphicons font path variableFabien2-5/+10
2013-01-10Nuke .popover-inner from the JS since we nuked it from the CSS/HTML long agoMark Otto4-7/+7
2013-01-10Update docs/examples/marketing-narrow.htmlWilliam Franceschine1-1/+1
Updated copyright to 2013
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/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/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/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-10Update docs/examples/fluid.htmlWilliam Franceschine1-1/+1
Updated copyright to 2013
2013-01-09Merge branch 'aronwoost-patch-1' into 2.3.0-wipMark Otto1-2/+2
2013-01-09Merge branch 'Justin-John-master' into 2.3.0-wipMark Otto1-0/+1
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 sticky footer with navbarMark Otto2-0/+167
2013-01-09Add text alignment utility classesMark Otto4-0/+42
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-09Corrected carousel arrows to active.#6494, #6489Justin John Mathews1-0/+1
Corrected the carousel arrows to active on resizing the browser window.
2013-01-09replaced tabs with spacesAron Woost1-2/+2
2013-01-07Removed touchstart from bootstrap-dropdown.js.Kenan Shifflett1-6/+6
2013-01-06Update composer.jsonWesley Overdijk1-1/+0
target-dir is not needed. All it does, is nest everything another level deeper. It should only be used for completing psr-0 paths.
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. 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).
2013-01-02Basic keyboard accessibility CSS tweaksPatrick H. Lauke19-1747/+870
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 Otto2-2/+10
* 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-28Merge branch 'sparanoid-transition-duration' into 2.3.0-wipMark Otto1-0/+6
Conflicts: docs/assets/img/bootstrap-docs-readme.png
2012-12-28Add transition-duration mixinTunghsiao Liu1-0/+6
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 Otto5-138/+64
field at a time.
2012-12-26Remove .text-info and .info form validation statesMark Otto5-70/+0
2012-12-26Drop .input-block-level modifier as inputs are already width: 100%;Mark Otto6-45/+1
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 Otto4-188/+2
their grid input sizing needs when multiple inputs per line are required