Updated main header to use floats instead of tables.

Added spacing to default.css.
Updated acm logo to remove some whitespace.
This commit is contained in:
David Bartley 2007-07-23 03:06:59 -04:00
parent 0117c3991f
commit 5c9bf8cd14
5 changed files with 80 additions and 73 deletions

View File

@ -127,21 +127,20 @@ div.biglogo {
background: url(./csc_welcome.jpg) -20px 25px transparent no-repeat;
height: 340px;
}
div.biglogo table {
div.uwlogo {
margin-top: 16px;
float: left;
}
div.acmlogo {
margin-top: 12px;
float: left;
}
table.template-header {
border-bottom: 1px solid #ccc;
/*background-color:#cee6ff;*/
/*padding-top:65px;*/
}
div.webtitle {
/*position:absolute;
top:0;
left:0;*/
height: 60px;
width: 760px;
background-color: #215498;
@ -225,12 +224,10 @@ a.pagetop, a.pagetop:link, a.pagetop:visited, a.pagetop:hover {
}
div.footer {
/*margin-top:10px;*/
padding-top: 10px;
border-top: 1px solid #ccc;
font-size: 10px;
color: #666;
/*background:url('/logos/csc_80_35.png') right bottom no-repeat transparent;*/
}
p.infobox {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB

After

Width:  |  Height:  |  Size: 3.5 KiB

BIN
logos/uw_logo.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

View File

@ -32,17 +32,27 @@
<xsl:template match="biglogo" name="biglogo">
<div class="biglogo">
<div class="uwlogo">
<a href="http://www.uwaterloo.ca/"><img src="{$pre}logos/uw_logo.gif"
alt="University of Waterloo" width="105" height="70" /></a>
</div>
<div class="acmlogo">
<a href="http://www.acm.org"><img src="{$pre}logos/acm_logo.gif"
alt="A Student Chapter of the ACM" width="82" height="88" /></a>
</div>
<!--
<table cellspacing="0" cellpadding="0" border="0">
<tr><td>
<a href="http://www.uwaterloo.ca/"><img
src="{$pre}logos/uw_logo_100_68.gif" alt="University of Waterloo"
width="100" height="68" /></a>
src="{$pre}logos/uw_logo.gif" alt="University of Waterloo"
width="105" height="70" /></a>
</td><td>
<a href="http://www.acm.org"><img width="82" height="103"
src="{$pre}logos/acm_logo.gif"
alt="A Student Chapter of the ACM" /></a>
</td></tr>
</table>
-->
</div>
</xsl:template>