Skip to content

Commit

Permalink
polish
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhellsing committed Aug 6, 2010
1 parent 1f1b8fa commit c9cd41c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/extending-galleria.rst
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ A simple theme can be created like this:

- 1. create a directory in your galleria theme directory called 'my_theme'
- 2. create a new css file called galleria.my_theme.css. Save in the folder you just created.
- 3. create a new js file called galleria.my_theme.js ad save in the same directory. Add the following example code:
- 3. create a new js file called galleria.my_theme.js ad save in the same directory. Add the following example code::

Galleria.addTheme({
name: 'my theme',
Expand Down

0 comments on commit c9cd41c

Please sign in to comment.