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:
parent
bf4ceed586
commit
592e5b48e8
@ -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;
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user