From e2b8e9399429bbadcb1c68fb5abb67e851122ac2 Mon Sep 17 00:00:00 2001 From: peterd Date: Mon, 2 Feb 2015 21:34:30 +0100 Subject: [PATCH] some optimization --- development/colorPicker.css | 2 +- index.html | 43 ++++++++++++++++++------------------- jqColorPicker.js | 17 +++++++++------ jqColorPicker.js.map | 2 +- jqColorPicker.min.js | 2 +- 5 files changed, 35 insertions(+), 31 deletions(-) diff --git a/development/colorPicker.css b/development/colorPicker.css index cfca6c5..51b3f62 100644 --- a/development/colorPicker.css +++ b/development/colorPicker.css @@ -51,7 +51,7 @@ box-sizing: border-box; } .cp-alpha { - clear: left; + clear: both; width: 100%; height: 16px; margin: 6px 0; diff --git a/index.html b/index.html index 7ffdc0b..625c5f3 100644 --- a/index.html +++ b/index.html @@ -66,15 +66,15 @@ window.myColorPicker = $('input.color').colorPicker({

Will follow... See tinyColorPicke on GitHub for now.

- - - + + +