updating css for 2.0.3

This commit is contained in:
dhg 2014-12-29 09:37:04 -08:00
parent 48c2fb99bf
commit ea68c4b329

10
dist/css/skeleton.css vendored
View File

@ -1,10 +1,10 @@
/* /*
* Skeleton V2.0.2 * Skeleton V2.0.3
* Copyright 2014, Dave Gamache * Copyright 2014, Dave Gamache
* www.getskeleton.com * www.getskeleton.com
* Free to use under the MIT license. * Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php * http://www.opensource.org/licenses/mit-license.php
* 12/15/2014 * 12/29/2014
*/ */
@ -226,10 +226,10 @@ input[type="button"].button-primary:focus {
/* Forms /* Forms
*/ */
input[type="email"], input[type="email"],
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,
@ -243,10 +243,10 @@ select {
box-sizing: border-box; } box-sizing: border-box; }
/* Removes awkward default styles on some inputs for iOS */ /* Removes awkward default styles on some inputs for iOS */
input[type="email"], input[type="email"],
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 {
@ -258,10 +258,10 @@ textarea {
padding-top: 6px; padding-top: 6px;
padding-bottom: 6px; } padding-bottom: 6px; }
input[type="email"]:focus, input[type="email"]:focus,
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,