Explorar el Código

added hover to DBG table

Piotr Labudda hace 10 años
padre
commit
8e9d9149bf
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      SE/se-lib/DBG.php

+ 1 - 1
SE/se-lib/DBG.php

@@ -88,7 +88,7 @@ class DBG {
 			}
 		}
 		?>
-<table class="table table-bordered">
+<table class="table table-bordered table-hover">
 	<caption><?php echo "{$label} ({$className}::{$functionName}:{$lineNumber}):"; ?></caption>
 	<thead>
 		<tr>