]> git.llucax.com Git - mecon/meconlib.git/blob - www/css/html/tabla/claro.css
Bug Fix en MLIB_PDF_Tabla. Faltaba inicializar una variable, lo que hacia fallar...
[mecon/meconlib.git] / www / css / html / tabla / claro.css
1
2 .mlib_html_tabla_claro_cabecera {
3         color: #003366;
4         font-family: Arial, Helvetica, sans-serif;
5         font-size: 11pt;
6         font-style: normal;
7         line-height: normal;
8         font-weight: bold;
9 }
10
11 .mlib_html_tabla_claro_titulo {
12         color: #003366;
13         font-family: Arial, Helvetica, sans-serif;
14         font-size: 10pt;
15         font-style: normal;
16         line-height: normal;
17         font-weight: normal;
18 }
19
20 .mlib_html_tabla_claro_comun {
21         color: #000000;
22         font-family: Arial, Helvetica, sans-serif;
23         font-size: 8pt;
24         font-style: normal;
25         line-height: normal;
26         font-weight: normal;
27 }
28