From 5721d2c44e1671bd4809221844836a926439c346 Mon Sep 17 00:00:00 2001 From: markdotto Date: Fri, 2 Sep 2011 13:36:54 -0700 Subject: [PATCH] Created Changelog (markdown) --- Changelog.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Changelog.md diff --git a/Changelog.md b/Changelog.md new file mode 100644 index 0000000..e047b24 --- /dev/null +++ b/Changelog.md @@ -0,0 +1,15 @@ +### v1.2.0 +- 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 + +### v1.1.1 + +### v1.1.0 + +### v1.0.0 +- Initial release \ No newline at end of file