Changeset 12920 for trunk/cic-hcap


Ignore:
Timestamp:
2006-09-28T17:24:50+12:00 (18 years ago)
Author:
mdewsnip
Message:

Minor formatting improvements.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/cic-hcap/macros/extra.dm

    r12918 r12920  
    475475<div class="cicheading">Type of Place</div>
    476476
    477 <table width="100%">
     477<table width="100%" style="padding-top: 1em;">
    478478  <tr>
    479479    <td width="50%"><center><a href="_gwcgi_?a=p&amp;p=typesIndividualbuilding"><img alt="Cooper Hall, Limestone College" src="_httpcollection_/images/building.jpg"/><br />Buildings</a></center></td>
     
    711711<div class="cicheading">Function</div>
    712712
    713 <table cellpadding="0" cellspacing="0" width="_pagewidth_">
     713<table cellpadding="0" cellspacing="0" width="100%" style="padding-top: 1em;">
    714714<tr>
    715715<td width="50%"><a href="_gwcgi_?a=p&amp;p=functionsacademicdepartmentbuilding">Academic department building</a></td>
     
    10601060
    10611061      if (stq_results != "") \{
    1062          stq_results = '<table cellpadding="0" cellspacing="0" width="_pagewidth_">' + stq_results + '</table>';
     1062         stq_results = '<table cellpadding="0" cellspacing="0" width="100%">' + stq_results + '</table>';
    10631063         document.getElementById("stq_results").innerHTML = stq_results;
    10641064      \}
Note: See TracChangeset for help on using the changeset viewer.