Created by: Serhioromano
Sometimes you need .well
right inside table .success
or .warning
row.
It is just does not looks nice there. The grey on the green for example.
![ex2](http://serhioromano.s3.amazonaws.com/tmp/Screen Shot 2012-09-24 at 7.15.02 PM.png)
Would be nice that if .well
int those classes it automatically change color. To give color option also good.
This pull request offers solution. Few lines to stile wells in the colored elements and at the same time option to color well itself.
This a usage example
<div class="well info">
<h4>This is the well</h4>
<p>lorem ispus
</div>
<table class="table table-striped table-bordered">
<tbody>
<tr class="success">
<TD>
<div class="well">
<h4>This is the well</h4>
<p>lorem ispus
</div>
</TD>
<TD>SDFSDF</TD>
</tr>
</tbody>
</table>
![ex](http://serhioromano.s3.amazonaws.com/tmp/Screen Shot 2012-09-24 at 7.11.44 PM.png)