fix page overflow

This commit is contained in:
mappu 2014-08-23 22:19:02 +12:00
parent dc260a27d6
commit 301d81a637
2 changed files with 9 additions and 9 deletions

View File

@ -289,6 +289,9 @@ class CProject {
<a href="srv/<?=hesc(urlencode($this->projname))?>_<?=$idx?>.<?=str_ext($origname)?>"><img src="srv/<?=hesc(urlencode($this->projname))?>_<?=$idx?>_thumb.jpg" class="thumbimage"></a>
<?php } ?>
</div>
<div style="clear:both;"></div>
<?php } ?>
</div>

View File

@ -33,6 +33,7 @@ h1,h2,h3 {
html, body {
/* structural */
height:100%;
min-height:100%;
margin:0;
border:0;
padding:0;
@ -112,22 +113,18 @@ html, body {
}
.projinfo {
position:relative;
}
.projbody {
position:absolute;
left:0;
.projbody {
}
.projbody_halfw {
right: 74px;
float:left;
width: 678px; /* 740px full - 60px rhs column - 2px border */
}
.projbody_fullw {
right:0;
}
.projimg {
position:absolute;
right:0;
float:right;
width:62px; /* 60px + 2px border */
}