aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
2012-12-26Cleanup spacing in variables fileMark Otto1-35/+34
2012-12-26Restore .form-horizontalMark Otto2-1/+53
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 Otto8-17/+46
2012-12-26Merge branch '2.3.0-wip' of github.com:twitter/bootstrap into 2.3.0-wipMark Otto16-144/+332
2012-12-24Merge pull request #6378 from Yohn/patch-7fat-kun4-1/+29
fixes tooltip insert problems
2012-12-24Update docs/templates/pages/javascript.mustacheYohn1-4/+3
2012-12-24Update docs/javascript.htmlYohn1-4/+3
2012-12-24made container option be falseYohn1-1/+1
2012-12-24removed the length checkYohn1-1/+1
updated it to @fat's suggestion
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 Otto4-68/+2
to .badge-danger
2012-12-23Merge pull request #6380 from Yohn/patch-10fat-kun3-25/+25
promote using data-toggle instead of rel for tooltip and popover
2012-12-23Merge pull request #6375 from tkawachi/tooltip-events-2.3.0fat-kun2-0/+88
Tooltips fires show, shown, hide, hidden events
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-23Update js/tests/unit/bootstrap-tooltip.jsYohn1-0/+10
2012-12-23adding container option to tooltipsYohn1-1/+3
2012-12-23Assign event variables at declarationsKAWACHI Takashi1-4/+4
2012-12-23Tooltips fires show, shown, hide, hidden eventsKAWACHI Takashi2-0/+88
It is re-worked from #3691.
2012-12-22Merge pull request #6374 from whyisjake/2.3.0-wipfat-kun1-2/+2
Update docs/templates/pages/javascript.mustache
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 Otto38-51/+51
2012-12-22Merge pull request #6349 from Yohn/patch-6fat-kun2-4/+12
Fixes #5753 with tooltip('toogle')
2012-12-22add data-api namespace to dropdownfat1-1/+1
2012-12-22shifting focus to parent and adding aria menuitem for dropdownfat6-64/+73
2012-12-22remake jsfat4-4/+4
2012-12-22read data options in constructor for collapsefat1-1/+1
2012-12-22allow multiple trigger types in tooltip and popover + default tooltip to ↵fat6-29/+53
hover & focus