fixed styles for previews
This commit is contained in:
@@ -63,7 +63,7 @@ gem install --no-ri --no-rdoc bundler
|
||||
|
||||
# Install 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
|
||||
|
||||
if [ $? -ne 0 ]; then
|
||||
|
||||
@@ -691,9 +691,14 @@ div#c-favorites {
|
||||
/*** Posts ***/
|
||||
|
||||
article.post-preview {
|
||||
margin-right: 4em;
|
||||
margin-bottom: 4em;
|
||||
height: 150px;
|
||||
width: 150px;
|
||||
margin-right: 30px;
|
||||
margin-bottom: 30px;
|
||||
display: inline-block;
|
||||
float: left;
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
article.post-preview.blacklisted-active {
|
||||
|
||||
Reference in New Issue
Block a user