Changeset 13154


Ignore:
Timestamp:
2006-10-20T13:34:41+13:00 (18 years ago)
Author:
mdewsnip
Message:

Now resizes the masthead image to 720 pixels wide when printing, so it fits on the page in IE.

Location:
trunk/cic-hcap/macros
Files:
2 edited

Legend:

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

    r13146 r13154  
    143143
    144144# We use a very simple pagebanner: just the collection icon, no javalinks etc
    145 _pagebanner_ {<a href="_gwcgi_?a=p&amp;p=home"><img alt="Council of Independent Colleges Historic Campus Architecture Project" src="_httpcollection_/images/masthead.gif"></a>}
     145_pagebanner_ {<a href="_gwcgi_?a=p&amp;p=home"><img class="cicmastheadimage" alt="Council of Independent Colleges Historic Campus Architecture Project" src="_httpcollection_/images/masthead.gif"></a>}
    146146
    147147_pagetitle_ {The Council of Independent Colleges: Historic Campus Architecture Project}
  • trunk/cic-hcap/macros/style.css

    r13146 r13154  
    9191  .cicprinthide {
    9292    display: none;
     93  }
     94
     95  .cicmastheadimage {
     96    width: 720px;
    9397  }
    9498}
Note: See TracChangeset for help on using the changeset viewer.