diff --git a/wp-content/themes/twentyeleven/style.css b/wp-content/themes/twentyeleven/style.css index f78fdddba2..0606421268 100644 --- a/wp-content/themes/twentyeleven/style.css +++ b/wp-content/themes/twentyeleven/style.css @@ -431,6 +431,9 @@ sup { sub { top: .5ex; } +small { + font-size: smaller; +} /* Forms */ input[type=text], diff --git a/wp-content/themes/twentyten/style.css b/wp-content/themes/twentyten/style.css index e5998ce90a..cef3cad600 100644 --- a/wp-content/themes/twentyten/style.css +++ b/wp-content/themes/twentyten/style.css @@ -308,6 +308,9 @@ sup { sub { top: .5ex; } +small { + font-size: smaller; +} input[type="text"], textarea { background: #f9f9f9; diff --git a/wp-content/themes/twentytwelve/style.css b/wp-content/themes/twentytwelve/style.css index a4bd9d754a..32844c1dd2 100644 --- a/wp-content/themes/twentytwelve/style.css +++ b/wp-content/themes/twentytwelve/style.css @@ -151,6 +151,9 @@ sup { sub { bottom: -0.25em; } +small { + font-size: smaller; +} img { border: 0; -ms-interpolation-mode: bicubic;