Project

General

Profile

Defect #18355

Updated by Toshi MARUYAMA about 4 years ago

There is an inconsequence usage of class 'tabular' on /my/account. One fieldset has no 'tabular' class. 

 <pre><code class="html"> <pre> 
 <div class="splitcontentleft"> 
    <fieldset class="box tabular"> 
 </div> 
 <div class="splitcontentright"> 
    <fieldset class="box"> 
    <fieldset class="box tabular"> 
 </div> 
 </code></pre> </pre> 

 *Edit:* The same on the page "New issue". Not every fieldset has the class 'tabular'.

Back