[ticket/575] Remove border-radius from top and bottom modules

B3P-575
This commit is contained in:
Marc Alexander
2015-06-06 17:01:29 +02:00
parent e72d8c0a5f
commit a364f1f258

View File

@@ -305,7 +305,10 @@ a.portal-forumtitle {
display: block;
}
#portal-center-wrapper .panel, #portal-center-wrapper .post {
#portal-center-wrapper .panel, #portal-center-wrapper .post,
#portal-top .panel, #portal-top .post,
#portal-bottom .panel, #portal-bottom .post
{
border-radius: 0;
}