diff --git a/package.json b/package.json index 258cd66..0686635 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "sinon-chai": "latest" }, "engines": { - "node": ">=0.10" + "node": ">=8.1.4" }, "licenses": [ { diff --git a/public/css/app.css b/public/css/app.css index b26892c..8a96c1a 100644 --- a/public/css/app.css +++ b/public/css/app.css @@ -12,7 +12,7 @@ input[type='radio'] { border: 0; } /* =LAYOUT ====================================================== */ -#content { width: 800px; margin: auto; padding: 100px; padding-bottom: 60px; +#content { width: 800px; margin: auto; padding: 50px; padding-bottom: 60px; /* white radial gradient background */ background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 70%); background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,0.5)), color-stop(70%,rgba(255,255,255,0))); @@ -28,6 +28,8 @@ input[type='radio'] { border: 0; } .ir { border: 0; font: 0/0 a; text-shadow: none; color: transparent; background-color: transparent; } +.description { margin-bottom: 50px; font-size: 16px; text-align: center; } + .preview_and_configuration { float: left; width: 395px; } /* =MODULES diff --git a/public/index.html b/public/index.html index 6d2368c..196123e 100644 --- a/public/index.html +++ b/public/index.html @@ -10,6 +10,9 @@
+
+ Create and export CSS code for a custom box with an arrow extending out from the side. Great for tooltips, flyouts and the like. +
@@ -64,7 +67,7 @@

Arrow configuration