From e230af672c652a2be2282b043c31cceea43534a7 Mon Sep 17 00:00:00 2001 From: Ben Fry Date: Mon, 8 Aug 2022 21:09:04 -0400 Subject: [PATCH] trying to scale this down a bit... --- build/shared/lib/welcome/index.html | 20 +++++++++++++++----- build/shared/lib/welcome/style.css | 6 ++++++ 2 files changed, 21 insertions(+), 5 deletions(-) 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