side scroll issue fixed

This commit is contained in:
David Miller
2014-11-04 15:52:37 -05:00
parent 165e35fc07
commit 3c8901f637
3 changed files with 20 additions and 10 deletions

View File

@@ -266,10 +266,10 @@
<div class="input-group custom-search-form">
<input type="text" class="form-control" placeholder="Search...">
<span class="input-group-btn">
<button class="btn btn-default" type="button">
<i class="fa fa-search"></i>
</button>
</span>
<button class="btn btn-default" type="button">
<i class="fa fa-search"></i>
</button>
</span>
</div>
<!-- /input-group -->
</li>
@@ -366,13 +366,16 @@
<!-- Page Content -->
<div id="page-wrapper">
<div class="row">
<div class="col-lg-12">
<h1 class="page-header">Blank</h1>
<div class="container-fluid">
<div class="row">
<div class="col-lg-12">
<h1 class="page-header">Blank</h1>
</div>
<!-- /.col-lg-12 -->
</div>
<!-- /.col-lg-12 -->
<!-- /.row -->
</div>
<!-- /.row -->
<!-- /.container-fluid -->
</div>
<!-- /#page-wrapper -->
@@ -394,4 +397,3 @@
</body>
</html>