stripping rogue whitespace

This commit is contained in:
dhg 2014-12-29 08:45:55 -08:00
parent d9a3f7abaf
commit 48c2fb99bf
2 changed files with 41 additions and 38 deletions

View File

@ -229,6 +229,7 @@ input[type="email"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="number"],
input[type="url"],
input[type="password"],
textarea,
@ -245,6 +246,7 @@ input[type="email"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="number"],
input[type="url"],
input[type="password"],
textarea {
@ -259,6 +261,7 @@ input[type="email"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="number"],
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,