From 8cc95e657a8bafbebc0fc41818301fc336249926 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Wed, 25 Apr 2018 16:21:12 -0400 Subject: [PATCH] removing the vr menu item removing virtual reality training from the topbar --- style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/style.css b/style.css index 30fcf0b..1f106f8 100644 --- a/style.css +++ b/style.css @@ -2666,4 +2666,7 @@ body .cmvl-navbar-navigation span{ } .cmvl-stats-user-table thead tr th:nth-last-child(3){ max-width: 65px; +} +.single-page-nav li:nth-child(3){ + display: none; } \ No newline at end of file -- 2.17.1