Skip to content

Commit

Permalink
Styled the getting started section's next step link to be consistent …
Browse files Browse the repository at this point in the history
…with api section
  • Loading branch information
reubenbrown committed Jan 19, 2015
1 parent 828cc00 commit b5e46f2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docs_src/templates/pages/docs/started-installation.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -66,6 +66,6 @@ $(document).ready(function(){
### Next Step
* [FAQ](started-faq.html)
####[FAQ](started-faq.html)
{{/markdown }}
{{/markdown }}
6 changes: 3 additions & 3 deletions docs_src/templates/pages/docs/started-welcome.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit b5e46f2

Please sign in to comment.