diff --git a/h2o-dist/index.html b/h2o-dist/index.html index 97345a64f088..99b1dada55d1 100644 --- a/h2o-dist/index.html +++ b/h2o-dist/index.html @@ -256,13 +256,13 @@ border-left: solid 4px #999; } - .callout--warning { + .callout--info { padding-left: 55px; border-left-color: #00a0cc; background-color: rgb(0 150 200 / 0.15); } - .callout--warning::before { + .callout--info::before { content: '⚠'; font-size: 32px; font-weight: 200; @@ -273,7 +273,7 @@ left: 10px; } - .callout--warning a { + .callout--info a { color: #00a0cc; } @@ -591,7 +591,7 @@
1. Download H2O. This is a zip file that contains everything you need to get started.
-By default, this setup is open. If you want to secure your installation, follow the Security Guidelines.
+By default, this setup is open. If you want to secure your installation, follow the Security Guidelines.
2. From your terminal, run:
@@ -619,7 +619,7 @@
pip install matplotlib
By default, this setup is open. If you want to secure your installation, follow the Security Guidelines.
+By default, this setup is open. If you want to secure your installation, follow the Security Guidelines.
At the command line, copy and paste these commands one line at a time:
@@ -639,7 +639,7 @@