diff --git a/bower.json b/bower.json index 44fc8c8..ab11696 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "resemblejs", "main": "resemble.js", - "version": "2.3.0", + "version": "2.4.0", "homepage": "https://github.com/Huddle/Resemble.js", "authors": [ "James Cryer " diff --git a/demoassets/resemble.css b/demoassets/resemble.css index 4387968..accffe5 100644 --- a/demoassets/resemble.css +++ b/demoassets/resemble.css @@ -63,7 +63,7 @@ footer { #image-diff { margin-left: 0; - margin-top: 50px; + margin-top: 25px; border-style: solid; } diff --git a/index.html b/index.html index d646229..e1ba636 100644 --- a/index.html +++ b/index.html @@ -87,11 +87,12 @@

Don't have any images to compare? -
- -
-
- +
+
+ +
+
+

Diff will appear here. diff --git a/package.json b/package.json index d3e733c..82518d7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "resemblejs", - "version": "2.3.0", + "version": "2.4.0", "description": "Image analysis and comparison with HTML5", "main": "resemble.js", "repository": {