diff --git a/Changelog.md b/Changelog.md index 3274a34..61f1c58 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,33 @@ +## 2.0.4 (June 1, 2012) + + +## Docs + +- Added `type="button"` to all dismiss buttons in alerts and modals to avoid a bug in which they prevent their parent's `form` from properly submitting. +- Added simple documentation to Base CSS for `.lead`. +- Added new CSS test to illustrate how the navbar, static and fixed, behaves. +- Clarified grid sizing copy to include mention of responsive variations. +- Reformatted the LESS docs page to prevent terrible table displays at smaller grid sizes. +- Miscellaneous typos and tweaks. + +## CSS + +- Refactored forms.less to make our selectors more specific for fewer overrides and less code. Instead of a generic `input` selector and various resets, we target each type of input like `input[type="text"]`, `input[type="password"]`, etc. +- Form field state (e.g., success or error) now applies to checkbox and radio labels. +- Removed redundant CSS on `
` for `font-family`, `font-size`, and `line-height`. +- Removed redundant `color` declaration from the `