diff --git a/build/shared/lib/welcome/index.html b/build/shared/lib/welcome/index.html index b9e6b4edc..e35effd5c 100644 --- a/build/shared/lib/welcome/index.html +++ b/build/shared/lib/welcome/index.html @@ -67,11 +67,7 @@

- Run the example, see what happens. Try changing something. Select a keyword in the code and navigate to Help → Find in Reference to open the reference page that explains what it does. -

- -

- Select File → Examples for hundreds more. + Run the example, see what happens. Try changing something. Select a keyword in the code and navigate to Help → Find in Reference to learn about it. Select File → Examples for hundreds more.

@@ -82,5 +78,19 @@ Or if you're familiar with 4.0, you can read about revisions and updates in recent 4.0 releases.

+

+ Processing 4.0 contains dozens of new features and hundreds of bug fixes. Among the new features: +

+

+ diff --git a/build/shared/lib/welcome/style.css b/build/shared/lib/welcome/style.css index a09844213..3bd97137e 100644 --- a/build/shared/lib/welcome/style.css +++ b/build/shared/lib/welcome/style.css @@ -40,6 +40,12 @@ a { text-decoration: none; } +ul { + margin-left: 20px; + margin-right: 0px; + padding: 0; +} + #startButton { margin-left: 50px; } \ No newline at end of file