mirror of
https://github.com/pure-css/pure
synced 2025-02-28 21:33:03 +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-inline,
|
||||||
.pure-form-message {
|
.pure-form-message {
|
||||||
display: block;
|
display: block;
|
||||||
font-size: 80%;
|
font-size: 0.75em;
|
||||||
/* Increased bottom padding to make it group with its related input element. */
|
/* Increased bottom padding to make it group with its related input element. */
|
||||||
padding: 0.2em 0 0.8em;
|
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;
|
padding-left: 0.3em;
|
||||||
color: #666;
|
color: #666;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
font-size: 90%;
|
font-size: 0.875em;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Block help for forms */
|
/* Block help for forms */
|
||||||
.pure-form-message {
|
.pure-form-message {
|
||||||
display: block;
|
display: block;
|
||||||
color: #666;
|
color: #666;
|
||||||
font-size: 90%;
|
font-size: 0.875em;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user