From ab247dde77fb79430f4f9773bbc2b8fd86b1970e Mon Sep 17 00:00:00 2001 From: jensp Date: Fri, 11 Jul 2014 11:53:55 +0000 Subject: [PATCH] Slight enhancement for the content-center theme to avoid a CSS problem which occurs one some system with Firefox git-svn-id: https://svn.libreccm.org/ccm/trunk@2753 8810af33-2d31-482b-a856-94f89814c4df --- ccm-sci-bundle/web/themes/mandalay/css/screen/admin.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ccm-sci-bundle/web/themes/mandalay/css/screen/admin.css b/ccm-sci-bundle/web/themes/mandalay/css/screen/admin.css index 7217a9098..e3b57a935 100644 --- a/ccm-sci-bundle/web/themes/mandalay/css/screen/admin.css +++ b/ccm-sci-bundle/web/themes/mandalay/css/screen/admin.css @@ -397,7 +397,7 @@ div#cmsContent { margin-top: 75px !important; font-size: 1em; overflow: hidden; - border-radius: 0.3em; + /*border-radius: 0.3em; jensp 2014-07-11: border-radius causes silly problems in this combination when scrolling in Firefox running under Linux*/ background-color: #e6dcde; box-shadow: 0px 0px 5px #4a4a4a; }