Skip to content

Commit

Permalink
FIX IE6 layout for real (!)
Browse files Browse the repository at this point in the history
  • Loading branch information
PowerKiKi committed Apr 19, 2010
1 parent 3d91c25 commit b9105a8
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 39 deletions.
3 changes: 0 additions & 3 deletions scruffy/archive.php
Expand Up @@ -38,9 +38,6 @@

</div><!-- /entry -->

<div class="postbottom">
</div>

</div><!-- /post -->

<?php $count++; ?>
Expand Down
4 changes: 0 additions & 4 deletions scruffy/index.php
Expand Up @@ -43,10 +43,6 @@
<p class="tags"><?php the_tags('', ', ', '<br />'); ?></p>

</div><!-- /entry -->

<div class="postbottom">
</div>

</div><!-- /post -->

<?php $count++; ?>
Expand Down
3 changes: 0 additions & 3 deletions scruffy/page.php
Expand Up @@ -19,9 +19,6 @@

</div><!-- /entry -->

<div class="postbottom">
</div>

</div><!-- /post -->

<div id="comments">
Expand Down
3 changes: 0 additions & 3 deletions scruffy/search.php
Expand Up @@ -31,9 +31,6 @@

</div><!-- /entry -->

<div class="postbottom">
</div>

</div><!-- /post -->

<?php $count++; ?>
Expand Down
4 changes: 0 additions & 4 deletions scruffy/single.php
Expand Up @@ -30,10 +30,6 @@
<p class="tags"><?php the_tags('', ', ', '<br />'); ?></p>

</div><!-- /entry -->

<div class="postbottom">
</div>

</div><!-- /post -->

<div id="comments">
Expand Down
29 changes: 7 additions & 22 deletions scruffy/style.css
Expand Up @@ -118,6 +118,8 @@ a:hover {

#content{
padding-right:30px;
margin-top: 0px;
margin-bottom: 0px;
}

#head {
Expand Down Expand Up @@ -150,7 +152,6 @@ a:hover {
background: #f4f5de url(img/main.jpg) no-repeat top left;
width: 830px;
margin-top: -1px;
margin-bottom: 50px;
clear: both;
}

Expand Down Expand Up @@ -203,28 +204,23 @@ a:hover {

#footer {

font-size: 10px;
float:left;
width: 830px;
margin-top: -1px;
margin-bottom: 50px;
clear: both;

margin-top: 0px;
margin-bottom: 0px;
height: 186px;
width: 830px;
margin-top: -50px;
background: url(img/footer.jpg) no-repeat bottom center;
}

#footer p {
position: absolute;
bottom: 0;
left: 100px;
color: #999;
padding-top:120px;
margin-left:1em;
}

*html #footer {
margin: -100px 0 0 0;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> POST AND ENTRY <<<<<*/

Expand Down Expand Up @@ -256,17 +252,6 @@ h3.cathead {
background-image: none;
}

.postbottom {
background: url(img/postbottom.jpg) no-repeat 0% 100%;
position: absolute;
bottom: 0;
left: 0;
height: 200px;
width: 400px;
z-index: -5;
margin-top: -170px;
}

.post .comments {
background:transparent url(img/comments.jpg) no-repeat scroll center center;
clear:none;
Expand Down

0 comments on commit b9105a8

Please sign in to comment.