Vertical alignment in bootstrap's spans -


is there work around vertical alignment of elements or texts in bootstrap spans relative other spans

for eg. if have row , spans this

<div class="row-fluid">    <div class="span3" style="background-color:lightblue">description</div>    <div class="span9" style="background-color:pink">    lorem ipsum lorem ipsum  lorem ipsum  lorem ipsum  lorem ipsum  lorem ipsum  lorem ipsum  ....    </div> </div> 

it looks this

enter image description here

so there way show "description" vertically center of next span's height?

try display: table; parent , display: table-cell; child

jsfiddle


Comments

Popular posts from this blog

Winapi c++: DialogBox hangs when breaking a loop -

vb.net - Font adding using PDFsharp -

javascript - jQuery iScroll clickable list elements while retaining scroll? -