Browse Source

fixing wide image issue

master
erqan 11 years ago
parent
commit
1c9889072c
  1. 2
      css/style.css

2
css/style.css

@ -954,12 +954,14 @@ button.disabled:hover @@ -954,12 +954,14 @@ button.disabled:hover
.image-preview
{
max-height: 500px;
max-width: 530px;
width: auto;
}
.preview-container
{
max-height: 500px;
width: 100%;
text-align: center;
}
.post-stats
{

Loading…
Cancel
Save