temp fix for flash thumbnails
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -13,6 +13,15 @@ article.post-preview {
|
||||
float: left;
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
|
||||
span.text-post-preview {
|
||||
border: 1px solid #666;
|
||||
height: 150px;
|
||||
width: 150px;
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
article.post-preview.blacklisted-active {
|
||||
|
||||
Reference in New Issue
Block a user