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 (Expand)Author
2012-12-20Holy shit, buttons, button states, and input states updatedMark Otto
2012-12-20Merge branch '3.0.0-wip' of https://github.com/cvrebert/bootstrap into cvrebe...Mark Otto
2012-12-20Unfuck the fucked gradient with it's fucked mix() of background colors; nuke ...Mark Otto
2012-12-20More button tweaksMark Otto
2012-12-20overhaul buttonsMark Otto
2012-12-20Update clearfix mixin and class per @necolas's feedbackMark Otto
2012-12-10fixes #5605: style as disabled all form controls & btns under a disabled fiel...Chris Rebert
2012-12-05Merge branch '2.2.2-wip' into 3.0.0-wipMark Otto
2012-12-03Revert vertical gradient spec to 'to bottom' as 'top' doesn't work in IE10Mark Otto
2012-12-02remove single corner border-radius mixinsMark Otto
2012-12-01grid vars updatedMark Otto
2012-12-01navbar varsMark Otto
2012-12-01more vars changedMark Otto
2012-12-01more vars changed, remove @white varMark Otto
2012-12-01more consistent variable naming patternsMark Otto
2012-12-01Part 1 of unCamelCasing variablesMark Otto
2012-11-30Inputs now 100% width by defaultMark Otto
2012-11-30Merge branch '2.2.2-wip' into exploratoryMark Otto
2012-11-28Fixes #5935: Updated vertical gradient mixinMark Otto
2012-11-23Merge branch '2.2.2-wip' into exploratoryMark Otto
2012-11-16Fixes #5912: User correct selector for form field states.Mark Otto
2012-11-05Fixes #5596: switch vars in .size mixinMark Otto
2012-10-02Merge branch '2.1.2-wip' into exploratoryMark Otto
2012-10-02fixes #5319: add backface-visibility for webkit skewingMark Otto
2012-10-01reset input and button heights with updated paddingMark Otto
2012-10-01remove table grid sizing, it can use the new default grid columns insteadMark Otto
2012-10-01remove gradientbar mixinMark Otto
2012-10-01remove more ie7 css hacksMark Otto
2012-10-01remove -moz-box-shadow from .box-shadow() mixin, but keep -webkit since that'...Mark Otto
2012-10-01remove .border-radius mixin and replace with standard border-radius property,...Mark Otto
2012-10-01add comment for filter opacity browser requirementsMark Otto
2012-10-01remove translucent bg mixinMark Otto
2012-09-26move mixins that generate css to utilities.less with different class names, b...Mark Otto
2012-09-26remove ie7 support from mixinsMark Otto
2012-09-26Merge branch '2.1.2-wip' into box-sizing-exerciseMark Otto
2012-09-26headway, cleanup, and testsMark Otto
2012-09-20fixes #5127: add @inputHeight to replace static instances of '30px' throughou...Mark Otto
2012-09-20fixes #5211 manually: spacing in mixins to match othersMark Otto
2012-09-18fixes #5039: properly set .row-fluid margins for .controls-rowMark Otto
2012-09-13use local var for a few other .box-shadow mixins to fix CSS not compilingMark Otto
2012-09-13add spaceMark Otto
2012-09-13revert the js evaluation in .box-shadow mixin, fix last mixin usages to escap...Mark Otto
2012-09-10more tests and experimentsMark Otto
2012-09-08latest tweaks to grid classes for formsMark Otto
2012-09-08Merge branch '2.1.2-wip' into box-sizing-exerciseMark Otto
2012-09-04fixes #4885: correct use of skew in .skew() mixin for FFMark Otto
2012-09-03add comment to go with updated box-shadow mixinMark Otto
2012-09-03Merge pull request #4763 from Luis-TP/2.1.1-wipMark Otto
2012-08-29remake the box-size grid, nuke fluid grid docs, fix up examples, clean up for...Mark Otto
2012-08-28fixes #4741: undo previous version's attempt at firefox gradient changes and ...Mark Otto