Fix incorrect spacing in forumlist after commit 1350543537

This commit is contained in:
Marc Alexander
2012-01-03 09:57:04 +01:00
parent baf7909964
commit d9e56d730a
2 changed files with 9 additions and 0 deletions

View File

@@ -76,6 +76,13 @@ span.portal-corners-top-inner, span.portal-corners-bottom-inner{
margin-bottom: 0px;
}
/**
* margin spacing as in default prosilver for the forumlist
*/
#portal-forumlist .forabg {
margin-bottom: 4px;
}
/* RTL language fixes */
.rtl .portal-navigation ul li a{
background-image: url("{T_THEME_PATH}/images/portal/arrowbullet_rtl.gif");