temp fix for flash thumbnails

This commit is contained in:
albert
2011-10-21 18:02:41 -04:00
parent 3b1d01370a
commit b69cab11ee
3 changed files with 20 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ div#page {
margin: 0 30px;
aside#sidebar {
width: 15em;
width: 20%;
float: left;
h1 {
@@ -30,7 +30,7 @@ div#page {
}
section#content {
width: 65em;
width: 75%;
float: left;
padding-left: 2em;
overflow: visible;