CSS Changes where .home .post-blog .post-foot {} has the 40px margin at the bottom and .post is completely emptied.

Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
This commit is contained in:
Philip M. Hofer (Frumph) 2010-01-23 02:42:57 -08:00
parent 2dcd8bf19b
commit 548e077a94
1 changed files with 3 additions and 7 deletions

View File

@ -470,18 +470,14 @@ h4, h4 a {
padding: 1%;
}
.post, .post-page {
clear: both;
text-align: left;
padding: 2px;
margin-bottom: 20px;
}
.post {}
.post-content {
padding: 3px;
}
.post-foot {
.home .post-blog .post-foot {
margin-bottom: 40px;
}
.post-image {