Commit 9181939c5a7f7702b437d6f80ad618c21fd34f36
1 parent
30933c38
Exists in
master
and in
52 other branches
improve solution of image height overflow on homepage's news section
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/noosfero-spb/noosfero-spb-theme/css/home-page.css
... | ... | @@ -285,6 +285,7 @@ |
285 | 285 | padding: 0px 25px 0px 0px; |
286 | 286 | max-width: 150px; |
287 | 287 | display: table-cell; |
288 | + vertical-align: top; | |
288 | 289 | } |
289 | 290 | |
290 | 291 | .controller-environment_design #content .display-content-block .image a, |
... | ... | @@ -298,7 +299,6 @@ |
298 | 299 | .controller-environment_design #content .display-content-block .image img, |
299 | 300 | .action-home-index #content .display-content-block .image img{ |
300 | 301 | max-width: 150px; |
301 | - height: 90px; | |
302 | 302 | } |
303 | 303 | |
304 | 304 | .controller-environment_design #content .display-content-block .title, | ... | ... |