[Scummvm-cvs-logs] SF.net SVN: scummvm:[55952] buildbot/templates/layout.html
dhewg at users.sourceforge.net
dhewg at users.sourceforge.net
Sat Apr 16 14:30:16 CEST 2011
Revision: 55952
http://scummvm.svn.sourceforge.net/scummvm/?rev=55952&view=rev
Author: dhewg
Date: 2011-04-16 12:30:16 +0000 (Sat, 16 Apr 2011)
Log Message:
-----------
BUILDBOT: Workaround for a webkit layout bug
Modified Paths:
--------------
buildbot/templates/layout.html
Modified: buildbot/templates/layout.html
===================================================================
--- buildbot/templates/layout.html 2011-04-16 12:25:48 UTC (rev 55951)
+++ buildbot/templates/layout.html 2011-04-16 12:30:16 UTC (rev 55952)
@@ -23,7 +23,7 @@
<table align="center" border="0" cellpadding="0" cellspacing="0" width="90%">
<tbody>
<tr>
- <td>
+ <td style="width: 199px;">
<img src="{{ path_to_root }}images/logo.png" alt="ScummVM logo" height="65" width="199" />
</td>
<td style="background-image: url({{ path_to_root }}images/top_bg.png); vertical-align: middle; text-align: left;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list