From b5e46f221f701433cb0fb29ea3b0ab7e3d281980 Mon Sep 17 00:00:00 2001 From: Reuben Brown Date: Mon, 19 Jan 2015 10:55:20 -0600 Subject: [PATCH] Styled the getting started section's next step link to be consistent with api section --- docs_src/templates/pages/docs/started-installation.hbs | 6 +++--- docs_src/templates/pages/docs/started-welcome.hbs | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs_src/templates/pages/docs/started-installation.hbs b/docs_src/templates/pages/docs/started-installation.hbs index b31a9f17..5e8e1db0 100644 --- a/docs_src/templates/pages/docs/started-installation.hbs +++ b/docs_src/templates/pages/docs/started-installation.hbs @@ -22,7 +22,7 @@ First, include two CSS files into your HTML head: > `owl.carousel.css` file is required and its good when inculded in head before *.js -Second `owl.theme.default.css` file is optional and feel free to edit it. +Second `owl.theme.default.css` file is optional and feel free to edit it. Inside the source package you can also find [SCSS](http://sass-lang.com/) files for easy generation of your own themes. @@ -66,6 +66,6 @@ $(document).ready(function(){ ### Next Step -* [FAQ](started-faq.html) +####[FAQ](started-faq.html) -{{/markdown }} \ No newline at end of file +{{/markdown }} diff --git a/docs_src/templates/pages/docs/started-welcome.hbs b/docs_src/templates/pages/docs/started-welcome.hbs index 69e3d3e6..c88bd524 100644 --- a/docs_src/templates/pages/docs/started-welcome.hbs +++ b/docs_src/templates/pages/docs/started-welcome.hbs @@ -78,13 +78,13 @@ owlcarousel/ ### Dependecies -Get the latest [jQuery](http://jquery.com/) or [Zepto](http://zeptojs.com/) library. +Get the latest [jQuery](http://jquery.com/) or [Zepto](http://zeptojs.com/) library. Minumum compatibile jQuery version is 1.8.3 version. ### Next Step -* [installation](started-installation.html) +####[Installation](started-installation.html) -{{/markdown }} +{{/markdown }}