Fix containment relationship for the disclaimer, so that the footer extends

all the way across the page.


git-svn-id: svn://10.0.0.236/trunk@214006 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
shaver%mozilla.org 2006-10-23 17:45:40 +00:00
parent d8d6aa182f
commit 74509fcddb

View File

@ -8,15 +8,16 @@
{assign var="app" value="firefox"}
{/if}
{if $app eq "firefox"}
</div><!-- end #maincontent div -->
</div><!-- end #maincontent div -->
</div><!-- end #content div -->
</div><!-- end #content div -->
</div><!-- end #container div -->
<div id="disclaimer">
<p>Mozilla is providing links to these applications as a courtesy, and makes no representations regarding the applications or any information related there to. Any questions, complaints or claims regarding the applications must be directed to the appropriate software vendor. See our <a href="#">Support Page</a> for support information and contacts.</p>
</div>
</div>
</body>
</html>