summaryrefslogtreecommitdiffstats
path: root/system/libraries
diff options
context:
space:
mode:
authorDerek Allard <derek.allard@ellislab.com>2009-11-20 03:26:14 +0100
committerDerek Allard <derek.allard@ellislab.com>2009-11-20 03:26:14 +0100
commitde27adfa84600ea863e8737d60861991ff2bbb62 (patch)
tree06441605447ef12cc1e9bf353ddebf9c585ad13a /system/libraries
parent986e17262a17aa2c2059bc3be25a18b43deb712e (diff)
margin fix
Diffstat (limited to 'system/libraries')
-rw-r--r--system/libraries/Profiler.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/libraries/Profiler.php b/system/libraries/Profiler.php
index ecd0e708d..9eb7dfa70 100644
--- a/system/libraries/Profiler.php
+++ b/system/libraries/Profiler.php
@@ -74,7 +74,7 @@ class CI_Profiler {
// be modified. We also might want to make this data available to be logged
$output = "\n\n";
- $output .= '<fieldset style="border:1px solid #990000;padding:6px 10px 10px 10px;margin:0 0 20px 0;background-color:#eee">';
+ $output .= '<fieldset style="border:1px solid #990000;padding:6px 10px 10px 10px;margin:20px 0 20px 0;background-color:#eee">';
$output .= "\n";
$output .= '<legend style="color:#990000;">&nbsp;&nbsp;'.$this->CI->lang->line('profiler_benchmarks').'&nbsp;&nbsp;</legend>';
$output .= "\n";