Add help/doc button to dropdown menu, remove button from old position, edit Change file

Change-Id: I6aed5457e0872f58d3d549c8fa6e119f31c1c648
diff --git a/dev/scss/header/header.scss b/dev/scss/header/header.scss
index 8cb8e0f..a785117 100644
--- a/dev/scss/header/header.scss
+++ b/dev/scss/header/header.scss
@@ -192,6 +192,7 @@
       -o-transition: all .2s ease-in-out;
       -moz-transition: all .2s ease-in-out;
       -webkit-transition: all .2s ease-in-out;
+      cursor: pointer;
 
       &:hover {
         color: $nearly-white;
@@ -335,9 +336,9 @@
       @include icon-font;
     }
 
-    > a.tutorial::after {
-      content: $fa-tutorial;
-    }
+    // > a.tutorial::after {
+    //   content: $fa-tutorial;
+    // }
 
     > a.question::after {
       content: $fa-question;