Commit e69828c8783abe4426a756f2b706e26cafe5b153
Committed by
Melissa Wen
1 parent
827d1dce
Exists in
master
and in
52 other branches
Fixed height image for the home area of news - #329
Showing
1 changed file
with
2 additions
and
3 deletions
Show diff stats
src/noosfero-spb/noosfero-spb-theme/css/home-page.css
... | ... | @@ -283,8 +283,7 @@ |
283 | 283 | .action-home-index #content .display-content-block .image{ |
284 | 284 | padding-right: 25px; |
285 | 285 | padding: 0px 25px 0px 0px; |
286 | - border: 0px solid #c0c1c1; | |
287 | - width: 150px; | |
286 | + max-width: 150px; | |
288 | 287 | display: table-cell; |
289 | 288 | } |
290 | 289 | |
... | ... | @@ -298,8 +297,8 @@ |
298 | 297 | |
299 | 298 | .controller-environment_design #content .display-content-block .image img, |
300 | 299 | .action-home-index #content .display-content-block .image img{ |
301 | - border: 0px solid #c0c1c1; | |
302 | 300 | max-width: 150px; |
301 | + height: 90px; | |
303 | 302 | } |
304 | 303 | |
305 | 304 | .controller-environment_design #content .display-content-block .title, | ... | ... |