Project

General

Profile

« Previous | Next » 

Revision 3788

use consistent table attributes (100% width and 0 cell spacing) so that KNB skin looks better when displaying fgdc documents

View differences:

fgdc-root.xsl
18 18
    </xsl:template>
19 19
    
20 20
    <xsl:template match="idinfo">
21
        <table border="0" cellspacing="10">
21
        <table width="100%" border="0" cellspacing="0">
22 22
            <tr>
23 23
                <td colspan="2" align="center">
24 24
                    <xsl:value-of select="$message"/>
......
261 261
    </xsl:template>
262 262
    
263 263
    <xsl:template match="distinfo">
264
        <table width="100%" border="0" cellspacing="10">
264
        <table width="100%" border="0" cellspacing="0">
265 265
            <tr>
266 266
                <td colspan="5" align="center">
267 267
                    <h2>Data Package Information</h2>

Also available in: Unified diff