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-20Merge branch '2.2.3' into 3.0.0-wipMark Otto
2012-12-20More button tweaksMark Otto
2012-12-20overhaul buttonsMark Otto
2012-12-10Fixes #6174: Caret alignment in small and mini buttonsMark Otto
2012-12-02remove single corner border-radius mixinsMark 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-30Merge branch '2.2.2-wip' into exploratoryMark Otto
2012-11-28Fixes #5594: Vertical button groups show use max-width, not width, and be sco...Mark Otto
2012-11-28Fixes #5930: redeclare font-size for popoves in btn-groupsMark Otto
2012-11-28Fixes #5927: Scope button group 5px button left margin to immediate childrenMark Otto
2012-11-28Fixes #6035: use font-size vars in button groupsMark Otto
2012-11-23Merge branch '2.2.2-wip' into exploratoryMark Otto
2012-11-19Fixes #5937: Border radius vars in button groupsMark Otto
2012-11-02Merge branch '2.2.2-wip' into exploratoryMark Otto
2012-10-31Replaced hardcoded CSS rules with mixinsNinir
2012-10-01remove more ie7 css hacksMark Otto
2012-10-01remove .border-radius mixin and replace with standard border-radius property,...Mark Otto
2012-09-26remove all ie7 conditionals and mixinsMark Otto
2012-09-18fixes #5177: remove color on .btn-large .caret, but keep sizing change; also ...Mark Otto
2012-09-13fixes #5107: make all .btn-group inline-block by default instead of just with...Mark Otto
2012-09-13change up box-shadow mixin usage everywhere to use escaping again, or local v...Mark Otto
2012-08-28Unescaped box-shadows to take advantage of new box-shadow mixinLuis Aleman
2012-08-27fixes #4718: add vertical-align: middle; to .btn-group to ensure proper align...Mark Otto
2012-08-20ie7 button group and button toggle padding changesMark Otto
2012-08-20fix vertical button-groups in ie7Mark Otto
2012-08-20fixes #4458: improve support for .btn + .btn in .btn-groups and .btn-toolbarsMark Otto
2012-08-19fixes #4442: allow for .btn within a .btn-toolbar without .btn-groupMark Otto
2012-07-30update button styles to use updated 14px base font size, align carets to othe...Mark Otto
2012-07-09wasn't feeling the new buttons, downsizing again until we get a better balanceMark Otto
2012-07-09updating docs examples to remove 13/18 resets, fix up buttons alignments and ...Mark Otto
2012-06-29standardize top level file commentsMark Otto
2012-06-26fix dropdowns in button groups after font-size hackMark Otto
2012-06-26prevent button group buttons from wrapping in tight spaces by removing floats...Mark Otto
2012-06-20add basic vertical button group supportMark Otto
2012-04-24fix ie7 button group toggles and button bordersMark Otto
2012-04-23fix up buttons after recess property orderMark Otto
2012-04-03fix #2913: get more specific with button group selectorsMark Otto
2012-04-01remove @shadow instances and replace with escaped values, update mixins to no...Mark Otto
2012-03-25revert bart's mixin fixMark Otto
2012-03-24Merge branch 'bartt-master' into 2.0.3-wipMark Otto
2012-03-24fix other instances of mixins, swap use of box-shadow everywhere, include bor...Mark Otto
2012-03-23fix #2625 manually: account for dropup caret on large buttonMark Otto
2012-03-23Dropdowns overhaul:Mark Otto
2012-03-12button group sizes for ie7 fixesMark Otto
2012-03-11add button sizes to docs for button dropdowns, clean up styles for themMark Otto
2012-03-06Merge branch 'charettes-small-button-dropdowns-caret' into 2.0.2-wipMark Otto
2012-03-05fix warning button issue per #2392 and add warning buttons to componentsMark Otto
2012-03-05Fixed small button caret and moved less code to dropdownsSimon Charette