1
mirror of https://github.com/pure-css/pure synced 2024-12-04 14:25:18 +01:00

update font-sizes to be whole-number px values when converted

This commit is contained in:
Tilo 2014-02-11 11:13:41 -08:00
parent bf4ceed586
commit 592e5b48e8
2 changed files with 3 additions and 3 deletions

View File

@ -57,7 +57,7 @@
.pure-form-message-inline,
.pure-form-message {
display: block;
font-size: 80%;
font-size: 0.75em;
/* Increased bottom padding to make it group with its related input element. */
padding: 0.2em 0 0.8em;
}

View File

@ -285,12 +285,12 @@ since IE8 won't execute CSS that contains a CSS3 selector.
padding-left: 0.3em;
color: #666;
vertical-align: middle;
font-size: 90%;
font-size: 0.875em;
}
/* Block help for forms */
.pure-form-message {
display: block;
color: #666;
font-size: 90%;
font-size: 0.875em;
}