- Restructured library to prepare for possibly moving into Drupal core.
- Cleaned-up most of the library code to meet Drupal standards.
- Removing unnecessary or dangerous settings to streamline optimization.
* Added ability to translate notification messages
* Added ability to disable notification messages in setting.php by using csstidy_mute_messages = TRUE
* Cleaned up code formatting
* Applied all suggestions by Coder to comply with Drupal Coding Standards
Removed remaining unnecessary code leftover from clone of CSS Embedded Images
Modified CSSTidy setting to stop selectors from being merged. This was a bug on my site which prevented certain margins from being overwritten because the merged selectors we moved to the bottom of the CSS file.