Skip to content

Commit

Permalink
Update the getting started page
Browse files Browse the repository at this point in the history
Update the getting started page to clarify that owl-theme is required in order to have nav controls.
  • Loading branch information
spitza committed Aug 5, 2015
1 parent 668b8c7 commit 45a245f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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. However, it is required if you'd like nav controls like dots or next buttons.
Inside the source package you can also find [SCSS](http://sass-lang.com/) files for easy generation of your own themes.
Expand All @@ -38,7 +38,7 @@ Yep, include jQuery and `owl.carousel.min.js` into the footer.
### Set HTML
You don't need any special markup. All you need is to wrap your divs(owl works with any type element a/img/span..) inside the container element `<div class="owl-carousel">`.
Class "owl-carousel" is mandatory to apply proper styles that come from owl.carousel.css file.
Class "owl-carousel" is mandatory to apply proper styles that come from owl.carousel.css file. If you want nav controls like dots or buttons, you must also include the "owl-theme" class on that same div.
```
<!-- Set up your HTML -->
Expand Down

0 comments on commit 45a245f

Please sign in to comment.