merging in the removing trailing whitespaces

This commit is contained in:
dhg 2014-12-29 08:48:23 -08:00
parent c612be03b5
commit 412758bc64

3
css/skeleton.css vendored
View File

@ -230,7 +230,6 @@ input[type="number"],
input[type="search"], input[type="search"],
input[type="text"], input[type="text"],
input[type="tel"], input[type="tel"],
input[type="number"],
input[type="url"], input[type="url"],
input[type="password"], input[type="password"],
textarea, textarea,
@ -248,7 +247,6 @@ input[type="number"],
input[type="search"], input[type="search"],
input[type="text"], input[type="text"],
input[type="tel"], input[type="tel"],
input[type="number"],
input[type="url"], input[type="url"],
input[type="password"], input[type="password"],
textarea { textarea {
@ -264,7 +262,6 @@ input[type="number"]:focus,
input[type="search"]:focus, input[type="search"]:focus,
input[type="text"]:focus, input[type="text"]:focus,
input[type="tel"]:focus, input[type="tel"]:focus,
input[type="number"],
input[type="url"]:focus, input[type="url"]:focus,
input[type="password"]:focus, input[type="password"]:focus,
textarea:focus, textarea:focus,