From ac14a399d74618d7434d2210ddbfc1dd0f1a137e Mon Sep 17 00:00:00 2001 From: Pomax Date: Sun, 3 Jan 2016 16:37:22 -0800 Subject: [PATCH] . --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index acf40fa9..b359c6c8 100644 --- a/index.html +++ b/index.html @@ -20,7 +20,7 @@ body { width: 800px; margin: auto; } h1, h2 { text-align: center; } h1 { font-size: 300%; margin: 0.2em; } - p { margin: 2em; text-align: justify; } + p.jsnote { margin: 2em; text-align: justify; } @@ -32,8 +32,8 @@
-

Loading book content...

-

If you have JavaScript disabled, you'll have to enable it, as this book heavily relies on JS rendering, both for the base content (it's been written as a React application) and all the interactive graphics, which rely on JS not just for the user interaction but also for the live-drawing (none of the graphics in this book are flat images, they're all live-rendered).

+

Loading book content...

+

If you have JavaScript disabled, you'll have to enable it, as this book heavily relies on JS rendering, both for the base content (it's been written as a React application) and all the interactive graphics, which rely on JS not just for the user interaction but also for the live-drawing (none of the graphics in this book are flat images, they're all live-rendered).