Added proper support for font size and color
[GitHub/WoltLab/WCF.git] / com.woltlab.wcf / templates / commentAddGuestDialog.tpl
index 8fe7e4d71ad9b72652fe54ab94a5f8807d93f770..0631d1174d81bd3b7bcb63e3d2837e160d79bb57 100644 (file)
@@ -1,5 +1,5 @@
 <div>
-       <fieldset>
+       <div class="section">
                <dl{if $errorType[username]|isset} class="formError"{/if}>
                        <dt><label for="username">{lang}wcf.user.username{/lang}</label></dt>
                        <dd>
@@ -15,7 +15,7 @@
                                {/if}
                        </dd>
                </dl>
-       </fieldset>
+       </div>
        
        {include file='captcha'}
 </div>