fixed image resizing

This commit is contained in:
albert
2011-09-11 20:25:13 -04:00
parent a4764716a9
commit 189ad7052d
4 changed files with 44 additions and 9 deletions

View File

@@ -348,7 +348,7 @@ div#page {
width: 75%;
float: left;
margin-left: 2em;
overflow: hidden;
overflow: visible;
}
}
@@ -359,7 +359,7 @@ div.clearfix {
/*** Post previews ***/
div.post-previews {
overflow: hidden;
overflow: visible;
}