From 7a97eccc483994bf655af098ed4f56fd8f144e09 Mon Sep 17 00:00:00 2001 From: Marina Glancy Date: Wed, 13 Jul 2011 15:18:57 +0800 Subject: [PATCH] MDL-25125 fix YUI bug with overriding styles --- theme/base/style/core.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/theme/base/style/core.css b/theme/base/style/core.css index 95ed979bf21..409965a08d8 100644 --- a/theme/base/style/core.css +++ b/theme/base/style/core.css @@ -3,6 +3,9 @@ */ input[type=text],input[type=password],textarea{width:auto;} +/* Fix for YUI overriding styles */ +strong{font-style:inherit;}em{font-weight:inherit;} + /** * General */