Update css/js paths to files, and remove excess col- tags

This commit is contained in:
theshka 2015-11-07 10:46:13 -06:00
parent 716c972fdc
commit 25f259e7bc

View file

@ -18,7 +18,7 @@
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Open+Sans:400,700" type="text/css">
<!-- Stylesheets -->
<link rel="stylesheet" href="{{ base_url }}/vendor/twbs/bootstrap/dist/css/bootstrap.min.css" type="text/css" />
<link rel="stylesheet" href="{{ theme_url }}/bootstrap.min.css" type="text/css" />
<link rel="stylesheet" href="{{ theme_url }}/bootstrap.theme.css" type="text/css" />
</head>
@ -45,7 +45,7 @@
<!-- Main Content -->
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12 col-xl-12">
<div class="col-xs-12">
{{ content }}
</div>
</div>
@ -65,6 +65,6 @@
<!-- Javascript -->
<script src="http://code.jquery.com/jquery-2.1.4.min.js"></script>
<script src="{{ base_url }}/vendor/twbs/bootstrap/dist/js/bootstrap.js"></script>
<script src="{{ theme_url }}/bootstrap.js"></script>
</body>
</html>