Merge pull request #48 from marc1706/master
Fix incorrect spacing in forumlist after commit 1350543
This commit is contained in:
@@ -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 />
|
||||
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user