Merge pull request #26 from Ontraport/OPAGEZ-82

OPAGEZ-82
This commit is contained in:
jonpreston 2015-10-26 17:35:50 -07:00
commit 9cebdfda76

View File

@ -197,3 +197,15 @@ select[multiple] {
b, strong { b, strong {
font-weight: bold; font-weight: bold;
} }
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
font-size: 15px;
}