Commit d2a8d08e authored by Davis King's avatar Davis King

Added some borders to the top of the page.

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403227
parent dfc83b5e
...@@ -208,7 +208,7 @@ ...@@ -208,7 +208,7 @@
<xsl:apply-templates select="document($main_menu)/doc/menu"/> <xsl:apply-templates select="document($main_menu)/doc/menu"/>
<!-- ************************************************************************* --> <!-- ************************************************************************* -->
<td VALIGN="TOP" width="100%"> <td VALIGN="TOP" width="100%" style="border: 1px solid rgb(102,102,102);" >
<xsl:if test="title"> <xsl:if test="title">
<center><h1> <xsl:value-of select="title" /> </h1></center> <center><h1> <xsl:value-of select="title" /> </h1></center>
</xsl:if> </xsl:if>
...@@ -276,7 +276,7 @@ ...@@ -276,7 +276,7 @@
<xsl:template match="menu"> <xsl:template match="menu">
<xsl:param name="file_name" /> <xsl:param name="file_name" />
<td BGCOLOR="{$gray}" VALIGN="TOP" height="100%"> <td BGCOLOR="#F5F5F5" style="padding:7px; border: 1px solid rgb(102,102,102);" VALIGN="TOP" height="100%">
<br/> <br/>
<table WIDTH="{@width}" height="100%"> <table WIDTH="{@width}" height="100%">
<tr><td VALIGN="TOP"> <tr><td VALIGN="TOP">
......
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