Project

General

Profile

Patch #17971

Updated by Toshi MARUYAMA almost 8 years ago

Make the font of the subkect bigger 

 Css : 

 <pre><code class="css"> 
 .issues td.subject { 
         font-weight:bold; 
 } 

 .issues tr[class*='idnt-'] td.subject { 
         font-weight:normal; 
 } 
 </code></pre>

Back