From 648731863965b8c40e15a3e488c9e085ee2d03bd Mon Sep 17 00:00:00 2001 From: mdtrooper Date: Wed, 24 Jun 2009 16:12:09 +0000 Subject: [PATCH] 2009-06-24 Miguel de Dios * include/styles/pandora.css: fix sintaxis error in comment. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1765 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 6 +++++- pandora_console/include/styles/pandora.css | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) 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; }