mirror of
https://github.com/twbs/bootstrap-sass.git
synced 2022-11-09 12:27:02 -05:00
update changelog
This commit is contained in:
parent
e72b9e72e6
commit
5b4a041f1a
1 changed files with 9 additions and 0 deletions
|
@ -1,5 +1,14 @@
|
|||
# Changelog
|
||||
|
||||
## 2.0.2
|
||||
* [#86] Updated to Bootstrap 2.0.2
|
||||
Things of note: static navbars now have full width. (to be fixed in 2.0.3) `.navbar-inner > .container { width:940px; }` seems to work in the meanwhile
|
||||
* [#62] Fixed asset compilation taking a *very* long time.
|
||||
* [#69, #79, #80] (Hopefully) clarified README. Now with less cat humour.
|
||||
* [#91] Removed doubled up Sass extensions for Rails.
|
||||
* [#63, #73] Allow for overriding of image-path
|
||||
* [[SO](http://stackoverflow.com/a/9909626/241212)] Added makeFluidColumn mixin for defining fluid columns. Fluid rows must use `@extend .row-fluid`, and any column inside it can use `@include makeFluidColumn(num)`, where `num` is the number of columns. Unfortunately, there is a rather major limitation to this: margins on first-child elements must be overriden. See the attached Stack Overflow answer for more information.
|
||||
|
||||
## 2.0.1
|
||||
* Updated to Bootstrap 2.0.1
|
||||
* Modified `@mixin opacity()` to take an argument `0...1` rather than `0...100` to be consistent with Compass.
|
||||
|
|
Loading…
Reference in a new issue