Show
Ignore:
Timestamp:
07/10/2008 01:02:53 PM (5 months ago)
Author:
Geert
Message:

Adding CSS classes back in the Profiler views, undoing r3033. PugFish? pointed out that people can create their own table extensions in Profiler which the general "#kohana-profiler table" would mess up then.

Files:
1 modified

Legend:

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

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