Commit 6d12bbd0 authored by Davis King's avatar Davis King

Fixed image alignment

parent 88cd0f51
...@@ -292,7 +292,8 @@ function BigToggle(node) ...@@ -292,7 +292,8 @@ function BigToggle(node)
<a href="http://sourceforge.net/project/platformdownload.php?group_id=130373"><img style="float:right" src="download-dlib.png"/></a> <a href="http://sourceforge.net/project/platformdownload.php?group_id=130373"><img style="float:right" src="download-dlib.png"/></a>
</xsl:if> </xsl:if>
<table bgcolor="white" height="100%" bordercolor="{$background_color}" CELLSPACING="0" CELLPADDING="10"> <table bgcolor="white" height="100%" bordercolor="{$background_color}"
CELLSPACING="0" CELLPADDING="10" style="border:0px;margin-top:2px">
<tr height="100%"> <tr height="100%">
<xsl:apply-templates select="document($main_menu)/doc/menu"/> <xsl:apply-templates select="document($main_menu)/doc/menu"/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment