|
[Tuxpaint-cvs] tuxpaint-website/layout std.php3,1.148,1.149
From: William Kendrick <wkendrick@us...> - 2011-08-18 00:41
|
Update of /cvsroot/tuxpaint/tuxpaint-website/layout
In directory vz-cvs-3.sog:/tmp/cvs-serv10144/layout
Modified Files:
std.php3
Log Message:
Lame HTML-only button for "Download". Need something slicker!
Index: std.php3
===================================================================
RCS file: /cvsroot/tuxpaint/tuxpaint-website/layout/std.php3,v
retrieving revision 1.148
retrieving revision 1.149
diff -u -d -r1.148 -r1.149
--- std.php3 15 Jul 2011 19:22:00 -0000 1.148
+++ std.php3 18 Aug 2011 00:41:37 -0000 1.149
@@ -199,6 +199,11 @@
<?=gettext('Tux Paint is free computer art software for children.');?>
+ <div style="background-color: #0f0; border: 1px solid #000;
+ font-size: larger; margin: 1em 1em 1em 1em;">
+ <a href="/download/">⇩ <?=gettext("Download")?></a>
+ </div>
+
<ul>
<li class="newsection"><? btn(gettext("About"), "", $link); ?></li>
<li><? btn(gettext("Features"), "features/", $link); ?></li>
|
| Thread | Author | Date |
|---|---|---|
| [Tuxpaint-cvs] tuxpaint-website/layout std.php3,1.148,1.149 | William Kendrick <wkendrick@us...> |