Sfoglia il codice sorgente

added hover to DBG table

Piotr Labudda 10 anni fa
parent
commit
8e9d9149bf
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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>