mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-20 19:56:49 +01:00
Style <small> element in default themes a bit smaller than normal text, props obenland. Fixes #22109.
git-svn-id: http://core.svn.wordpress.org/trunk@22211 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
62e5ae4e56
commit
fa4b36948a
|
|
@ -431,6 +431,9 @@ sup {
|
|||
sub {
|
||||
top: .5ex;
|
||||
}
|
||||
small {
|
||||
font-size: smaller;
|
||||
}
|
||||
|
||||
/* Forms */
|
||||
input[type=text],
|
||||
|
|
|
|||
|
|
@ -308,6 +308,9 @@ sup {
|
|||
sub {
|
||||
top: .5ex;
|
||||
}
|
||||
small {
|
||||
font-size: smaller;
|
||||
}
|
||||
input[type="text"],
|
||||
textarea {
|
||||
background: #f9f9f9;
|
||||
|
|
|
|||
|
|
@ -151,6 +151,9 @@ sup {
|
|||
sub {
|
||||
bottom: -0.25em;
|
||||
}
|
||||
small {
|
||||
font-size: smaller;
|
||||
}
|
||||
img {
|
||||
border: 0;
|
||||
-ms-interpolation-mode: bicubic;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user