fixed styles for previews

This commit is contained in:
albert
2011-09-16 15:10:42 -04:00
parent a717134163
commit a814957859
2 changed files with 8 additions and 3 deletions

View File

@@ -63,7 +63,7 @@ gem install --no-ri --no-rdoc bundler
# Install Passenger # Install Passenger
gem install --no-ri --no-rdoc -v 3.0.8 passenger gem install --no-ri --no-rdoc -v 3.0.8 passenger
rvm exec passenger-install-nginx-module rvm exec passenger-install-nginx-module -a
rm /opt/nginx/conf/*.default rm /opt/nginx/conf/*.default
if [ $? -ne 0 ]; then if [ $? -ne 0 ]; then

View File

@@ -691,9 +691,14 @@ div#c-favorites {
/*** Posts ***/ /*** Posts ***/
article.post-preview { article.post-preview {
margin-right: 4em; height: 150px;
margin-bottom: 4em; width: 150px;
margin-right: 30px;
margin-bottom: 30px;
display: inline-block;
float: left; float: left;
text-align: center;
vertical-align: middle;
} }
article.post-preview.blacklisted-active { article.post-preview.blacklisted-active {