Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-09-05last rebuild before 2.1.1 releasev2.1.1Jacob Thornton
2012-09-05regrettably remove the animated button for download on homepage to improve ↵Mark Otto
page performance in some browsers
2012-09-04fixes #4958: add version to minified jsMark Otto
2012-09-04fixes #4957: use input border var for select element instead of #dddMark Otto
2012-09-03fixes #4146: IE7-8 responsive image helperMark Otto
2012-09-03fixes #4909: add color utility classes .text-warning, etc and document themMark Otto
2012-09-03fixes #4925: ensure docs examples don't use fixed font-size and line-height ↵Mark Otto
for .lead
2012-09-03fixes #4922: use basefontsize for realz on .leadMark Otto
2012-09-01fixes #4910: use @baseLineHeight * 1.5 for .lead font-sizeMark Otto
2012-09-01fixes #4824: scope table grid sizes to .table instead of tableMark Otto
2012-09-01fixes #4889: btn-link disabled stylesMark Otto
2012-08-30Merge branch '2.1.1-wip' of github.com:twitter/bootstrap into 2.1.1-wipMark Otto
2012-08-30fixes #4828: make fluid grid inputs size the same as fixed grid inputsMark Otto
2012-08-30fixes #4819: manual fix of missing .control-label in responsive767 file, ↵Mark Otto
coupled with a remake
2012-08-29Merge pull request #4816 from desimone/masterMark Otto
Fixed a typo in docs/assets/css/docs.css
2012-08-29Fixed a typo in docs/assets/css/docs.cssBobby DeSimone
2012-08-28fixes #4771: widen .form-horizontal labels and .dl-horizontal terms given ↵Mark Otto
larger font-size of 2.1.0
2012-08-28Merge branch '2.1.1-wip' of github.com:twitter/bootstrap into 2.1.1-wipMark Otto
2012-08-28fixes #4729: only use margin-top on .help-block when it follows an input, ↵Mark Otto
select, textarea
2012-08-28only stop prop on form – as people seem to be relying on dropdown hiding ↵Jacob Thornton
when clicking internal elements
2012-08-28fixes #4741: undo previous version's attempt at firefox gradient changes and ↵Mark Otto
add gradient tests
2012-08-28Merge branch '2.1.1-wip' of github.com:twitter/bootstrap into 2.1.1-wipMark Otto
2012-08-28fixes #4653: add hover states to stateful table rowsMark Otto
2012-08-28fix for #4761Jacob Thornton
2012-08-28fix for open elements under modal when .modal-openJacob Thornton
2012-08-28fix docs horizontal scroll on tablet viewportsMark Otto
2012-08-28fixes #4666: overrides for input types with .btn-blockMark Otto
2012-08-28remove min-height from .span3 in docs since we no longer need itMark Otto
2012-08-28add min-height: 1px; to .span* classes to prevent grid columns from collapsingMark Otto
2012-08-27fixes #4725: width of .uneditable-input should match standard text input widthMark Otto
2012-08-27fixes #4718: add vertical-align: middle; to .btn-group to ensure proper ↵Mark Otto
alignment next to standard .btn
2012-08-27fixes #4577: no margin on .control-row .span* in responsiveMark Otto
2012-08-27fixes #4644: ensure new static navbar negative indents on responsive layouts ↵Mark Otto
like fixed navbars
2012-08-27fixes #4640: pagination span issues resolved by scoping selectors to ↵Mark Otto
appropriate children, not all children; clarify docs on use of spans for disabled and active links
2012-08-27fixes #4680: proper margin on buttons in navbar formsMark Otto
2012-08-27fixes #4578: add clearfix to .navbar-inner to clear floatsMark Otto
2012-08-27fixes #4562: correct select and input widths at 220px (changed with 2.1.0 ↵Mark Otto
when we changed padding)
2012-08-27fixes #4540: adjust vertical alignment of .btn-group in .navbarMark Otto
2012-08-27fixes #4512: improved borders on navbarsMark Otto
2012-08-27fixes #4506: clearfix added to .dl-horizontal to account for empty dd elementsMark Otto
2012-08-26fixes #4676 manually: example html updatedMark Otto
2012-08-25avoid top margin on input-append/prepend in .navbar-formMark Otto
2012-08-24fixes #4657: proper border radius property in tablesMark Otto
2012-08-23Merge pull request #4560 from andriijas/2.1.1-wip-table-row-warningMark Otto
.warning for table tr and .info for .control-group
2012-08-23nuke 10px right margin on .navbar .navMark Otto
2012-08-23fixes #4591 properly: remove -1px left margin on .input-append .add-onMark Otto
2012-08-23fixes #4604: add span support to .pager componentMark Otto
2012-08-22Add info state to form validationAndreas Cederström
2012-08-22Add .warning to table rowsAndreas Cederström
2012-08-22fixes #4505: lighten navbar text and link color so hover looks darkerMark Otto