diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 8de9ed612e..f2d74eb91a 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,9 +1,13 @@ +2009-06-24 Miguel de Dios + + * include/styles/pandora.css: fix sintaxis error in comment. + 2009-06-24 Miguel de Dios * operation/agentes/estado_monitores.php: add organization list of monitors, add row in table with title the monitor group. * include/styles/pandora.css: add new class for cell used monitor group title - in the list of monitors in estado_monitores.php + in the list of monitors in estado_monitores.php. Fixes: #2805001 2009-06-24 Jorge Gonzalez diff --git a/pandora_console/include/styles/pandora.css b/pandora_console/include/styles/pandora.css index de2f5da760..28d859e67b 100644 --- a/pandora_console/include/styles/pandora.css +++ b/pandora_console/include/styles/pandora.css @@ -320,7 +320,7 @@ td.datos3 { background-color: #d4ddc6; } td.datos4 { - //Add !important because in php the function print_table write style in cell and this is style head. + /*Add !important because in php the function print_table write style in cell and this is style head.*/ text-align: center !important; background-color: #d4ddc6; }