# HG changeset patch # User Raphael Velt # Date 1328894308 -3600 # Node ID 5ef383948a34bb656e61ea1cec205ec3e8531aa5 # Parent 6898a9504f471b5fe1c0597ae097314bf92ea990 More corrections diff -r 6898a9504f47 -r 5ef383948a34 web/archives-iframe.php --- 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 || []; diff -r 6898a9504f47 -r 5ef383948a34 web/res/css/archives-iframe.css --- 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; }