Compare commits

..

3 Commits

Author SHA1 Message Date
David Miller
3c8901f637 side scroll issue fixed 2014-11-04 15:52:37 -05:00
David Miller
165e35fc07 Merge pull request #4 from court-jus/gh-pages
Missing semicolon
2014-11-03 13:24:44 -05:00
Ghislain Lévêque
27452c7818 Missing semicolon 2014-11-03 11:38:10 +01:00
4 changed files with 21 additions and 11 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>

View File

@@ -27,6 +27,10 @@ body {
}
}
.navbar-top-links {
margin-right: 0;
}
.navbar-top-links li {
display: inline-block;
}

View File

@@ -25,4 +25,4 @@ $(function() {
$("#page-wrapper").css("min-height", (height) + "px");
}
})
})
});

View File

@@ -32,6 +32,10 @@ body {
// --Topbar
.navbar-top-links {
margin-right: 0;
}
.navbar-top-links li {
display: inline-block;
}