Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Use single template file for header, also make it HiDPI
  • Loading branch information
philwareham committed Dec 13, 2012
1 parent 50acdb2 commit 1f0577a
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
Binary file modified img/header-l.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/header-r.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions index.html
Expand Up @@ -106,7 +106,7 @@
body[yahoo] .innertable {width:280px !important;}

/* Resize hero image at smaller screen sizes. */
body[yahoo] .heroimage {width:280px !important; height:100px !important;}
body[yahoo] .heroimage {width:280px !important; height:60px !important;}

/* Resize page shadow at smaller screen sizes. */
body[yahoo] .shadow {width:280px !important; height:4px !important;}
Expand Down Expand Up @@ -199,13 +199,13 @@
<!-- header left: logo and link to homepage -->
<td width="320" valign="top">
<!-- set an image for header left - must be 320px width (height can be variable) -->
<a href="#" target="_blank"><img src="img/header-l.gif" width="320" height="160" border="0" alt="Header (left)" /></a>
<a href="#" target="_blank"><img src="img/header-l.gif" width="320" height="60" border="0" alt="Header (left)" /></a>
</td>
<!-- /header left -->
<!-- header right: hidden in mobile version -->
<td width="280" valign="top" class="hide">
<!-- set an image for header right - must be 280px width (height can be variable) -->
<img src="img/header-r.gif" width="280" height="160" border="0" alt="Header (right)" />
<img src="img/header-r.gif" width="280" height="60" border="0" alt="Header (right)" />
</td>
<!-- /header right -->
</tr>
Expand Down
Binary file removed source-img/header-l.psd
Binary file not shown.
Binary file removed source-img/header-r.psd
Binary file not shown.
Binary file added source-img/header.psd
Binary file not shown.

0 comments on commit 1f0577a

Please sign in to comment.