From 539caf5c3aecd2970615d08c83ce46fb9c496164 Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Fri, 12 Oct 2012 15:24:23 +0000 Subject: [PATCH] Style 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 --- style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/style.css b/style.css index a4bd9d754..32844c1dd 100644 --- a/style.css +++ b/style.css @@ -151,6 +151,9 @@ sup { sub { bottom: -0.25em; } +small { + font-size: smaller; +} img { border: 0; -ms-interpolation-mode: bicubic;