stripping rogue whitespace
This commit is contained in:
parent
d9a3f7abaf
commit
48c2fb99bf
3
dist/css/skeleton.css
vendored
3
dist/css/skeleton.css
vendored
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user