Bootstrap 2.2.0 发布
2.2.0增加四个新的示例模板,添加多媒体组件,新的排版刻度,修复了</span>box-shadow mixin bug和z-index issues等。更详细信息:more.亮点详细介绍
- Added four new example templates to the docs, including a narrow marketing page, sign in form, sticky footer, and a fancy carousel (created for an upcoming .net magazine article).
- Added the media component, to create larger common components like comments, Tweets, etc.
- New variable-driven typographic scale based on
@baseFontSize
and @baseLineHeight
. - Revamped mini, small, and large padding via new variables for inputs and buttons so everything is the same size.
- Reverted 2.1.1's
.box-shadow();
mixin change that caused compiler errors. -
改进的下拉子菜单,支持dropups和左对齐子菜单。
- Fixed z-index issues with tooltips and popovers in modals.
- Hero unit now sets basic type styles for the entire component, rather than on
.hero-unit p { ... }
. - 更新JavaScript插件和文档至jQuery 1.8.1.
- 添加Contributing.md 文件.
- 添加通过Bower安装Bootstrap.
- Miscellaneous variable improvements across the board.
- Miscellaneous documentation typos fixed.