Skip to content

Commit

Permalink
Merge pull request OwlCarousel2#678 from reubenbrown/develop
Browse files Browse the repository at this point in the history
Styled getting started section's next step links
  • Loading branch information
greg5green committed Jul 14, 2015
2 parents e4b4736 + b5e46f2 commit 8de2879
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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 }}
2 changes: 1 addition & 1 deletion docs_src/templates/pages/docs/started-welcome.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Minumum compatibile jQuery version is 1.8.3 version.

### Next Step

* [installation](started-installation.html)
####[Installation](started-installation.html)


{{/markdown }}

0 comments on commit 8de2879

Please sign in to comment.