Changeset 204
- Timestamp:
- 02/25/06 00:19:53
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/calendar3/deployment/webpublic/webapp/resources/demoskins/default/default/common.css
r198 r204 1 #calendarOfEventsTitle { 2 font-family: Arial, sans-serif; 3 font-size: 8pt; 4 font-weight: bold; 5 letter-spacing: 3px; 6 background-color: #ddd; 7 color: #555; 8 text-align: center; 9 border-top: 1px solid black; 10 border-right: 1px solid black; 11 border-bottom: 2px solid black; 12 border-left: 1px solid black; 13 } 1 14 #stats { 2 15 font-size: 0.9em; trunk/calendar3/deployment/webpublic/webapp/resources/demoskins/default/default/default.xsl
r201 r204 181 181 </tr> 182 182 </table> 183 <table width="100%" border="0" cellpadding="0" cellspacing="0"> 184 <tr> 185 <td><img alt="" src="{$resourcesRoot}/images/std-title-left.gif" width="8" height="16" border="0"/></td> 186 <td width="50%"><img alt="" src="{$resourcesRoot}/images/std-title-space.gif" width="100%" height="16" border="0"/></td> 187 <td><img src="{$resourcesRoot}/images/std-title.gif" width="485" height="16" border="0" alt="Calendar of Events"/></td> 188 <td width="50%"><img alt="" src="{$resourcesRoot}/images/std-title-space.gif" width="100%" height="16" border="0"/></td> 189 <td><img alt="" src="{$resourcesRoot}/images/std-title-right.gif" width="9" height="16" border="0"/></td> 190 </tr> 191 </table> 183 <div id="calendarOfEventsTitle"> 184 CALENDAR of EVENTS 185 </div> 192 186 <table width="100%" border="0" cellpadding="0" cellspacing="0" id="dateBarTable"> 193 187 <tr>
