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 c9cd41c commit 45b4a62
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/extending-galleria.rst
Expand Up @@ -98,7 +98,9 @@ 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 45b4a62

Please sign in to comment.