Gizra / kaveret7

Kaveret D7 codebase
0 stars 0 forks source link

fix css for frontpage #166

Closed barochoren closed 11 years ago

barochoren commented 11 years ago

on the market view, it looks bad when title for an offer or a want has a longer text than one line. In such case the vertical spacing between text lines would be too big in comparison with the vertical spacing from the text to the image. proposed fix:

.thumbnail h3 { line-height: 20px; /// instead of 40px which is exaggeration } .thumbnail div.field-name-field-image { margin-bottom: 5px; margin-top: 5px; } @niryariv