]> git.pld-linux.org Git - projects/buildlogs.git/commitdiff
Avoid horizontal scroll (from PrzemysĹ\82aw Plewa)
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 18 Oct 2014 10:11:42 +0000 (10:11 +0000)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 18 Oct 2014 10:11:42 +0000 (10:11 +0000)
index.php

index a2df87e170cd7a1da768eef84b256bfb5de94c9e..accd640a9a933f573f5d9e3312bea497f629b324 100644 (file)
--- a/index.php
+++ b/index.php
@@ -123,7 +123,7 @@ TH { font-family: arial,helvetica,sans-serif;
 function start_pre()
 {
        echo "<table cellpadding=\"10\"><tr><td bgcolor=\"#000000\">".
-               "<font color=\"#cccccc\"><pre style=\"width: 2048px;overflow: scroll\">";
+               "<font color=\"#cccccc\"><pre style=\"white-space: pre-line; word-break: break-all;\">";
 }
 
 function end_pre()
@@ -534,7 +534,7 @@ function list_archs()
             "alt=\""._("Powered by PLD Linux")."\" border=\"0\" /></a><br />\n" .
             "<small>(c) ". date("Y") . " ". 
             "<a href=\"mailto:feedback@pld-linux.org\">PLD&nbsp;Team</a><br />\n".
-            '$Revision: 1.26 $'.
+            '$Revision: 1.31 $'.
             "</small></div>\n";
 
        # smile ;)
@@ -908,7 +908,7 @@ function welcome()
 <!-- ech... niech strace... -->
 <a href="mailto:feedback@pld-linux.org"><?=_("to us")?></a>. <?=_("Positive opinions are also")?>
 <a href="mailto:feedback@pld-linux.org"><?=_("welcome")?></a> ;)</p>
-<p>Version: $Id: index.php,v 1.26 2014/10/12 21:27:06 arekm Exp $</p>
+<p>Version: $Id: index.php,v 1.31 2014/10/15 08:37:38 arekm Exp $</p>
 </td><td width="20%">&nbsp;</td></tr>
 </table>
 <?php
This page took 0.117203 seconds and 4 git commands to generate.