]> git.llucax.com Git - mecon/meconlib.git/blobdiff - www/css/html/tabla/comun.css
Bug Fix en MLIB_PDF_Tabla. Faltaba inicializar una variable, lo que hacia fallar...
[mecon/meconlib.git] / www / css / html / tabla / comun.css
index fbdb36ee858aa754b07ed0f2e99a358ac1e7641e..1fdf9b2d58af05d05e7bb77c40fb679725780b9a 100644 (file)
@@ -1,38 +1,28 @@
-/* vim: set expandtab tabstop=4 softtabstop=4 shiftwidth=4:
-// +--------------------------------------------------------------------+
-// |                          HTML - TABLE                              |
-// +--------------------------------------------------------------------+
-// |   Libreria para la estandarizacion de los elementos html de los    |
-// |                         de la Intranet                             |
-// |                      Ministerio de Economía                        |
-// +--------------------------------------------------------------------+
-// | Creado: fri mar 21 ART 2003                                        |
-// | Autor:  Martin Marrese <mmarre@mecon.gov.ar>                       |
-// +--------------------------------------------------------------------+
-// 
-// $Id$
-// 
-// $URL$
-// $Rev$
-// $Date$
-// $Author$
-*/
 
-.mecon_html_tabla_comun_texto11_blanco
-{
-    FONT-FAMILY: Arial, Helvetica, sans-serif;
-    FONT-SIZE: 11px;
-    FONT-STYLE: bold;
-    COLOR: #FFFFFF;
-    FONT-WEIGHT: normal;
-    TEXT-DECORATION: none;
+.mlib_html_tabla_comun_cabecera {
+       font-family: Arial, Helvetica, sans-serif;
+       font-size: 11pt;
+       font-style: bold;
+       color: #FFFFFF;
+       font-weight: normal;
+       text-decoration: none;
 }
-.mecon_html_tabla_comun_texto11_negro
-{
-    FONT-FAMILY: Arial, Helvetica, sans-serif;
-    FONT-SIZE: 11px;
-    FONT-STYLE: normal;
-    COLOR: #000000;
-    FONT-WEIGHT: normal;
-    TEXT-DECORATION: none;
+
+.mlib_html_tabla_comun_titulo {
+       font-family: arial, helvetica, sans-serif;
+       font-size: 10pt;
+       font-style: normal;
+       color: #000000;
+       font-weight: normal;
+       text-decoration: none;
+}
+
+.mlib_html_tabla_comun_comun {
+       font-family: arial, helvetica, sans-serif;
+       font-size: 8pt;
+       font-style: normal;
+       color: #000000;
+       font-weight: normal;
+       text-decoration: none;
 }
+