More corrections V01.32
authorRaphael Velt <raph.velt@gmail.com>
Fri, 10 Feb 2012 18:18:28 +0100
changeset 499 5ef383948a34
parent 498 6898a9504f47
child 500 4f5d9f654aaa
More corrections
web/archives-iframe.php
web/res/css/archives-iframe.css
--- a/web/archives-iframe.php	Fri Feb 10 17:58:01 2012 +0100
+++ b/web/archives-iframe.php	Fri Feb 10 18:18:28 2012 +0100
@@ -61,6 +61,7 @@
                 startTimer();
             })
             startTimer();
+            $("a").attr("target", "_blank");
         });
 
         var _gaq = _gaq || [];
--- a/web/res/css/archives-iframe.css	Fri Feb 10 17:58:01 2012 +0100
+++ b/web/res/css/archives-iframe.css	Fri Feb 10 18:18:28 2012 +0100
@@ -2,7 +2,7 @@
     background: #ffffff;
     padding: 0;
     margin: 0;
-    font-family: "PT Sans Narrow";
+    font-family: Georgia;
 }
 div, p, img {
     margin: 0;
@@ -30,7 +30,7 @@
     width: 270px;
     padding: 0;
     margin: 0;
-    height: 235px;
+    height: 230px;
 }
 .archivesActionsContainer {
     float: right;
@@ -51,12 +51,12 @@
 }
 .AVBtitle {
     font-weight: bold;
-    font-size: 16.5px;
+    font-size: 14px;
     white-space: nowrap;
     overflow: hidden;
 }
 .AVBtext {
-    font-size: 12px;
+    font-size: 11px;
     white-space: nowrap;
     overflow: hidden;
 }