removed an unused class and prettify html

This commit is contained in:
David Miller
2016-08-19 18:40:54 -04:00
parent 1e9297523a
commit 3e0ff87103
12 changed files with 2349 additions and 1593 deletions

View File

@@ -691,4 +691,3 @@
</body> </body>
</html> </html>

File diff suppressed because it is too large Load Diff

View File

@@ -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>

View File

@@ -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()

View File

@@ -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>