diff --git a/initializr/src/main/resources/static/css/spring.css b/initializr/src/main/resources/static/css/spring.css index daa54b69..0ac7152e 100644 --- a/initializr/src/main/resources/static/css/spring.css +++ b/initializr/src/main/resources/static/css/spring.css @@ -3,6 +3,10 @@ body, h1, h2, h3 { font-family: "Varela Round",sans-serif; } +.top10 { + margin-top: 10%; +} + .initializr-header { color: #f1f1f1; background-color: #34302d; @@ -24,4 +28,10 @@ body, h1, h2, h3 { line-height: 30px; margin-bottom: 20px; text-transform: uppercase; +} + +kbd.curl { + color: #333; + background-color: #ddd; + font-weight: 700; } \ No newline at end of file diff --git a/initializr/src/main/resources/templates/home.html b/initializr/src/main/resources/templates/home.html index 45af8a98..432f8573 100644 --- a/initializr/src/main/resources/templates/home.html +++ b/initializr/src/main/resources/templates/home.html @@ -114,7 +114,7 @@
- Download the spring CLI as a zip distribution (unpack and run bin/spring on a command line). -
++ Download the spring CLI as a zip distribution (unpack and run bin/spring on a command line). +
Installer for the spring CLI command on Un*x-like system (should work on Linux, Mac or Cygwin).
-You can curl http://start.spring.io/install.sh | sh, or download the script and run it.
+Installer for the spring CLI command on Un*x-like system (should work on Linux, Mac or Cygwin).
+You can curl http://start.spring.io/install.sh | sh, or download the script and run it.