Style <small> element in default themes a bit smaller than normal text, props obenland. Fixes #22109.

git-svn-id: https://develop.svn.wordpress.org/trunk@22211 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Lance Willett 2012-10-12 15:24:23 +00:00
parent 60a44a0865
commit 678b2e0695
3 changed files with 9 additions and 0 deletions

View File

@ -431,6 +431,9 @@ sup {
sub {
top: .5ex;
}
small {
font-size: smaller;
}
/* Forms */
input[type=text],

View File

@ -308,6 +308,9 @@ sup {
sub {
top: .5ex;
}
small {
font-size: smaller;
}
input[type="text"],
textarea {
background: #f9f9f9;

View File

@ -151,6 +151,9 @@ sup {
sub {
bottom: -0.25em;
}
small {
font-size: smaller;
}
img {
border: 0;
-ms-interpolation-mode: bicubic;