Skip to content

Commit

Permalink
Merge pull request OwlCarousel2#975 from spitza/patch-1
Browse files Browse the repository at this point in the history
Update the getting started page (as requested in OwlCarousel2#892)
  • Loading branch information
greg5green committed Aug 6, 2015
2 parents 668b8c7 + a666d60 commit a64b935
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 the default 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 the default 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 a64b935

Please sign in to comment.