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
2019-02-08Responsive font size implementation (#23816)Martijn Cuppens
2019-01-04Move hand cursor for buttons to rebootMartijn Cuppens
2019-01-04Prevent select word wrap in Safari (#27932)Martijn Cuppens
2018-12-28reboot: Fix comment (#27937)XhmikosR
2018-12-23Blacklist border-radius property (use mixin instead) (#27900)Martijn Cuppens
2018-12-12Remove now unnecessary -ms-viewport and -ms-overflow-style directives (#27789)Patrick H. Lauke
2018-12-06Replaced fixed 'bolder' font weight value in reboot with variable. (#27782)Gijs Rogé
2018-12-04Remove double 'the' in comment (#27767)acidrums4
2018-11-18Prevent text decoration skip inc and reorder comments (#27673)Martijn Cuppens
2018-11-04Add TODOMartijn Cuppens
2018-11-04Resolve #26226: Sync with normalize 8.0.0Varunram
2018-10-23Cleanup stylelint commentsMartijn Cuppens
2018-09-03Remove `-webkit-text-decoration-skip`Martijn Cuppens
2018-07-21Fix property orderysds
2018-07-21Remove `:not(:root)` from the workaround for SVG overflow bugysds
2018-07-21Lower the specificity of vertical-align of SVGysds
2018-06-24Render inline svg like img (#25874)Martijn Cuppens
2018-04-24Replace reboot monospace hack with system font stacknickg
2018-04-16Remove `dialog` from the HTML5 shim style (#26269)Patrick H. Lauke
2018-03-12Replace "loose" HEX values with their respective variables (#25672)Jacob Müller
2018-02-20Add color variable for caption (#25657)ysds
2018-02-11Create a variable for label margin bottom (#25561)Andres Galante
2018-01-11Remove `touch-action:manipulation` click optimization (#25250)Patrick H. Lauke
2017-12-28Set `cursor:pointer` for `<summary>`Andres Galante
2017-11-06Minor Sass consistency changes. (#24677)XhmikosR
2017-10-23Enable stylelint's `function-comma-space-after`. (#24501)XhmikosR
2017-10-07Enable stylelint for _reboot.scss.XhmikosR
2017-10-04Use variable for heading margin bottom in rebootSimon Knox
2017-10-03Switch to stylelint. (#23572)XhmikosR
2017-09-27Reset button element border-radius in Reboot (#24126)Mark Otto
2017-09-26Add style for non-overlapping scrollbar in IE (#24081)Prateek Goel
2017-09-26Normalize all links. (#24109)XhmikosR
2017-08-22Exclude input type=range from touch-action:manipulationPatrick H. Lauke
2017-08-15Remove remaining v4 alpha references (#23414)Jacob Müller
2017-08-11Fix to Chrome inheritance bug (#22872) (#23118)Prateek Goel
2017-08-11Add margin variable for paragraphs (#23140)Prateek Goel
2017-08-11Set explicit text-align on <body> element so we can use inherit to override t...Mark Otto
2017-05-05Add shim for "new" HTML5 structural elements (#22573)Patrick H. Lauke
2017-04-11Remove `cursor: not-allowed` stylesPatrick H. Lauke
2017-03-18Update scss mixins to comply with scss-linting rules (#22151)naicko
2017-01-24Remove `cursor: pointer;` (#21812)Mark Otto
2017-01-22Drop Normalize, port relevant parts to Reboot (#21741)Mark Otto
2017-01-16fixes #21625, closes #21539Mark Otto
2017-01-04Remove -size-root so we can respect user prefs on browser default font-sizeMark Otto
2016-12-31Rip out the tab-focus mixin, remove application to anchors in rebootMark Otto
2016-12-02Reboot: Update <fieldset> comment to clarify that the default weirdness is pa...Chris Rebert
2016-12-01Reboot: Add direct link to Edge scrollbar bugChris Rebert
2016-12-01Reboot: Link directly to the temporal inputs WebKit bugChris Rebert
2016-11-29Fix #20908 (#21244)Mark Otto
2016-10-25Body font weight variabletomhorvat