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
2013-05-14Fix caret positionRobert Burns
2013-05-10Update button groups to use not selector and remove redundant CSS.Blake Embrey
2013-05-08Require .btn-default for regular buttonsMark Otto
2013-05-04Fixes #7511: add support for nested button groups so you can use dropdowns in...Mark Otto
2013-03-31fuck everything about .clear_float() -- restore .clearfix() as mixinMark Otto
2013-03-17Fix vertical button groupsMark Otto
2013-03-16Use form elements in checkbox and radio button groupsMark Otto
2013-03-01Holy fucking shit fix that input group with buttons rounded corner noiseMark Otto
2013-03-01Remove margin between buttons in button groups; use border-radius mixins to a...Mark Otto
2013-02-05Increase margins and line-height on h3; overhaul button dropdown docsMark Otto
2013-02-05Add justified button groups for link buttons; reorganize dropdowns and button...Mark Otto
2013-02-03Add @btn-color variable and use in buttons and carets; fixes dropup caret as ...Mark Otto
2013-01-17Restore button groupsMark Otto
2013-01-13Remove comment out code and simplify what's left for button group togglesMark Otto
2013-01-13buttons and button group flattening improvementsMark Otto
2013-01-13remove font-sizes from button group btn sizesMark Otto
2013-01-13finetune buttons flattened colorsMark Otto
2012-12-21flatten buttons and formsMark Otto
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