Pure Change History =================== NEXT ---- * Removed `white-space: nowrap` from `.pure-table thead` to fix issue [#95](https://github.com/yui/pure/issues/95) * Removed the gray color of forms' labels. Fix for issue [#89](https://github.com/yui/pure/issues/89) * Fix class `.pure-u-1-6` to change width from 16.656% to 16.666% * Apply `.pure-form-group input` styling to all text-ish `input` elements. * Added `display: block` to `textarea` in `.pure-form-stacked` to fix an alignment issue for subsequent elements (Issue [#90](https://github.com/yui/pure/issues/90)) * `[readonly]` inputs look visually different to `[disabled]` inputs and regular inputs. `[readonly]` inputs do not have any `:focus` styles. (Issue [#102](https://github.com/yui/pure/issues/102)) (jaseg) 0.2.0 (2013-06-11) ------------------ * (!) Fixed accessibility mistake by removing `a:focus {outline: none;}` rule from `buttons-core.css`. * (!) Improved `:focus` styles by applying the same rules that are used by `:hover` styles. When overriding Pure's `:hover` styles, be sure to include `:focus` selectors as well. * Added improvements to developer workflow: * Added basic Tests using CSSLint via `grunt test` (Issue #25) * Integrated Travis CI which runs `grunt test` on pushes to `master` and for pull requests. * Added `grunt watch` task which runs tests and build. * Added support to `pure-site` for serving `pure` locally during development. (Issue #46, yui/pure-site#111) * Removed vendor prefixes for `box-shadow`, `text-shadow`, `border-radius`. All modern browsers support the non-prefixed versions of these properties. (Issue #23) ### Forms * (!) `.pure-help-inline` has been replaced with `.pure-form-message-inline`. We still support the older classname but it is deprecated and will be going away in a future release. (Issue #32) (dannytatom) * Added a new class called `.pure-form-message`. It works the same way as `.pure-form-message-inline` but is meant for block elements. (Issue #32) (dannytatom) * Added focus styles for file, radio, and checkbox ``s to improve accessibility. (Issue #42) (codepb) * `