From 646a71f89954d56a136c6bd7d70e6804bffff9ad Mon Sep 17 00:00:00 2001 From: tDidierjean Date: Mon, 25 Jun 2012 14:57:33 +0000 Subject: [PATCH] [-] FO : fix bug #PSCFV-2902 - Minor category.css validation issue --- themes/default/css/category.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/default/css/category.css b/themes/default/css/category.css index a88fcd65c..834138bc4 100644 --- a/themes/default/css/category.css +++ b/themes/default/css/category.css @@ -60,5 +60,5 @@ h1 {display:none;} } .inline_list li .cat_name { font-weight:bold; - font-weight:13px + font-size:13px }