removing all trailing whitespaces

This commit is contained in:
dhg 2014-12-29 08:47:24 -08:00
parent f301c21796
commit 08b0f50159

3
css/skeleton.css vendored
View File

@ -229,6 +229,7 @@ input[type="email"],
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,
@ -245,6 +246,7 @@ input[type="email"],
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 {
@ -259,6 +261,7 @@ input[type="email"]: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,