aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
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
2012-12-21Add docs readme iconMark Otto1-0/+0
2012-12-09lowered carousel beneath the navNathan Bridgewater1-1/+1
2012-12-08Restore print stylesMark Otto1-0/+52
2012-12-08Test removal of print styles for customized buildsMark Otto1-52/+0
2012-12-08Fix docs typosMark Otto2-2/+2
2012-12-08Fixes #5729: Nested striped tablesv2.2.2Mark Otto1-2/+6
* Scopes striping to immediate children of the tbody and tr * For nested tables, sets a background color of @bodyBackground, to override the default transparent bg
2012-12-08Nesting tablesMark Otto2-28/+11
* Add simple test to css-tests.html * Scope .table-bordered to immediate children th/td elements only
2012-12-08Apply code tag to data attribute on javascript pageQuy Ton2-8/+8
2012-12-07get tests passing for typeahead :Pfat3-13/+17
2012-12-07insert menu of typeahead after input which it suggests on #3529fat3-5/+5
note: this will likely break things for people in the same way that doing this to tooltip did… however we think this is a better insertion model for z-index,scrolling,modal,etc. applications
2012-12-07focus on escape in typeaheadfat4-5/+7
2012-12-07remove slide from carousel constructor #5579fat3-3/+1
2012-12-07rebuild and only select visible dropdown itemsfat4-5/+5
2012-12-07add noConflict functionality to all bootstrap pluginsfat16-12/+306
2012-12-07Merge branch '2.2.2-wip' of github.com:twitter/bootstrap into 2.2.2-wipMark Otto1-0/+2
2012-12-07Fixes #6148: Icons in mini buttons properly alignedMark Otto3-20/+15
2012-12-07Merge pull request #6151 from tierra/pre-code-white-space-fixMark Otto1-0/+2
Fix code block white-space breaks within pre tags.
2012-12-07Merge branch '2.2.2-wip' of github.com:twitter/bootstrap into 2.2.2-wipMark Otto4-10/+10
2012-12-07Fixes #6136: Proper scoping of breadcrumbs dividerMark Otto1-1/+1
2012-12-06Fix code block white-space breaks within pre tags.Bryan Petty1-0/+2
2012-12-05Escape ×Quy Ton4-10/+10
2012-12-05Remove commented out old popover CSSMark Otto1-60/+0
2012-12-04Fixes #4550: Temporary fix for dropdown taps on mobileMark Otto3-1/+3
* Fix as documented here: https://github.com/twitter/bootstrap/issues/4756#issuecomment-9952781 * Stops propagation for touchstart for dropdowns
2012-12-04Fix up display of dropdown submenu examples on responsive viewsMark Otto3-13/+47
2012-12-04correct link on index page to grid systemMark Otto2-2/+2
2012-12-03Once more, update all the favicons to retinaMark Otto17-33/+33
2012-12-03Align the touch icons attributesMark Otto9-18/+18
2012-12-03Fixes #6115: scope breadcrumb styles to immediate children onlyMark Otto1-3/+3
2012-12-03Improve rendering of carousel example for IE10Mark Otto1-47/+57
2012-12-03Fixing header color for success, error and info alertsAndreas Cederström2-18/+14
2012-12-02Enable responsive features in IE10 when snappedMark Otto1-0/+4
2012-12-02Revert vertical gradient spec to 'to bottom' as 'top' doesn't work in IE10Mark Otto1-19/+19
2012-12-02reset text align in popovers given inline insertionMark Otto1-0/+1
2012-12-02remove overrides on inner html of popover-contentMark Otto1-6/+0
2012-12-02run make on js changes to popoverMark Otto3-7/+8
2012-12-02run make on modal popover fixMark Otto1-0/+1
2012-11-29Fixes #5853: Maintain 10px margin above help block when following input groupsMark Otto1-1/+3
2012-11-29remove element from selectorMark Otto1-1/+1
2012-11-29Merge pull request #6039 from desheikh/2.2.2-wipMark Otto1-1/+2
help-block margin-top should also apply after a span.uneditable-input
2012-11-29run make with nav img fixMark Otto1-0/+4
2012-11-29upgrade to holder 1.6Mark Otto1-71/+183
2012-11-29add holder and replace placehold.itMark Otto14-67/+341
2012-11-29added compiled css fileZulfiqar Ali1-1/+2
2012-11-28Fix the carousel after we scoped selectorsMark Otto1-14/+14
2012-11-28Fixes #5533: Remove filter gradient from disabled links on dropdownsMark Otto1-0/+1
2012-11-28Fixes #5594: Vertical button groups show use max-width, not width, and be ↵Mark Otto1-7/+7
scoped to immediate children buttons only