[cpif] r150 - trunk/frontend-web/skins/default

svn at argo.es svn at argo.es
Fri Jun 15 01:53:59 CEST 2007


Author: alvaro
Date: Fri Jun 15 01:53:58 2007
New Revision: 150

Log:
Cambiados los tamaños de fuente a pixels, a ver si IE deja
de hacer de las suyas.


Modified:
   trunk/frontend-web/skins/default/header.html

Modified: trunk/frontend-web/skins/default/header.html
==============================================================================
--- trunk/frontend-web/skins/default/header.html	(original)
+++ trunk/frontend-web/skins/default/header.html	Fri Jun 15 01:53:58 2007
@@ -1,6 +1,5 @@
-<?xml-stylesheet href="#estilo" type="text/css"?>
-<!DOCTYPE htmlPUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="es">
   <head>
     <title>%(page_title)s</title>
     <style type="text/css" id="estilo">
@@ -28,7 +27,6 @@
         font-size: 20px;
         font-weight:normal;
       }
-
       #contenido {
         background:#ffffff;
         padding: 1em;
@@ -56,7 +54,7 @@
         float: left;
       }
       #contenido .hilo .fecha {
-        font-size: 0.75em;
+        font-size: 2.75px;
         border-bottom: 1px solid #ffa31a;
         margin-bottom:0.5em;
       }
@@ -66,7 +64,7 @@
         padding: 3px 3px 0 3px;
       }
       #contenido .hilo .responder {
-        font-size:0.75em;
+        font-size:2.75px;
         border-top: 1px solid #ffa31a;
         padding-top: 0.5em;
         margin-top:0.5em
@@ -104,7 +102,7 @@
         margin: 1em auto 1em auto;
       }
       #calendario table {
-        font-size:0.75em;
+        font-size:2.75px;
         margin: 0 auto 0 auto;
       }
       #calendario td {
@@ -116,7 +114,7 @@
       #footer .version{
         clear:both;
         text-align:center;
-        font-size:0.5em;
+        font-size:2.5em;
       }
 
       #menu {



More information about the cpif mailing list