Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap-sass.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-10-31Version 2.1.1v2.1.1.02.1-stableThomas McDonald
2012-10-26Revert "Merge pull request #241 from asecondwill/master"Thomas McDonald
This reverts commit 9f172600705e9bcc7a60e86efe6dcbef5b9693d5, reversing changes made to e8631b8d3590f3525388baaedeb8527e95afbfc4.
2012-10-26Merge pull request #241 from asecondwill/masterThomas McDonald
Multiple shadows
2012-10-26Merge pull request #242 from mhlavac/masterThomas McDonald
[FIX] Compass can't build _forms.css due to invalid character in comment
2012-10-26Fixed problem with compass building _forms.scssMartin Hlavac
2012-10-25Multiple shadowswill
Allow multiple shadows with variable arg
2012-10-16Merge pull request #231 from sguha00/input-block-levelThomas McDonald
.input-block-level should also be a class, not just a mixin
2012-10-16Merge pull request #228 from Agis-/patch-1Thomas McDonald
Fix Bootstrap's variables documentation link
2012-10-16Merge pull request #227 from theo-bittencourt/patch-1Thomas McDonald
Update vendor/assets/stylesheets/bootstrap/_component-animations.scss
2012-10-16Merge pull request #222 from jasononeil/patch-1Thomas McDonald
Removed stray 100% from vertical-three-colours mixin
2012-10-16Merge branch 'wndxlori-master'Thomas McDonald
2012-10-16Retain Sass 3.1 support by removing variable in media query breakpointThomas McDonald
2012-10-13.input-block-level should also be a class, not just a mixinShayan Guha
2012-10-11Fix Bootstrap's variables documentation linkAgis Anastasopoulos
2012-10-10Update vendor/assets/stylesheets/bootstrap/_component-animations.scssTheo Bittencourt
2012-10-02Removed stray 100% from vertical-three-colours mixinJason O'Neil
In the gradient-vertical-three-colours mixin, the mozilla specific call multiplied the colour stop by 100%. This was not present in the original bootstrap mixin(1) and was not present in bootstrap-sass 2.0.4.0. The mozilla documentation also does not indicate any difference in syntax is necessary (2) Before my edit, we were getting errors such as: > 7000%*% isn't a valid CSS value. when using the mixin. With my edit the mixin functions correctly. Would it be possible to accept this patch and update the Gem? Thanks heaps, Jason O'Neil (1) https://github.com/twitter/bootstrap/blob/master/less/mixins.less (2) https://developer.mozilla.org/en-US/docs/CSS/linear-gradient?redirectlocale=en-US&redirectslug=CSS%2F-moz-linear-gradient#Cross-browser_gradients
2012-09-302.1.0.1v2.1.0.1Thomas McDonald
Various bugfix release.
2012-09-30Fix expected a color. Got: transparent bug.Thomas McDonald
Seems to keep rearing it's ugly head at random. Fix #219
2012-09-19Adds !default to all the variablesLori M Olson
2012-09-19Merge pull request #207 from toxaq/masterThomas McDonald
Added missing warning style for table row highlighting
2012-09-19Merge pull request #208 from behrends/masterThomas McDonald
Fix: use grid-input-span mixin for input spans
2012-09-17Minor missed tweak on mixinsLori M Olson
2012-09-14First cut at the Bootstrap 2.1.1 Less to Sass conversionLori M Olson
2012-09-14Straight-up copy of the Bootstrap 2.1.1 javascript filesLori M Olson
2012-09-12Added missing table row styleScott Mayo
2012-09-11Use grid-input-span mixin for input spansErik Behrends
see corresponding bootstrap mixin: https://github.com/twitter/bootstrap/blob/master/less/mixins.less#L656
2012-09-06Updated versioning note in Readmev2.1.0.0Thomas McDonald
2012-09-06Merge branch '2.1-wip'Thomas McDonald
2012-09-03Merge pull request #195 from hlb/2.1-wipThomas McDonald
remove esacpe function from less code
2012-09-03remove esacpe function from less codehlb
2012-09-03Merge pull request #194 from Linuus/2.1-wipThomas McDonald
Fix to make data-methods work in dropdown menu
2012-09-03Fix to make data-methods work in dropdown menuLinus Pettersson
2012-09-01Update changelog with current 2.1.0.0 changesThomas McDonald
2012-09-01Update assets to Bootstrap 2.1Thomas McDonald
2012-09-01Add bundler for easy install of gem dependenciesThomas McDonald
2012-09-01Remove section on upgrading to Bootstrap 2.0 from the ReadmeThomas McDonald
2012-09-01Bump working version to 2.1.0.0Thomas McDonald
2012-08-28Merge branch '2.0.4.1'v2.0.4.1Thomas McDonald
2012-08-28Bump version to 2.0.4.1Thomas McDonald
2012-08-28input.search-query { // input. fix the overwriting of the search-query and ↵Massimiliano
allow rounded corner for the search field
2012-08-28Update changelogThomas McDonald
2012-08-28changed zindex variables to use !default like everything else.Olli Huotari
2012-08-07correct nesting of .row-fluid > spanXDaniel Schaefer
2012-07-27enable arrow key navigation in typeahead for FirefoxNiklas H
see https://github.com/twitter/bootstrap/issues/3741
2012-07-27Bugfix for modal popup in Opera12Alex Zaytsev
2012-06-27Update version to 2.0.4.0v2.0.4.0Thomas McDonald
2012-06-21Add information about versioning to the ReadmeThomas McDonald
2012-06-04update changelogThomas McDonald
2012-06-04update Javascripts to 2.0.4Thomas McDonald
2012-06-04update tests to compile bootstrap-responsiveThomas McDonald