Ignore:
Timestamp:
Apr 22, 2006, 11:11:41 AM (18 years ago)
Author:
chrisaga
Message:
  • improve : template code

tables are horizontaly centered by default

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/template/yoga/month_calendar.tpl

    r1061 r1253  
    11<!-- BEGIN calendar -->
     2<!-- $Id:$ -->
    23<!-- BEGIN thumbnails -->
    34<style type="text/css">
     
    1415}
    1516//--></style>
    16 <table class="calMonth" align="center" cellpadding="1">
     17<table class="calMonth">
    1718<!-- BEGIN head -->
    18  <thead>
     19 <thead><tr>
    1920 <!-- BEGIN col -->
    20  <td class="calDayHead">{calendar.thumbnails.head.col.LABEL}</td>
     21   <td class="calDayHead">{calendar.thumbnails.head.col.LABEL}</td>
    2122 <!-- END col -->
    22  </thead>
     23 </tr></thead>
    2324<!-- END head -->
    2425<!-- BEGIN row -->
Note: See TracChangeset for help on using the changeset viewer.