forked from twbs/bootstrap
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Changelog
markdotto edited this page Sep 2, 2011
·
17 revisions
- Dropdowns refactored to be extensible (now work in ul.tabs)
- Added HTML5 form support by generalizing the form selectors (e.g., input instead of input[type=text|password])
- Gradients back in IE, but removed rounded corners in IE9 to prevent background bleed on buttons and alert messages
- Simplified the grid CSS by removing the static .span1-16 classes in favor of CSS-style regex for column styles in the grid
- Added .one-third and .two-thirds columns to the grid system
- Fixed bug in disabled buttons where they received :active styles
- Bug fixes
- Redesigned alerts to be more readable
- Refactored buttons and alerts CSS to be simpler
- Updated grid system to be more specific and not require .column or columns
- Improved on specificity of CSS selectors by removing unnecessary tag and parent selectors
- Miscellaneous updates to docs
- Bug fixes
- Added support for IE7 and IE8
- Added examples directory with first example usage of Bootstrap for a simple website
- Syntax fixes for gradients and color-stops
- Miscellaneous updates to docs
- Bug fixes
- Initial release