[ticket/502] Remove inner rounded corners from center modules

B3P-502
This commit is contained in:
Marc Alexander
2015-03-10 20:30:36 +01:00
parent 9ca1e197ee
commit 53a9dbf5dd

View File

@@ -291,6 +291,10 @@ a.portal-forumtitle {
display: block;
}
#portal-center-wrapper .panel, #portal-center-wrapper .post {
border-radius: 0;
}
.rtl #portal-center-wrapper {
float: right;
}