Theme "Beauty of Nature"
Theme version: 1.2
Coppermine version: 1.4.x
Theme author: Starlight
Theme author home page: http://www.starlights-graphics.de/
Theme announcement thread: http://forum.coppermine-gallery.net/index.php/topic,58829.0.html
Theme demo: http://coppermine-gallery.net/demo/cpg14x/index.php?theme=beauty_of_nature

Changelog:
==========
v1.2:
* Fixed missing closing tag for images
* Made stylesheet validate by removing opacity property
* Removed unneeded CSS attribute
* Added readme file
* Fixed admin menu layout
* Removed commented-out lines in stylesheet
* Added indentation in stylesheet
* Replace navigation element "nav" with corresponding class (names must be unique)
* Fixed collission with background image when custom header was used by adding another div wrapper

v1.1:
* Removed images/Abstandhalter.gif (there already is a blind gif in the package that is meant to be used for that purpose)
* mixture between HTML attributes and CSS attributes is bad; Contructs like <table ... background="themes/beauty_of_nature/images/bg2.jpg"> are deprecated (HTML attribute) and have been replaced with CSS equivalents <table ... style="background-image: url('themes/beauty_of_nature/images/bg2.jpg');background-repeat:repeat-y;">
* rolled images/index_01.jpg, images/index_02.jpg, images/index_03.jpg and images/index_04.jpg into one file (images/header.jpg)
* Updated header data
* Removed non-existing attributes like height for <table> or <tr>
* Used background images created by CSS instead of putting <img> tags into tables that exist for design purposes for faster loading
* Replaced <img>, <br>, <hr> with <img />, <br /> and <hr /> for standards compliance without hurting older browser's rendering
* Specified border attributes for <img> tags to make sure that exotic browsers don't add borders by default.
* Added missing placeholder tokens
* Added proper indentation for easier edits and readability
* Removed unneeded definitions in theme.php
* Converted admin menu from table to plain vertical list
* Fixed table nesting mistakes

v1.0:
* Initial release