Edgewall Software

Changes between Version 13 and Version 14 of TracInterfaceCustomization


Ignore:
Timestamp:
Nov 30, 2005, 9:19:04 PM (18 years ago)
Author:
Pedro Algarvio <ufs@…>
Comment:

Fixed Adding Google Ads to your Trac - IE CSS Workarround

Legend:

Unmodified
Added
Removed
Modified
  • TracInterfaceCustomization

    v13 v14  
    6969{{{
    7070#!css
    71 #content {
    72         padding: 0;
    73         margin: 15px 140px 0 15px;
    74         text-align: left;
    75         min-height: 770px;
     71/* For Mozilla and Safary */
     72*>#content {
     73    padding: 0;
     74    margin: 15px 140px 0 15px;
     75    text-align: left;
     76    min-height: 770px;
     77}
     78
     79/* For IE */
     80* html #content {
     81    padding: 0;
     82    margin: 15px 140px 0 15px;
     83    text-align: left;
     84    height: 770px;
    7685}
    7786
     
    96105</div>
    97106}}}
    98 '''NOTE:''' In IE the '''`min-height`'''(minimum-height) doesn't work, so if the wiki page is small enough, the footer will be overriden. '''If someone else finds a solution, please post it here'''. As a work arround you could also make the footer right margin bigger, leaving enough space for the ads.
    99107----
    100108See also TracGuide, TracIni