Commit bc2d82b5d193ee42ed3e4747feda4713f4624489
1 parent
2814eff2
Exists in
master
and in
5 other branches
updating theme
Showing
1 changed file
with
7 additions
and
0 deletions
Show diff stats
style.css
| ... | ... | @@ -1273,6 +1273,13 @@ div#article-parent { |
| 1273 | 1273 | float: none; |
| 1274 | 1274 | } |
| 1275 | 1275 | |
| 1276 | +/***Avisar ao usuário que a imagem será exibida será numa proporção de 275px X 150px***/ | |
| 1277 | + | |
| 1278 | +.action-home-index #wrap-2 .block-outer .container-block .container-block div.display-content-block .image img { | |
| 1279 | + max-height: 150px; | |
| 1280 | + max-width: 275px; | |
| 1281 | +} | |
| 1282 | + | |
| 1276 | 1283 | .action-home-index #wrap-2 .block-outer .container-block .container-block div.display-content-block .title { |
| 1277 | 1284 | border-bottom: 0px solid #ccc; |
| 1278 | 1285 | display: block; | ... | ... |