Show
Ignore:
Timestamp:
07/10/2008 12:27:43 PM (5 months ago)
Author:
Geert
Message:

CSS class overkill in Profiler views

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/system/views/kohana_profiler.php

    r3013 r3033  
    1515        font: inherit; 
    1616} 
    17 #kohana-profiler .kp-meta 
     17#kohana-profiler p 
    1818{ 
    1919        margin: 0 0 10px; 
     
    3333} 
    3434?> 
    35 <p class="kp-meta">Profiler executed in <?php echo number_format($execution_time, 3) ?>s</p> 
     35<p>Profiler executed in <?php echo number_format($execution_time, 3) ?>s</p> 
    3636</div>