Tweak some of the recent HISTORY.md entries

This commit is contained in:
Eric Ferraiuolo 2013-06-07 23:21:57 -04:00
parent 9d6410646f
commit c799e152e9

View File

@ -19,8 +19,8 @@ NEXT
* Added support to `pure-site` for serving `pure` locally during * Added support to `pure-site` for serving `pure` locally during
development. (Issue #46, yui/pure-site#111) development. (Issue #46, yui/pure-site#111)
* Removed vendor prefixes for `box-shadow`, `text-shadow`, `border-radius`. According * Removed vendor prefixes for `box-shadow`, `text-shadow`, `border-radius`. All
to caniuse.com, all modern browsers support the unprefixed versions of these properties. modern browsers support the non-prefixed versions of these properties.
(Issue #23) (Issue #23)
### Forms ### Forms
@ -38,9 +38,9 @@ NEXT
* `<textarea>`s now have the same styling as `<input>`s. (Issue #49) (rcbdev) * `<textarea>`s now have the same styling as `<input>`s. (Issue #49) (rcbdev)
* `.pure-form input` rules are now more specific, targetting only "texty" inputs. * `.pure-form input` rules are now more specific by targetting only "texty"
This prevents input styles from affecting "buttony" inputs. (Issue #54) `<inputs>`. This prevents these styles from affecting "buttony" `<input>`s.
(Issue #54)
### Grids ### Grids
@ -52,12 +52,13 @@ NEXT
### Menus ### Menus
* Added `pure-menu-separator-vertical` classname that can be used to visually * Added `pure-menu-separator-vertical` classname that can be used to visually
separate horizonal menu items. (Issue #53) (codepb, mseri) separate horizontal menu items. (Issue #53) (codepb, mseri)
* Focused menus have an `outline: none` by default. Instead, menu-items that * Focused menus have an `outline: none` by default. Instead, menu-items that
have been opened to display children (in a drop-down menu) get a slight have been opened to display children (in a drop-down menu) get a slight
background (`#dedede`) for accessibility. (Issue #22) background (`#dedede`) for accessibility. (Issue #22)
0.1.0 (2013-05-24) 0.1.0 (2013-05-24)
------------------ ------------------