removing all trailing whitespaces
This commit is contained in:
parent
f301c21796
commit
08b0f50159
3
css/skeleton.css
vendored
3
css/skeleton.css
vendored
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user