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
master
jensp 2014-07-11 11:53:55 +00:00
parent a63b3df832
commit ab247dde77
1 changed files with 1 additions and 1 deletions

View File

@ -397,7 +397,7 @@ div#cmsContent {
margin-top: 75px !important; margin-top: 75px !important;
font-size: 1em; font-size: 1em;
overflow: hidden; 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; background-color: #e6dcde;
box-shadow: 0px 0px 5px #4a4a4a; box-shadow: 0px 0px 5px #4a4a4a;
} }