diff --git a/_includes/recline-deps.html b/_includes/recline-deps.html
index 0c16f808..3e6d7360 100644
--- a/_includes/recline-deps.html
+++ b/_includes/recline-deps.html
@@ -4,7 +4,7 @@
-
+
@@ -18,7 +18,7 @@
-
+
@@ -30,19 +30,18 @@
-
-
-
+
+
+
-
-
-
-
-
-
+
+
+
+
+
-
-
+
+
diff --git a/docs/tutorial-multiview.markdown b/docs/tutorial-multiview.markdown
index 3b069793..68dba87d 100644
--- a/docs/tutorial-multiview.markdown
+++ b/docs/tutorial-multiview.markdown
@@ -33,14 +33,11 @@ Before writing any code with Recline, you need to do the following preparation s
-
-
+
-
+
@@ -65,15 +62,15 @@ Before writing any code with Recline, you need to do the following preparation s
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
diff --git a/docs/tutorial-views.markdown b/docs/tutorial-views.markdown
index 76df040e..9e519841 100644
--- a/docs/tutorial-views.markdown
+++ b/docs/tutorial-views.markdown
@@ -22,28 +22,26 @@ Views display Recline datasets in different ways. This page covers the interesti
Before writing any code with Recline, you need to do the following preparation steps on your page:
* [Download ReclineJS]({{page.root}}download.html) and relevant dependencies.
-* Include the relevant CSS in the head section of your document:
+* Include the relevant CSS in the head section of your document (for view-specific CSS files, see below):
{% highlight html %}
-
-{% endhighlight %}
+{% endhighlight %}
-* Include the relevant Javascript files somewhere on the page (preferably before body close tag):
+* Include the relevant Javascript files somewhere on the page (preferably before body close tag; for view-specific Javascript dependencies, see below):
{% highlight html %}
-
-
-
+
+
{% endhighlight %}
You're now ready to start working with Recline.
@@ -81,15 +79,19 @@ Although it's not demonstrated here, you can also use the simpler Grid view with
Let's create a data grid view to display the dataset we have just created. We're going to use the SlickGrid-based grid so we need the following CSS and JS dependencies in addition to those above:
{% highlight html %}
+
-
+
-
-
-
-
-
+
+
+
+
+
+
+
+
diff --git a/test/index.html b/test/index.html
index 1792bc33..5b748f29 100644
--- a/test/index.html
+++ b/test/index.html
@@ -23,18 +23,14 @@
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+