[#427] Fixed styles in navbar and changed Boostrap version to 3.2.0.

This commit is contained in:
Sol Villar
2015-03-05 01:00:00 -03:00
parent f9351ab84c
commit 9ac51793cd
14 changed files with 9143 additions and 126 deletions

View File

@@ -25,7 +25,7 @@ Before writing any code with Recline, you need to do the following preparation s
2. Include the relevant CSS in the head section of your document:
{% highlight html %}
<!-- you do not have to use bootstrap but we use it by default -->
<link rel="stylesheet" href="vendor/bootstrap/3.3.2/css/bootstrap.css" />
<link rel="stylesheet" href="vendor/bootstrap/3.2.0/css/bootstrap.css" />
<!-- CSS for relevant view components - here we just have grid -->
<link rel="stylesheet" href="css/grid.css" />{% endhighlight %}
@@ -35,7 +35,7 @@ Before writing any code with Recline, you need to do the following preparation s
<script type="text/javascript" src="vendor/underscore/1.4.4/underscore.js"></script>
<script type="text/javascript" src="vendor/backbone/1.0.0/backbone.js"></script>
<script type="text/javascript" src="vendor/mustache/0.5.0-dev/mustache.js"></script>
<script type="text/javascript" src="vendor/bootstrap/3.3.2/js/bootstrap.js"></script>
<script type="text/javascript" src="vendor/bootstrap/3.2.0/js/bootstrap.js"></script>
<script type="text/javascript" src="vendor/slickgrid/2.0.1/jquery.event.drag-2.2.js"></script>
<script type="text/javascript" src="vendor/slickgrid/2.0.1/slick.core.js"></script>
<script type="text/javascript" src="vendor/slickgrid/2.0.1/slick.grid.js"></script>