JSFiddle - React, Tailwind, and code Playground

by dirkk0

HTML

<link rel="stylesheet" href="http://twitter.github.com/bootstrap/assets/css/bootstrap.css">
<link rel="stylesheet" href="http://twitter.github.com/bootstrap/assets/css/bootstrap-responsive.css">
<div class="row"><div class="main-area span12">
    <div class="row">
       <div class="span4">
            //Maybe some description text
       </div>
       <div class="span3">
            //Maybe a button or something
       </div>
    </div>
 </div>
</div>

CSS

/*
.span4 {
    margin-left: 0;
    padding-left: 19px;
    border-left: 1px solid #eee;
}
*/
.span4{ background: #cdcdcd; }