Module: website Branch: master Commit: 15c528191d911e119789ee4c1c0589e6b38d1648 URL: http://source.winehq.org/git/website.git/?a=commit;h=15c528191d911e119789ee4...
Author: Scott Ritchie scott@open-vote.org Date: Thu Aug 6 10:34:09 2009 -0500
Set about page to use h3 instead of h2 as text is too large
---
templates/en/about.template | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/templates/en/about.template b/templates/en/about.template index a46466e..84eca9d 100644 --- a/templates/en/about.template +++ b/templates/en/about.template @@ -7,13 +7,13 @@
<p>Wine is still under active development. Not every program works yet, however there are already <a href="http://wiki.winehq.org/UsageStatistics" title="Wine Usage Statistics">several million people</a> using Wine to run their software.</p>
-<h2>Open Source and User Driven</h2> +<h3>Open Source and User Driven</h3>
<p>Wine will always be <a href="" title="Wine licensing">free software</a>. Approximately half of Wine's source code is written by volunteers. The rest is sponsored by commercial interests, especially <a href="http://www.codeweavers.com/products/" title="Codeweavers Crossover Office">Codeweavers</a> who sell a supported version of Wine.</p>
<p>Wine is heavily reliant on its user community. User tests fill our <a href="http://appdb.winehq.org/" title="Wine Application Database">Application Database</a> to track how well programs work, and all the answers in the <a href="http://forums.winehq.org/" title="WineHQ Forums">forums</a> come from volunteers.</p>
-<h2>Learn more:</h2> +<h3>Learn more:</h3> <ul> <li><a href="http://wiki.winehq.org/ImportanceOfWine">Why Wine is so Important</a></li> <li><a href="http://wiki.winehq.org/Debunking_Wine_Myths">Common Myths about Wine</a></li>