From cc98d9f2ed8759e6142581091c767e806c7c82a9 Mon Sep 17 00:00:00 2001 From: raulmateos Date: Wed, 28 Jun 2006 09:55:01 +0000 Subject: [PATCH] - Solve typing error (":" instead ";") in CSS (Pandora Console) git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@52 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/include/styles/pandora.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/include/styles/pandora.css b/pandora_console/include/styles/pandora.css index c85b8b391a..e1fce8fdfa 100644 --- a/pandora_console/include/styles/pandora.css +++ b/pandora_console/include/styles/pandora.css @@ -98,7 +98,7 @@ td.datos_jus {text-align: justify;} .w230d {width: 230px;} .w255 {width: 255px;} .w540 {width: 540px;} -.w550 {width: 550px:} +.w550 {width: 550px;} .msg {margin-top: 15px; text-align: justify;} img.help {padding-left: 9px; vertical-align: top;} ul.mn {list-style: none; padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; line-height: 24px;}