Changeset 582
- Timestamp:
- 04/06/07 17:20:17 (2 years ago)
- Files:
-
- branches/RB-0.9.0/JalcedoUpdateSite/web/site.css (modified) (1 diff)
- branches/RB-0.9.0/JalcedoUpdateSite/web/site.xsl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/RB-0.9.0/JalcedoUpdateSite/web/site.css
r380 r582 2 2 td.spacer {padding-bottom: 10px; padding-top: 10px;} 3 3 .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;} 8 8 .light-row {background:#FFFFFF} 9 9 .dark-row {background:#EEEEFF} branches/RB-0.9.0/JalcedoUpdateSite/web/site.xsl
r380 r582 18 18 <xsl:if test="count(key('cat',@name)) != 0"> 19 19 <tr class="header"> 20 <td class="sub-header" width="70%"> 21 <xsl:value-of select="@name"/> 22 </td> 20 23 <td class="sub-header" width="30%"> 21 <xsl:value-of select="@name"/>22 </td>23 <td class="sub-header" width="70%">24 24 <xsl:value-of select="@label"/> 25 25 </td>
