aboutsummaryrefslogtreecommitdiff
path: root/docs/assets
AgeCommit message (Collapse)AuthorFilesLines
2013-02-28shiiiitfat3-3/+3
2013-02-282.3.1fat17-29/+29
2013-02-28rebuildfat1-1/+0
2013-02-28whitespacefat1-1/+0
2013-02-28only pass unique options through to child nodes in tooltipsfat3-3/+21
2013-02-28rebuildfat3-3/+3
2013-02-28le sighfat3-3/+3
2013-02-07remove prevent default on focusfat3-3/+1
2013-02-07only fire hidden once backdrop has been removedfat3-17/+19
2013-02-07Merge branch '2.3.0-wip' of github.com:twitter/bootstrap into 2.3.0-wipfat3-3/+3
Conflicts: docs/assets/js/bootstrap.min.js
2013-02-07if no callback, don't try to call callback ya gooffat3-1/+5
2013-02-06Fixes #6823: add some docs notes about tooltips in input groupsMark Otto3-3/+3
2013-02-05Merge branch '2.3.0-wip' of github.com:twitter/bootstrap into 2.3.0-wipfat5-11/+25
Conflicts: docs/assets/js/bootstrap.min.js
2013-02-05clean up stylesfat4-12/+109
2013-02-05Fixes #6190: Add print utility classesMark Otto5-9/+23
2013-02-05screwed up a merge and an old version number crept inMark Otto2-2/+2
2013-02-05don't hide if already hidden ya n00bfat3-3/+3
2013-02-05clear interval in cycle + rebuildfat5-15/+18
2013-02-05Merge branch '2.3.0-wip' of github.com:twitter/bootstrap into 2.3.0-wipfat2-47/+111
2013-02-05update jquery to 1.9fat1-2/+5
2013-02-05derp, fix broke css and recompileMark Otto1-0/+6155
2013-02-05Merge branch '2.3.0-wip' of https://github.com/patrickhlauke/bootstrap into ↵Mark Otto2-6097/+6
patrickhlauke-2.3.0-wip Conflicts: docs/assets/css/bootstrap.css less/navbar.less
2013-02-02Merge pull request #6763 from rjregenold/2.3.0-wipMark Otto1-1/+2
fixes jankiness with anchor tags in carousel.
2013-02-02Fixing inline lists for IE7Nikhil Dabas1-0/+2
2013-01-31removes anchor tag definition.RJ Regenold1-1/+0
2013-01-31lets see how much i can mess this pull request up. :|RJ Regenold1-1/+1
2013-01-31fixes jankiness with anchor tags in carousel.RJ Regenold1-1/+3
2013-01-30make on prev commitMark Otto1-0/+1
2013-01-30clear up show-grid stuffMark Otto2-3/+3
2013-01-15Fixes #6586: remove top 5px margin from navbar input group button groupsMark Otto1-1/+15
2013-01-14Upgrade to newest HTML5 shiv, and make it a local dependency rather than CDNingMark Otto1-0/+8
2013-01-12Update Holder.js 1.6 to 1.9Mark Otto1-54/+113
2013-01-12Cleaned up dirty CSSPatrick H. Lauke2-642/+1636
Used recess rather than less
2013-01-11Fixes #6538: Add th support to all the .table-rounded selectorsMark Otto1-4/+10
2013-01-11Fixes #6528: Make .navbar a:hover .caret use @navbarlinkcolorhover and not ↵Mark Otto1-2/+2
-active
2013-01-11Fixes #6547: Make blockquotes use multiple of @baseFontSizeMark Otto1-2/+2
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-10Nuke .popover-inner from the JS since we nuked it from the CSS/HTML long agoMark Otto3-5/+5
2013-01-02Basic keyboard accessibility CSS tweaksPatrick H. Lauke2-1683/+752
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-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-26Add longer tooltip example to docs, tighten up line-height on tooltip; run makeMark Otto5-12/+40
2012-12-26Merge branch '2.3.0-wip' of github.com:twitter/bootstrap into 2.3.0-wipMark Otto8-28/+64
2012-12-23data-toggle instead of rel for tooltip and popoverYohn1-3/+3
2012-12-22Version bumpMark Otto17-29/+29
2012-12-22shifting focus to parent and adding aria menuitem for dropdownfat3-3/+9
2012-12-22remake jsfat3-3/+3
2012-12-22allow multiple trigger types in tooltip and popover + default tooltip to ↵fat3-17/+33
hover & focus