vertical alignment - Vertically centering .spans in Bootstrap -


i'm using bootstrap , trying vertically center text in .span6 image in separate .span6 right next it. both divs contained in .row-fluid. goal them vertically aligned each other appear more vertically balanced.

<div class="row-fluid">   <div class="span6">...</div>   <div class="span6">...</div> </div> 

you can view problem here: http://theplaybook.co


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -