Merge pull request #136 from BlackrockDigital/master
removed an unused class and prettify html
This commit is contained in:
@@ -691,4 +691,3 @@
|
|||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|
||||||
|
|||||||
2287
pages/icons.html
2287
pages/icons.html
File diff suppressed because it is too large
Load Diff
@@ -790,8 +790,7 @@
|
|||||||
<!-- /.panel -->
|
<!-- /.panel -->
|
||||||
<div class="chat-panel panel panel-default">
|
<div class="chat-panel panel panel-default">
|
||||||
<div class="panel-heading">
|
<div class="panel-heading">
|
||||||
<i class="fa fa-comments fa-fw"></i>
|
<i class="fa fa-comments fa-fw"></i> Chat
|
||||||
Chat
|
|
||||||
<div class="btn-group pull-right">
|
<div class="btn-group pull-right">
|
||||||
<button type="button" class="btn btn-default btn-xs dropdown-toggle" data-toggle="dropdown">
|
<button type="button" class="btn btn-default btn-xs dropdown-toggle" data-toggle="dropdown">
|
||||||
<i class="fa fa-chevron-down"></i>
|
<i class="fa fa-chevron-down"></i>
|
||||||
|
|||||||
@@ -534,7 +534,6 @@
|
|||||||
selector: "[data-toggle=tooltip]",
|
selector: "[data-toggle=tooltip]",
|
||||||
container: "body"
|
container: "body"
|
||||||
})
|
})
|
||||||
|
|
||||||
// popover demo
|
// popover demo
|
||||||
$("[data-toggle=popover]")
|
$("[data-toggle=popover]")
|
||||||
.popover()
|
.popover()
|
||||||
|
|||||||
@@ -389,7 +389,6 @@
|
|||||||
</div>
|
</div>
|
||||||
<!-- /.panel-heading -->
|
<!-- /.panel-heading -->
|
||||||
<div class="panel-body">
|
<div class="panel-body">
|
||||||
<div class="dataTable_wrapper">
|
|
||||||
<table width="100%" class="table table-striped table-bordered table-hover" id="dataTables-example">
|
<table width="100%" class="table table-striped table-bordered table-hover" id="dataTables-example">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
@@ -803,7 +802,6 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
|
||||||
<!-- /.table-responsive -->
|
<!-- /.table-responsive -->
|
||||||
<div class="well">
|
<div class="well">
|
||||||
<h4>DataTables Usage Information</h4>
|
<h4>DataTables Usage Information</h4>
|
||||||
|
|||||||
Reference in New Issue
Block a user