From 59236c86e7140ed8a40af71de6c01867bb92d4af Mon Sep 17 00:00:00 2001 From: Greg Neagle Date: Thu, 10 Mar 2016 22:06:43 -0800 Subject: [PATCH] CSS tweak for product display name in detail view (remove bold and color) --- .../Managed Software Center/WebResources/detail.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/apps/Managed Software Center/Managed Software Center/WebResources/detail.css b/code/apps/Managed Software Center/Managed Software Center/WebResources/detail.css index e59a33ca..5a6fa728 100644 --- a/code/apps/Managed Software Center/Managed Software Center/WebResources/detail.css +++ b/code/apps/Managed Software Center/Managed Software Center/WebResources/detail.css @@ -43,8 +43,8 @@ margin-bottom: 12px; font-family: Helvetica; font-size: 24px; line-height: 22px; -font-weight: bold; -color: #6d83a2; +/*font-weight: bold;*/ +/*color: #6d83a2;*/ text-shadow: rgba(255,255,255,1) 0 1px 0 } body.product .product-detail .product-info .title a {