From 340b36382f395b4f186e30fe1400e2242eb600af Mon Sep 17 00:00:00 2001 From: Greg Neagle Date: Thu, 10 Mar 2016 09:51:45 -0800 Subject: [PATCH] Remove stray semicolon --- .../Managed Software Center/WebResources/base.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/apps/Managed Software Center/Managed Software Center/WebResources/base.css b/code/apps/Managed Software Center/Managed Software Center/WebResources/base.css index e285686c..33105d87 100644 --- a/code/apps/Managed Software Center/Managed Software Center/WebResources/base.css +++ b/code/apps/Managed Software Center/Managed Software Center/WebResources/base.css @@ -547,7 +547,7 @@ div.lockup-container .title h2, div.titled-container .title h2 { line-height: 32px } -div.lockup-container .title, div.titled-container .title, div.titled-box h2 {; +div.lockup-container .title, div.titled-container .title, div.titled-box h2 { -webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px; }