ordered list syntax

This commit is contained in:
Claude 2013-03-26 17:35:38 +01:00
parent c8ce286f65
commit 47c88c0d8d

View File

@ -1,9 +1,9 @@
How to create your own theme
----------------------------
# Make a copy of the folder htdocs/themes/default, and name it as you like.
# Start customizing your files!
# Delete everything that has not been changed.
1. Make a copy of the folder htdocs/themes/default, and name it as you like.
2. Start customizing your files!
3. Delete everything that has not been changed.
For example: If you've only modified the main.css, create a folder named "css" in your theme folder, and put your main.css in there.
The theme engine will load your CSS, and falls back to files in the default theme that aren't in your theme folder.