From f5f1956e8b855ab5aeab531fc44a1a773427bf64 Mon Sep 17 00:00:00 2001
From: tommy tomson <thomas.bierey@gmx.de>
Date: Fri, 20 Apr 2012 01:44:20 +0200
Subject: diabook-themes: theme-settings: add "colour scheme"-option, add
 diabook-pink and some bug/css-fixes

---
 view/theme/diabook/diabook-pink/js/README | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 view/theme/diabook/diabook-pink/js/README

(limited to 'view/theme/diabook/diabook-pink/js/README')

diff --git a/view/theme/diabook/diabook-pink/js/README b/view/theme/diabook/diabook-pink/js/README
new file mode 100644
index 000000000..c93b2118e
--- /dev/null
+++ b/view/theme/diabook/diabook-pink/js/README
@@ -0,0 +1,22 @@
+jQuery Resize Plugin Demo
+
+Version: v2.1.1
+Author: Adeel Ejaz (http://adeelejaz.com/)
+License: Dual licensed under MIT and GPL licenses.
+
+Introduction
+aeImageResize is a jQuery plugin to dynamically resize the images without distorting the proportions.
+
+Usage:
+.aeImageResize( height, width )
+
+height
+An integer representing the maximum height for the image.
+
+width
+An integer representing the maximum width for the image.
+
+Example
+$(function() {
+  $( ".resizeme" ).aeImageResize({ height: 250, width: 250 });
+});
\ No newline at end of file
-- 
cgit v1.2.3