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

all the way across the page.
This commit is contained in:
shaver%mozilla.org 2006-10-23 17:45:40 +00:00
parent 7299891efe
commit 5ef217748d

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>