Ver Mensaje Individual
  #10 (permalink)  
Antiguo 21/10/2011, 04:17
sjkurro
 
Fecha de Ingreso: marzo-2011
Mensajes: 80
Antigüedad: 13 años, 1 mes
Puntos: 1
Respuesta: la web no actualiza CSS

en el css tengo los estilos H1,h1,h3 yh4, en dos sitios....¿puede ser este el problema??

h1 { font-size: 1.8em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.0em; }
h5 { font-size: 0.9em; }
h6 { font-size: 0.8em; }

h1 { font-size: 19px; color: #464646; font-weight: bold; margin: 3px;}
h2 { font-size: 24px; color: #0054A7; font-weight: bold; margin: 3px;}
h3 { font-size: 16px; color: #777777; font-weight: bold; margin: 3px; left: 3px;}
h4 { font-size: 28px; color: #525252; font-weight: bold; margin: 3px; left: 3px;}

aunq en versiones anteriores estaba igual y actualziaba sin problemas.

Última edición por sjkurro; 21/10/2011 a las 04:46