From 20e58223c9f07607289063c649a7e0e569ec7f97 Mon Sep 17 00:00:00 2001 From: Nicolas Gallagher Date: Fri, 24 Jan 2014 13:03:24 -0800 Subject: [PATCH] Revert `textarea` alignment modification Leave the default baseline alignment in place. Fix gh-280 --- normalize.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/normalize.css b/normalize.css index 530ef2da9..615fa33a0 100644 --- a/normalize.css +++ b/normalize.css @@ -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; } /* ==========================================================================