[ticket/482] Get rid of conflicts between portal and phpBB CSS

B3P-482
This commit is contained in:
Marc Alexander
2015-02-26 17:02:11 +01:00
parent 5c79d9452a
commit 3ab38cdf31
2 changed files with 9 additions and 4 deletions

View File

@@ -335,8 +335,10 @@ a.portal-forumtitle {
* This is needed in order to have the same spacing between blocks
* as we have between the top blocks and the headerbar
*/
#portal-body .forabg {
margin-bottom: 0px;
#portal-left .forabg, #portal-center .forabg,
#portal-right .forabg, #portal-top .forabg,
#portal-bottom .forabg {
margin-bottom: 0;
}
#portal-body td {
@@ -351,7 +353,10 @@ a.portal-forumtitle {
margin-left: 0px;
margin-right: 0px;
}
#portal-body li {
#portal-left li, #portal-center li,
#portal-right li, #portal-top li,
#portal-bottom li {
list-style-type: none;
}