fixed styles for previews
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user