Changeset 582

Show
Ignore:
Timestamp:
04/06/07 17:20:17 (2 years ago)
Author:
koshi
Message:

updateサイトの表示が見にくかったため、font等を変更

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/RB-0.9.0/JalcedoUpdateSite/web/site.css

    r380 r582  
    22td.spacer {padding-bottom: 10px; padding-top: 10px;} 
    33.title { font-family: sans-serif; color: #99AACC;} 
    4 .bodyText { font-family: sans-serif; font-size: 9pt; color:#000000;  } 
    5 .sub-header { font-family: sans-serif; font-style: normal; font-weight: bold; font-size: 9pt; color: white;} 
    6 .log-text {font-family: sans-serif; font-style: normal; font-weight: lighter; font-size: 8pt; color:black;} 
    7 .big-header { font-family: sans-serif; font-style: normal; font-weight: bold; font-size: 9pt; color: white; border-top:10px solid white;} 
     4.bodyText { font-family: sans-serif; color:#000000;  } 
     5.sub-header { font-family: sans-serif; font-style: normal; font-weight: bold; color: white;} 
     6.log-text {font-family: sans-serif; font-style: normal; font-weight: lighter; color:black;} 
     7.big-header { font-family: sans-serif; font-style: normal; font-weight: bold; color: white; border-top:10px solid white;} 
    88.light-row {background:#FFFFFF} 
    99.dark-row {background:#EEEEFF} 
  • branches/RB-0.9.0/JalcedoUpdateSite/web/site.xsl

    r380 r582  
    1818    <xsl:if test="count(key('cat',@name)) != 0"> 
    1919            <tr class="header"> 
     20                <td class="sub-header" width="70%"> 
     21                    <xsl:value-of select="@name"/> 
     22                </td> 
    2023                <td class="sub-header" width="30%"> 
    21                     <xsl:value-of select="@name"/> 
    22                 </td> 
    23                 <td class="sub-header" width="70%"> 
    2424                    <xsl:value-of select="@label"/> 
    2525                </td>