aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-09-25thumbnails cleanup: no more UL or LI elements needed, instead just use ↵Mark Otto15-271/+95
standard grid markup
2012-09-25remove remaining fluid grid cssMark Otto6-209/+8
2012-09-25remove references to row fluid elsewhereMark Otto2-21/+6
2012-09-25make .input-* classes match .btn-* size classesMark Otto4-55/+117
2012-09-25remove all ie7 conditionals and mixinsMark Otto14-201/+23
2012-09-25remove ie7 support from mixinsMark Otto1-35/+2
2012-09-25Merge branch '2.1.2-wip' into box-sizing-exerciseMark Otto65-394/+7792
Conflicts: docs/assets/css/bootstrap-responsive.css docs/assets/css/bootstrap.css docs/base-css.html docs/templates/pages/base-css.mustache less/forms.less less/mixins.less
2012-09-25headway, cleanup, and testsMark Otto7-399/+434
2012-09-25Use paginationActiveBackground var to finish fixing #4295Robin Lewis1-1/+1
2012-09-24check affix pos on clicks - use timeout for clicks which scrollJacob Thornton4-4/+10
2012-09-24update docs for tooltip html + the dropdown methods apiJacob Thornton2-8/+8
2012-09-24change tooltip/popover insert strategyJacob Thornton8-49/+10
remove modal-open class hopefully resolve z-index headaches
2012-09-24reverting d797a5fbd7dd883a09bf00e516e0bd509c898f53Jacob Thornton2-5/+5
2012-09-24Merge branch '2.1.2-wip' of github.com:twitter/bootstrap into 2.1.2-wipJacob Thornton7-35/+145
2012-09-24change tooltip/popover html default to false for xss safety netJacob Thornton5-5/+6
2012-09-23ensure 100% width for .uneditable-inputs in <767px viewportsMark Otto5-0/+75
2012-09-23match decimal placements in type.lessMark Otto1-1/+1
2012-09-22fixes #5216: calculate heading sizes via math rather than fixed pixel amountsMark Otto2-26/+31
2012-09-22Merge branch '2.1.2-wip' of github.com:twitter/bootstrap into 2.1.2-wipMark Otto12-47/+65
2012-09-21add specific line items to contributing doc for issues, update branch listMark Otto1-9/+39
2012-09-20change transition.js, rebuild… travis maybe will be happy?Jacob Thornton4-13/+13
2012-09-20remove src'sJacob Thornton1-1/+1
2012-09-20rebuild - fix missing (Jacob Thornton4-4/+22
2012-09-20added support for jquery 1.8.*Jacob Thornton6-31/+31
2012-09-20fixes #5127: add @inputHeight to replace static instances of '30px' ↵Mark Otto4-9/+10
throughout forms
2012-09-20fixes #5150: add btn-group support to input groupsMark Otto4-24/+300
2012-09-20fixes #5102, #5166, #5194, #5205: add overflow: visible; to ↵Mark Otto7-9/+47
.nav-collapse.collapse so that dropdowns overflow correctly in the navbar in IE7-8
2012-09-20fixes #5211 manually: spacing in mixins to match othersMark Otto1-2/+2
2012-09-20fixes #5212: text emphasis classes only get hover with linksMark Otto2-28/+15
2012-09-19increase padding on homepage buttonMark Otto1-1/+1
2012-09-18add new vars for common border-radius, upping border-radius of inputs to ↵Mark Otto6-83/+182
4px; add border-radius changes to -large, -small, -mini for buttons and paginations
2012-09-18add new vars for common font-sizes and paddings with large, small, and mini ↵Mark Otto6-235/+143
components; resize pagination and buttons to better match each other
2012-09-18Merge branch '2.1.2-wip' of https://github.com/uberspeck/bootstrap into ↵Mark Otto6-13/+6132
uberspeck-2.1.2-wip
2012-09-18fixes #5177: remove color on .btn-large .caret, but keep sizing change; also ↵Mark Otto3-4/+141
start to add CSS tests for buttons
2012-09-18contributing editsMark Otto1-4/+5
2012-09-18Merge pull request #5187 from caniszczyk/2.1.2-wipMark Otto1-0/+34
Add CONTRIBUTING.md
2012-09-18fixes #5178: update normalize to avoid resetting audio and video elements in ↵Mark Otto2-4/+4
android
2012-09-18Add CONTRIBUTING.mdChris Aniszczyk1-0/+34
Signed-off-by: Chris Aniszczyk <[email protected]>
2012-09-17fixes #5087: add hover states to text emphasis classes for linksMark Otto2-0/+28
2012-09-17fixes #5082 manually: reset font-size for .dropdown-menu within ↵Mark Otto2-3/+20
.input-prepend/-append
2012-09-17fixes #5173: proper popover offsets; added docs examples to enable tests in ↵Mark Otto4-4/+24
the future
2012-09-17add the media css to customizerMark Otto2-0/+2
2012-09-17Merge branch 'wpbrains-media-component' into 2.1.2-wipMark Otto7-0/+399
2012-09-17overhaul the docs and css to merge into 2.1.2 since this was against masterMark Otto6-111/+337
2012-09-17resolve conflicts and remakeMark Otto5-0/+173
2012-09-17fixes #5001: proper ids on form examplesMark Otto2-4/+4
2012-09-17fixes #5039: properly set .row-fluid margins for .controls-rowMark Otto4-3/+23
2012-09-17fixes #5041: add new navbar css tests for each variation, remove width: ↵Mark Otto5-37/+209
100%; from .navbar-static-top
2012-09-17Merge branch '2.1.2-wip' of github.com:twitter/bootstrap into 2.1.2-wipMark Otto1-1/+1
2012-09-17Merge pull request #5125 from tapcanvas/tab-body-bgMark Otto1-1/+1
Use @bodyBackground on .nav-tabs active state instead of static color