This behavior is due to different number of text lines in labels.
You could use a jquery plugin (search the net for "jquery equal height") in
order to give to the div.thumbnail the same height as tallest one.
Or you could give to the div.thumbnail a fixed height and auto overflow-y
by a css rule.
Il giorno mercoledì 1 maggio 2013 23:06:55 UTC+2, Omi Chiba ha scritto:
>
> Maybe this is not web2py issue but I'm trying to use thumnail class to
> shows the three image blocks but the text in the paragraph inside is
> strangely have too much space between the words.
>
> Does anyone know how to adjust it?
>
> <h3>How can we help you?</h3>
> <ul class="thumbnails">
> <li class="span3">
> <div class="thumbnail">
> {{=IMG(_src=URL('static/images','holder260_180.png'),_style="width:
> 250px",_class="img-polaroid",_alt="Order Status")}}
> <h4>Order Status</h4>
> <p>Thumbnail caption...</p>
> </div>
> </li>
> <li class="span3">
> <div class="thumbnail">
> {{=IMG(_src=URL('static/images','holder260_180.png'),_style="width:
> 250px",_class="img-polaroid",_alt="Order Status")}}
> <h4>Q&A</h4>
> <p>To search the Frequently Asked Questions</p>
> </div>
> </li>
> <li class="span3">
> <div class="thumbnail">
> {{=IMG(_src=URL('static/images','holder260_180.png'),_style="width:
> 250px",_class="img-polaroid",_alt="Order Status")}}
> <h4>Contact</h4>
> <p>Thumbnail caption...</p>
> </div>
> </li>
> </ul>
>
>
>
>
>
>
--
---
You received this message because you are subscribed to the Google Groups
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.