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
- Abstracted dropdowns to work in topbar and tabs with updated styles
- Renamed .topbar .fill to .topbar-inner to simplify CSS selector and avoid using a presentation-based class name
- Added html5 form support by generalizing the form selectors (e.g., input instead of input[type=text|password])
- Removed the fixed .span1-16 classes in favor of CSS-style regex for column styles in the grid
- Added .one-third and .two-thirds to the grid system
- Fixed bug in disabled buttons where they received :active styles
- Brought back gradients to IE7-9
- Initial release