v1.2.0
- 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