[#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

@@ -105,7 +105,7 @@ Here is an example of the page setup for an app using every Recline component:
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link rel="stylesheet" href="vendor/bootstrap/3.3.2/css/bootstrap.css" />
<link rel="stylesheet" href="vendor/bootstrap/3.2.0/css/bootstrap.css" />
{% include recline-deps.html %}
{% endhighlight %}