Unreported: get the styling (in this case the welcome box) like a post in the viewtopic. Means: quote, code and list tags will be displayed properly, as well as the same font-size as in posts. We need to get this in the text view of the news and announcements too, to get the BBCodes displayed properly (in special list tags). And: we can't get the (nearly unvisible) corners out, as long as we don't create our own css (which is not a good idea because of adaptions to other styles). Over and out. :)

This commit is contained in:
Kevin
2008-03-09 19:21:38 +00:00
parent 137be4be1a
commit c1a9a46c90

View File

@@ -0,0 +1,19 @@
<div class="forabg">
<div class="inner">
<span class="corners-top"><span></span></span>
<ul class="topiclist">
<li class="header"><dl><dt>{L_WELCOME}</dt></dl></li>
</ul>
<div class="panel">
<div class="inner"><span class="corners-top"><span></span></span>
<div class="postbody">
<div class="content">{PORTAL_WELCOME_INTRO}</div>
</div>
<span class="corners-bottom"><span></span></span></div>
</div>
<span class="corners-bottom"><span></span></span>
</div>
</div>
<br style="clear:both" />