Skip to content

Commit

Permalink
Revert textarea alignment modification
Browse files Browse the repository at this point in the history
Leave the default baseline alignment in place.

Fix gh-280
  • Loading branch information
necolas committed Jan 24, 2014
1 parent d86aa85 commit 20e5822
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions normalize.css
Expand Up @@ -400,13 +400,11 @@ input::-moz-focus-inner {
}

/**
* 1. Remove default vertical scrollbar in IE 8/9.
* 2. Improve readability and alignment in all browsers.
* Remove default vertical scrollbar in IE 8/9.
*/

textarea {
overflow: auto; /* 1 */
vertical-align: top; /* 2 */
overflow: auto;
}

/* ==========================================================================
Expand Down

0 comments on commit 20e5822

Please sign in to comment.