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 b1db55afd9
commit 539caf5c3a
1 changed files with 3 additions and 0 deletions

View File

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