diff --git a/examples/web/index.css b/examples/web/index.css
index 25a1c6283991884492ae2f74949af2719f93b5a7..fc4edd1ecb12f0696f93872660a92dae70f8547f 100644
--- a/examples/web/index.css
+++ b/examples/web/index.css
@@ -514,11 +514,3 @@ p {
 .keyboard .key:active {
     background-color: #2a9d8f;
 }
-
-#section-diag {
-    display: none;
-}
-
-#separator-diag {
-    display: none;
-}
\ No newline at end of file
diff --git a/examples/web/index.html b/examples/web/index.html
index 2ff402b47b20289271dc61d32e582a5032541034..3455761548a038a1d338e988d6df3ec6828f6314 100644
--- a/examples/web/index.html
+++ b/examples/web/index.html
@@ -109,7 +109,7 @@
                     <span id="button-keyboard" class="button simple border padded">
                         <img src="res/dialpad.svg" alt="info" /><span>Keyboard</span>
                     </span>
-                    <span id="button-information" class="button simple border padded">
+                    <span id="button-information" class="button simple border padded enabled">
                         <img src="res/info.svg" alt="info" /><span>Information</span>
                     </span>
                     <span id="button-debug" class="button simple border padded">
diff --git a/examples/web/react/app.css b/examples/web/react/app.css
index 849c49d05241bc10b7e35cf04c75a8eee7e99e67..26a7e3d79f7e0f5897a88081f9226b1b3fd3ded1 100644
--- a/examples/web/react/app.css
+++ b/examples/web/react/app.css
@@ -2,5 +2,4 @@
     color: #ffffff;
     font-family: VT323, Roboto, Open Sans, Arial, Helvetica, sans-serif;
     margin: 0px 0px 0px 0px;
-    display: none;
 }