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

@@ -6,5 +6,7 @@
<!-- IF not S_IS_BOT and U_MARK_FORUMS --><li class="rightside"><a href="{U_MARK_FORUMS}" accesskey="m">{L_MARK_FORUMS_READ}</a></li><!-- ENDIF -->
</ul>
<!-- ENDIF -->
<div id="portal-forumlist">
<!-- INCLUDE forumlist_body.html -->
</div>
<br />

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");