Bootstrap 3 Template

This is a simple Twitter Bootstrap 3 template. You can fork it to get a ready to use Bootstrap 3 fiddle.

by Eric L

HTML

<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css">
<div class="container-fluid">
		<div class="table-responsive col-sm-12">
           	<div id="driverShiftTable_wrapper" class="dataTables_wrapper form-inline dt-bootstrap no-footer"><div class="row"><div class="col-sm-6"></div><div class="col-sm-6"></div></div><div class="row"><div class="col-sm-12"><div class="dataTables_scroll"><div class="dataTables_scrollHead" style="overflow: hidden; position: relative; border: 0px; width: 100%;"><div class="dataTables_scrollHeadInner" style="box-sizing: content-box; width: 1828px; padding-right: 0px;"><table class="table table-bordered table-hover table-responsive table-condensed dt-responsive table-striped dataTable no-footer" role="grid" style="margin-left: 0px; width: 1828px;"><thead>
           			<tr role="row"><th class="hidden sorting_disabled" rowspan="1" colspan="1" style="width: 0px;" aria-label=""></th><th class="hidden sorting_disabled" rowspan="1" colspan="1" style="width: 0px;" aria-label=""></th><th class="sorting_asc" rowspan="1" colspan="1" style="width: 384px;" aria-label="Site Name">Site Name</th><th class="sorting_asc" rowspan="1" colspan="1" style="width: 134px;" aria-label="Shift">Shift</th><th class="sorting_disabled" rowspan="1" colspan="1" style="width: 236px;" aria-label="Start Time">Start Time</th><th class="sorting_disabled" rowspan="1" colspan="1" style="width: 220px;" aria-label="End Time">End Time</th><th class="sorting_disabled" rowspan="1" colspan="1" style="width: 431px;" aria-label="Modified Date">Modified Date</th><th class="sorting_disabled" rowspan="1" colspan="1" style="width: 266px;" aria-label="Modified By">Modified By</th></tr>
           		</thead></table></div></div><div class="dataTables_scrollBody" style="position: relative; overflow: auto; width: 100%; max-height: 500px;"><table class="table...

CSS

/* Latest compiled and minified CSS included as External Resource*/

/* Optional theme */
@import url('//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-theme.min.css');

body {
    margin: 10px;
}

JavaScript

/* Latest compiled and minified JavaScript included as External Resource */