Using display:inline-block solves it for me

<div class='item' style='width:20%; margin-left:10px; display:inline-block'>

El miércoles, 14 de marzo de 2012 14:04:04 UTC-3, Ilya escribió:
>
> I'm adding span6s dynamically using javascript to a row (fluid). 
> When I add the 3rd, the new span wraps but the vertical alignment is off. 
> Without having to count the spans in a row and put the code to add rows, 
> how can i make this work so 
>
> <div class="row-fluid">
>    <div class="span6" id="ex1">
>    <div class="span6" id="ex2">
>    <div class="span6" id="ex3"> <!-- this should wrap nicely to the next 
> row -->
> </div>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"twitter-bootstrap" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to twitter-bootstrap+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to