Commit 65888ef99bb892e56d52a0dd10f4dd44faeaefa3
1 parent
9181939c
Exists in
master
and in
52 other branches
fix image margin on first page of blog
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
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%; | ... | ... |