Upgrade Bootstrap to 2.3.2

This commit is contained in:
Vitor Baptista
2014-05-05 20:26:26 -03:00
parent 8c6632e84b
commit f1b652e54b
15 changed files with 8333 additions and 5179 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/2.0.2/css/bootstrap.css" />
<link rel="stylesheet" href="vendor/bootstrap/2.3.2/css/bootstrap.css" />
{% include recline-deps.html %}
{% endhighlight %}