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
2017-11-26move from csslint to stylelintMark Otto
2016-06-24Port #20165 to v3Chris Rebert
2015-04-22https://github.com/necolas/normalize.css/pull/379 was rejectedChris Rebert
2015-03-02Add upstream patch commentPatrick H. Lauke
2015-02-28iOS fix for role="button" elements; [fixes #15935]Patrick H. Lauke
2014-10-12Added link hover decoration variableAndrew Saint
2014-06-05Use px for font-size fixes #13737Thomas Welton
2014-02-10add .sr-only-focusable; fixes #12259Chris Rebert
2014-01-30Fixes #12424: Account for Normalize change on figure element so that we don't...Mark Otto
2014-01-24Add ref in Less to docs regarding box-sizing conflictsChris Rebert
2014-01-17Split box-sizing reset for faster renderingMark Otto
2013-10-05Insert comma to fix validation warningZlatan Vasović
2013-08-29fix #10252 by restricting Android Firefox reset to only .form-control & .btnChris Rebert
2013-08-19improve dependencies for image thumbnails and thumbnail componentMark Otto
2013-08-19Nesting for link stylesZlatan Vasović
2013-08-17fixes #9436 more: put padding on containers, not the body because full width ...Mark Otto
2013-08-17Make negative margins on rows the default, not just in containers, and add pa...Mark Otto
2013-08-15fixes #9582: restore img-responsive as a class and move it's mixin to mixins....Mark Otto
2013-08-15fixes #9445: make img responsive mixin use display block, but provide option ...Mark Otto
2013-08-15fixes #8702 until Normalize.css starts handling thisChris Rebert
2013-08-13fixes #9400: add box-sizing to pseudo elements as wellMark Otto
2013-08-12Merge pull request #9286 from neilhem/3.0.0-wipMark Otto
2013-08-09set img-circle class in percentsRakhat Jabagin
2013-08-07property orderMark Otto
2013-08-07Improve accessibility (Section 508, WCAG)adamjacobbecker
2013-07-18fixes #8477: use var for rounded image border-radiusMark Otto
2013-07-05Move `hr` to scaffolding.less (out of type.less) and simplify stylesMark Otto
2013-07-02fixes #8345: use inline-block on .img-responsiveMark Otto
2013-06-28Overall responsive `img` stylesMark Otto
2013-06-26Fix 2 typosChris Rebert
2013-06-16Remove WebKit overflow scrolling for nowMark Otto
2013-05-10remove duplicate text scalingMark Otto
2013-04-27Adding media queries breakpoints variablesKevin
2013-04-14IE8 doesn't need help with responsive images, they work just dandy apparently...Mark Otto
2013-04-05use font-size-base varMark Otto
2013-04-01-background to -bg for body and table varsMark Otto
2013-04-01@link-color-hover to @link-hover-colorMark Otto
2013-03-31Remove the handful of rem font-sizesMark Otto
2013-03-27New grid classesMark Otto
2013-03-17Exploring rems as font-size unitMark Otto
2013-03-17mixin, not copypastaMark Otto
2013-03-10Set border-box globally insteadMark Otto
2013-03-01Fixes #6897: Print styles get own .less fileMark Otto
2013-02-16fix #6950: use var for font-familyMark Otto
2013-02-06Merge branch '2.3.0-wip' into 3.0.0-wipMark Otto
2013-01-18Combine .thumbnail and .img-thumbnail into simpler selectorsMark Otto
2013-01-18Change .img-polaroid to .img-thumbnailMark Otto
2013-01-17Move grid/container styles to grid.less; update docs; add offsetting backMark Otto
2013-01-16mobile-first navs, navbar, grids, and typeMark Otto
2013-01-03Basic keyboard accessibility CSS tweaksPatrick H. Lauke