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:
Lance Willett 2012-10-12 15:24:23 +00:00
parent 62e5ae4e56
commit fa4b36948a
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;