[Monodevelop-patches-list] r1479 - trunk/md-website/include
commit-watcher at mono-cvs.ximian.com
commit-watcher at mono-cvs.ximian.com
Sun Apr 18 12:59:00 EDT 2004
Author: kevinb
Date: 2004-04-18 12:59:00 -0400 (Sun, 18 Apr 2004)
New Revision: 1479
Modified:
trunk/md-website/include/header.ascx
Log:
Fixed a rendering error with the flags
Modified: trunk/md-website/include/header.ascx
===================================================================
--- trunk/md-website/include/header.ascx 2004-04-18 16:17:42 UTC (rev 1478)
+++ trunk/md-website/include/header.ascx 2004-04-18 16:59:00 UTC (rev 1479)
@@ -9,6 +9,10 @@
<div id="header">
<img src="/images/mono-develop.png" alt=""/>
</div>
+ <div id="flags">
+ <a href="/"><img src="/images/flags/usa.png" /></a>
+ <a href="/lang/fr/"><img src="/images/flags/france.png" /></a>
+ </div>
<div class="left-nav">
<ul>
<li><a href="/">Home</a></li>
@@ -21,8 +25,4 @@
<li><a href="/faq.aspx">FAQ</a></li>
</ul>
</div>
- <div id="flags">
- <a href="/"><img src="/images/flags/usa.png" /></a>
- <a href="/lang/fr/"><img src="/images/flags/france.png" /></a>
- </div>
<div id="content">
More information about the Monodevelop-patches-list
mailing list