<link href="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<div class="span7">
<div class="widget stacked widget-table action-table">
<div class="widget-header">
<i class="icon-th-list"></i>
<h3>Table</h3>
</div>
<div class="widget-content">
<table class="table table-striped table-bordered">
<thead>
<tr>
<th>Engine</th>
<th>Browser</th>
<th class="td-actions"></th>
</tr>
</thead>
<tbody>
<tr>
<td>Trident</td>
<td>Internet
Explorer 4.0</td>
<td class="td-actions">
<a href="javascript:;" class="btn btn-small btn-primary">
<i class="btn-icon-only icon-ok"></i>
</a>
<a href="javascript:;" class="btn btn-small">
<i class="btn-icon-only icon-remove"></i>
</a>
</td>