aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-06-012.0.3 -> 2.0.4v2.0.4Jacob Thornton31-42/+42
2012-06-01Merge branch '2.0.4-wip'Jacob Thornton39-1460/+1899
2012-05-31rebuild and fix testJacob Thornton5-14/+15
2012-05-31Merge pull request #3655 from jorgenfb/8dda83906d72ade81ecf9b21d55b5a2922589d30Jacob Thornton2-10/+29
Updated unit test for tooltips. Now using is() instead of hasClass()
2012-05-28fix broken css tests, add fluid input-prepend/-append to tests, fix ↵Mark Otto5-32/+65
input-prepend/append for responsive for both fluid and fixed sizing
2012-05-28remake after merging IE7/8 bugfix for animationsMark Otto1-2/+0
2012-05-28Merge branch 'raymccoy-no-filters' into 2.0.4-wipMark Otto1-3/+3
2012-05-28scope float right dropdown menus to immediate childrenMark Otto2-2/+2
2012-05-28Merge pull request #3619 from coreyti/2.0.4-wip-fix-placeholderMark Otto3-10/+8
2.0.4 wip fix placeholder
2012-05-27add note about contributingJacob Thornton1-0/+5
2012-05-27fixes .placeholder to work as a "grouped selector"Corey Innis3-10/+8
adding the `&` combinator to `.placeholder` makes it work for the global case (in forms.less) as well as within `.navbar-search .search-query` the result can be seen in the generated bootstrap.css, which include the -ms vendor extension.
2012-05-26add tracking but for production onlyMark Otto4-6/+6
2012-05-26adding google analytics tracking to docsMark Otto10-0/+22
2012-05-25remove color from labelsMark Otto2-2/+0
2012-05-24fix navbar button for mobile tapping (turn to button instead of adding ↵Mark Otto11-1012/+998
href=#), streamline less docs page
2012-05-24fix example code for carouselMark Otto2-2/+2
2012-05-24make bootstrap like google maps a bit moreMark Otto2-0/+9
2012-05-24make nested cols code match given exampleMark Otto2-8/+8
2012-05-24#3592: clarify grid sizing in grid docsMark Otto2-36/+34
2012-05-24recompile after adding ms-placeholderMark Otto1-0/+4
2012-05-24Merge branch 'ademaro-patch-1' into 2.0.4-wipMark Otto1-0/+3
2012-05-24ie support placeholder color ↵Ademaro1-0/+3
(http://msdn.microsoft.com/en-us/library/ie/hh772745(v=vs.85).aspx)
2012-05-23remove redeclared font styles from <p> and rebuildMark Otto1-3/+0
2012-05-23Merge branch 'pvorb-patch-1' into 2.0.4-wipMark Otto1-3/+0
2012-05-23fix field state mixinMark Otto2-0/+14
2012-05-21Do not use filters in fade animationsTomás Arribas1-3/+3
2012-05-20Swapped out .hasClass() with .is() when checking for multiple classesJørgen Borgesen1-7/+7
2012-05-20Added unit test to check that tooltips is not showed when leave event is ↵Jørgen Borgesen2-2/+20
triggered before show delay has expired AND the hide delay is set to 0
2012-05-20Remove re-declaration of font-fam, font-size, and line-height in pPaul Vorbach1-3/+0
2012-05-17fix resizing issues from incorrectly changing <767px grid classes to ↵Mark Otto4-2/+18
inline-block, fix height issue on textareas
2012-05-17fix modal example per #3510Mark Otto2-4/+4
2012-05-17manually resolve #3516: type in less docsMark Otto2-2/+2
2012-05-15version bump on docs homeMark Otto2-2/+2
2012-05-15move navbar and update paths so it sits in testsMark Otto1-9/+9
2012-05-15clarify button type on dismiss iconsMark Otto2-2/+2
2012-05-15example incorrect for modal dismiss buttonMark Otto2-2/+2
2012-05-15remake again after pullMark Otto1-24/+35
2012-05-15Merge branch '2.0.4-wip-forms' of github.com:twitter/bootstrap into ↵Mark Otto1-23/+16
2.0.4-wip-forms
2012-05-15finish fixing uneditable-input and remakeMark Otto2-4/+8
2012-05-15updated forms to rearrange focus state, reinstate uneditable-input, and a ↵Mark Otto1-24/+18
few other cleanup tidbits
2012-05-15correct regressions against 2.0.3Mark Otto2-12/+53
2012-05-14three columnsMark Otto1-9/+13
2012-05-14move forms test to less/testsMark Otto1-13/+7
2012-05-14consolidate and relabel new form selectorsMark Otto1-13/+3
2012-05-14add forms test page for all html5 input types and refactor selectorsMark Otto4-160/+286
2012-05-14document .lead per #3213Mark Otto2-4/+8
2012-05-14adding navbar example, for fixed and static navbarsMark Otto1-0/+108
2012-05-14Cancel running timer for tooltips with delayed show, but instant hide. This ↵Jørgen Borgesen1-1/+2
prevents delayed tooltips from appearing if the mouse leaves the elements before tooltip is showed and the hiding delay is 0.
2012-05-13#3257: share .navbar-fixed-top styles with .navbar-fixed-bottomMark Otto2-4/+18
2012-05-13#3420: properly scope dropdown open state to immediate children onlyMark Otto2-2/+2