Commit 65888ef99bb892e56d52a0dd10f4dd44faeaefa3

Authored by Melissa Wen
1 parent 9181939c

fix image margin on first page of blog

src/noosfero-spb/noosfero-spb-theme/css/news-page.css
... ... @@ -183,7 +183,7 @@
183 183 #content .blog .page-1 .position-2 .post-pic,
184 184 #content .blog .page-1 .position-3 .post-pic,
185 185 #content .blog .page-1 .position-4 .post-pic {
186   - margin-top: 12px;
  186 + margin-bottom: 12px;
187 187 top: 10px;
188 188 height: 120px;
189 189 width: 100%;
... ...