aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-07-24simplify styles for bs docs navMark Otto1-10/+16
2012-07-24don't bite so hardJacob Thornton1-11/+0
2012-07-24Merge branch '2.1.0-wip' of github.com:twitter/bootstrap into 2.1.0-wipMark Otto1-0/+11
2012-07-24wrap footer in bs docs canvas for scrolling doodadMark Otto18-544/+566
2012-07-24fix search form, mostly in navbarMark Otto4-11/+15
2012-07-24Merge branch '2.1.0-wip' of https://github.com/twitter/bootstrap into 2.1.0-wipJacob Thornton5-15/+36
2012-07-24added fade out on scroll - we can pull this if you prefer itJacob Thornton1-0/+11
2012-07-24Merge branch '2.1.0-wip' of github.com:twitter/bootstrap into 2.1.0-wipMark Otto13-24/+34
2012-07-24fixes #4118: responsive modal gets width auto and improved positioning for ↵Mark Otto2-10/+22
narrower widths
2012-07-24modal heading line-heightMark Otto2-2/+2
2012-07-24fix h3 in modal and make modal unhidden by removing important from earlier issueMark Otto6-8/+15
2012-07-24fix scroll thingggJacob Thornton15-15/+12
2012-07-24Merge branch '2.1.0-wip' of https://github.com/twitter/bootstrap into 2.1.0-wipJacob Thornton25-9310/+9612
Conflicts: docs/assets/css/docs.css docs/javascript.html docs/templates/pages/javascript.mustache
2012-07-24slightly fix side barJacob Thornton5-11/+19
2012-07-23Merge branch '2.1.0-wip' of github.com:twitter/bootstrap into 2.1.0-wipMark Otto1-1/+0
2012-07-23fixes #4156: don't override border radius if stacked nav has one childMark Otto2-8/+14
2012-07-23tweak docs shadowsMark Otto1-7/+10
2012-07-23Merge pull request #4166 from jonathansampson/2.1.0-wip♒∆✝1-1/+0
IE10 uses 'transition' and 'transitionend'
2012-07-23Merge branch '2.1.0-wip' of github.com:twitter/bootstrap into 2.1.0-wipMark Otto44-1910/+2471
Conflicts: docs/assets/css/docs.css docs/base-css.html docs/components.html docs/customize.html docs/getting-started.html docs/javascript.html docs/scaffolding.html docs/templates/pages/base-css.mustache docs/templates/pages/components.mustache docs/templates/pages/customize.mustache docs/templates/pages/getting-started.mustache docs/templates/pages/javascript.mustache docs/templates/pages/scaffolding.mustache
2012-07-24IE10 uses 'transition' and 'transitionend'Jonathan Sampson1-1/+0
msTransition, while supported in IE, should be ignored in favor of the unprefixed property. Additionally, MSTransitionEnd should also be ignored in favor of the unprefixed event transitionend. Current unit test requires no attention in light of this change. MSDN: http://msdn.microsoft.com/en-us/library/ie/hh673535(v=vs.85).aspx#transitions_dom_events
2012-07-23make docs scroll over jumbotrons, but only for 980px upMark Otto15-9208/+9268
2012-07-23delete this test for now - as affix is still heavily underdevelopmentJacob Thornton2-7/+1
2012-07-23following #4148Jacob Thornton1-1/+1
2012-07-23Merge pull request #4159 from ixti/opera11-transitions-fix♒∆✝1-1/+1
Fix transition end name for opera 11+12
2012-07-23more alignment fixes for customize pageMark Otto3-10/+8
2012-07-23fixes #4148, readme typoMark Otto1-1/+1
2012-07-23Fix transition end name for opera 11+12Aleksey V Zapparov1-1/+1
Fix transition end name for Opera 11 and Opera 12. Should fix issues: #3896, #3897, #4157, #4158
2012-07-22Merge branch '2.1.0-wip' of https://github.com/twitter/bootstrap into 2.1.0-wipJacob Thornton1-0/+1
2012-07-22some progress on affix pluginJacob Thornton39-221/+503
2012-07-22Merge pull request #3842 from alienlebarge/2.1.0-wip♒∆✝1-0/+1
<img /> tag with `height` attr are not responsive
2012-07-22Merge branch '2.1.0-wip' of https://github.com/twitter/bootstrap into 2.1.0-wipJacob Thornton6-12/+22
2012-07-22adds minLength #3960Jacob Thornton7-7/+42
2012-07-22Merge pull request #4104 from lookfirst/2.1.0-wip-fix-destroy♒∆✝5-10/+20
namespace the events for popover/tooltip
2012-07-22remove the ns optionJon Stevens3-18/+4
2012-07-22Merge branch '2.1.0-wip' of github.com:twitter/bootstrap into 2.1.0-wipMark Otto2-0/+92
2012-07-22fixes #4136: use @dropdownBorder var, but keep IE7-8 fallbackMark Otto1-2/+2
2012-07-22simplify things to one line. pull #4104Jon Stevens2-4/+4
2012-07-22*face palm*Jacob Thornton1-1/+1
2012-07-22change haunt to writeJacob Thornton1-1/+1
2012-07-22add haunt w/ issue guideline specJacob Thornton2-0/+92
2012-07-20move from downloads.html to customize.html to better match purpose of page, ↵Mark Otto16-894/+905
fix up customize page layout to match other docs, link style refinement to jumbotrons
2012-07-20tweak docs masthead links hoverMark Otto1-0/+4
2012-07-20on destroy, also hide. issue #3880, pull #4104Jon Stevens5-2/+8
2012-07-19nuke commented out code from last fixMark Otto2-58/+0
2012-07-19fixes #4103: simpler fix for tfoot in .table-borderMark Otto3-8/+92
2012-07-19fixes #4102: properly round top left corners of .table-border with ↵Mark Otto3-11/+51
caption/colgroup; also fix css tests page layout and footer
2012-07-18misc docs content changesMark Otto3-25/+1
2012-07-17copy changeMark Otto2-2/+2
2012-07-17fixes #3845: add .btn-link for transparent buttons styled as linksMark Otto5-8/+64
2012-07-17Merge branch '2.1.0-wip' of https://github.com/gcoop/bootstrap into ↵Mark Otto4-0/+182
gcoop-2.1.0-wip Conflicts: docs/base-css.html docs/templates/pages/base-css.mustache