Module: website Branch: master Commit: 433ed31fd6bc296099ee4f38807e5701e298786c URL: http://source.winehq.org/git/website.git/?a=commit;h=433ed31fd6bc296099ee4f3...
Author: Jeremy Newman jnewman@codeweavers.com Date: Tue Dec 9 10:01:47 2008 -0600
clean up
---
templates/en/lang.template | 22 +++++++++++----------- 1 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/templates/en/lang.template b/templates/en/lang.template index 2d4b1a7..0aa1263 100644 --- a/templates/en/lang.template +++ b/templates/en/lang.template @@ -7,15 +7,15 @@
<p><b>Current Langage: </b> {$langCur}</p>
-<blockquote> - - <p> - <a href="{$root}/lang/en"><img src="{$root}/images/lang/en.png" alt="English" /> English</a> - </p> - - <p> - <a href="{$root}/lang/es"><img src="{$root}/images/lang/es.png" alt="Español" /> Español</a> - </p> - -</blockquote> +<ul style="list-style: none; margin-left: 20px; padding: 0;"> + + <li style="background-image: url('{$root}/images/lang/en.png'); background-repeat: no-repeat; padding: 0 0 10px 40px;"> + <a href="{$root}/lang/en" title="English">English</a> + </li></a> + + <li style="background-image: url('{$root}/images/lang/es.png'); background-repeat: no-repeat; padding: 0 0 10px 40px;"> + <a href="{$root}/lang/es" title="Español">Español</a> + </li> + +</ul>