aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-09-23return thisAaron Stacy1-1/+1
2011-09-23updated if statement formAaron Stacy1-1/+3
2011-09-23added bug fix for hide-before-show bugAaron Stacy1-1/+3
this commit fixes a bug where .modal('hide') is called on a modal object before .modal('show'). this can be viewed here: http://jsfiddle.net/aaronj1335/7hH89/8/ (notice the JS exception that is thrown)
2011-09-22add semicolon to end of file while i think about better solution...Jacob Thornton7-7/+7
2011-09-22Merge branch 'master' of github.com:twitter/bootstrapJacob Thornton1-5/+5
2011-09-22update table to support header and arrowsJacob Thornton3-15/+14
2011-09-21Merge pull request #278 from adamnbowen/patch-1Jacob Thornton1-5/+5
Fixes typos of "bootstrap"
2011-09-21Fixes typos of "bootstrap"Adam Bowen1-5/+5
2011-09-20Merge branch 'master' of github.com:twitter/bootstrapJacob Thornton1-1/+1
2011-09-20fix reflow typo - should be $element not $backdropJacob Thornton1-4/+4
2011-09-20Merge pull request #268 from workwithnano/patch-1Jacob Thornton1-1/+1
Typo fix: "you're" to "your".
2011-09-20Typo fix: "you're" to "your".Nano1-1/+1
2011-09-19Merge branch 'master' of github.com:twitter/bootstrapJacob Thornton1-1/+1
2011-09-19remove var O_OJacob Thornton1-1/+1
2011-09-19Merge pull request #259 from jacobfike/masterJacob Thornton1-1/+1
fixes #258, clicking a tab remove .active class from all elements on the page
2011-09-19fixes #258, clicking a tab remove .active class from all elements on the pageJacob Fike1-1/+1
2011-09-18listen to document for ieJacob Thornton1-2/+2
2011-09-18force reflow instead of relying on eventloop (firefox)Jacob Thornton3-151/+158
listen to window for escape press
2011-09-18lemme smang it giiiirlJacob Thornton7-13/+13
2011-09-18Merge pull request #241 from asmega/javascript_docs_faviconJacob Thornton1-4/+4
fixing locations of favicon + apple icons
2011-09-18fixing locations of favicon + apple iconsasmega1-4/+4
2011-09-18Added changed event to bootstrap-tabs.jsKasper Bøgebjerg Pedersen3-9/+53
2011-09-17fix broken topbars in javascriptMark Otto1-8/+8
2011-09-17change version in makefile to 1.3Jacob Thornton2-3/+3
2011-09-17Merge pull request #233 from cheeaun/patch-1Jacob Thornton1-4/+4
Documentation typo/error on scrollSpy.
2011-09-18Documentation typo/error on scrollSpy.Lim Chee Aun1-4/+4
2011-09-17update docs to remove old stuff, update to all new classes; no more ↵Mark Otto6-251/+180
backwards compatibility
2011-09-17allow backdrop option to accept "static" optionJacob Thornton4-20/+15
2011-09-17Adding flag to prevent backdrop click hiding modalNick Veys3-3/+74
2011-09-16fix fluid exampleMark Otto3-27/+23
2011-09-16Fix spelling mistake in pre on js page (/ul instead of /div).Mark Otto1-1/+1
2011-09-16fix readme link spacingv1.3.0Jacob Thornton1-1/+1
2011-09-16remake for version 1.3Jacob Thornton2-127/+2
2011-09-16Merge branch 'master' of github.com:twitter/bootstrap into 1.3-wipJacob Thornton6-13/+149
Conflicts: Makefile README.md bootstrap.css bootstrap.min.css lib/bootstrap.less lib/scaffolding.less
2011-09-16Merge branch '1.3-wip' of github.com:twitter/bootstrap into 1.3-wipJacob Thornton12-49/+105
2011-09-16check for jquery/ender on windowJacob Thornton7-7/+7
2011-09-16update alert message for ie7 to adjust dismiss icon, update example pages to ↵Mark Otto7-21/+52
clean up a few things from testing
2011-09-16Merge pull request #219 from caniszczyk/1.3-wipMark Otto1-1/+1
Merge in pull request to clarify docs licensing as CC BY 3.0
2011-09-16Clarify documentation license to be CC BY 3.0Chris Aniszczyk1-1/+1
Signed-off-by: Chris Aniszczyk <[email protected]>
2011-09-16add active class back to tabsMark Otto1-1/+1
2011-09-16fix tabs jitter bug when there is no active classMark Otto4-17/+18
2011-09-16expanding comment in application.jsMark Otto1-0/+1
2011-09-16fixing conflict and recompilingMark Otto18-67/+61
2011-09-16updated table styles a bit and floated the fluid columns to clear the row ↵Mark Otto6-22/+22
dropping problem we were having
2011-09-15$(document).ready instead of $(function() {}) for ender supportJacob Thornton5-7/+7
2011-09-15mv 1.3.0 file names to plane bootstrap.css for submodulersJacob Thornton9-12/+12
2011-09-15remove table border seperate for ieJacob Thornton3-4/+2
2011-09-15move clearfix logic back onto clearfix class for ie7Jacob Thornton3-20/+14
2011-09-15little fixes for ie 7Jacob Thornton6-18/+18
2011-09-15update attributes for js and make tooltips reposition on resizeJacob Thornton3-12/+12