diff --git a/css/ebi-css-build/_ebi_masthead_styles.scss b/css/ebi-css-build/_ebi_masthead_styles.scss
index e99560dce3f2db900785ef8d4c09995a72c1bbe3..b1ce110d0f01eb21e168f5fad4ac5d81f73d2050 100644
--- a/css/ebi-css-build/_ebi_masthead_styles.scss
+++ b/css/ebi-css-build/_ebi_masthead_styles.scss
@@ -62,12 +62,13 @@
       li a:before {
         font-family: 'EBI-Generic';
         display: inline-block; // safari 9 & 10 fix
+        padding-right: .4rem;
       }
 
       // custom colour for Home
       li.home {
         a:before {
-          content: 'H ';
+          content: 'H';
         }
         a:hover,
         a:active,
@@ -79,7 +80,7 @@
       // custom colour for Services
       li.services {
         a:before {
-          content: '( ';
+          content: '(';
         }
         a:hover,
         a:active,
@@ -91,7 +92,7 @@
       // custom colour for Research
       li.research {
         a:before {
-          content: ') ';
+          content: ')';
         }
         a:hover,
         a:active,
@@ -103,7 +104,7 @@
       // custom colour for Training
       li.training {
         a:before {
-          content: 't ';
+          content: 't';
         }
         a:hover,
         a:active,
@@ -115,7 +116,7 @@
       // custom colour for about us
       li.about {
         a:before {
-          content: 'i ';
+          content: 'i';
         }
       }
       li.about a:hover,
diff --git a/package.json b/package.json
index afc368725fe53fc0f76ff7ea3e8f597c3730c412..df699544c6983b8936ffef8ebef859ea09fe59cc 100644
--- a/package.json
+++ b/package.json
@@ -37,8 +37,7 @@
     "tablesorter": "wget https://github.com/Mottie/tablesorter/archive/master.zip -d ./libraries/tablesorter.zip && extract-zip ./libraries/tablesorter.zip ./libraries/ && del ./libraries/tablesorter && mve ./libraries/tablesorter-master ./libraries/tablesorter && del ./libraries/tablesorter.zip",
     "foundation-update": "npm install foundation-sites && echo \"Latest version of foundation downloaded, you'll need to run 'npm run scss' and 'npm run js' to build\"",
     "motion-ui-update": "wget https://github.com/zurb/motion-ui/archive/v1.2.2.zip -d ./libraries/motion-ui.zip && del ./libraries/motion-ui && extract-zip ./libraries/motion-ui.zip ./libraries/motion-ui/ && del ./libraries/motion-ui.zip && echo \"Copying Motion UI files one level up as they've moved...\" && ncp ./libraries/motion-ui/motion-ui-1.2.2/ ./libraries/motion-ui/ && del ./libraries/motion-ui/motion-ui-master/ && echo \"Latest version of Motion UI downloaded, you'll need to run 'npm run scss' to build\"",
-    "documentation": " ./node_modules/documentation/bin/documentation.js build ./js/** -f md -o js/documenation.md -g && echo \"Updated JS docs.\"",
-    "kss": "kss --source ./css --destination ./css/styleguide --css https://wwwdev.ebi.ac.uk/web_guidelines/EBI-Framework/v1.3/css/ebi-global.css",
+    "documentation": " ./node_modules/documentation/bin/documentation.js build ./js/** -f md -o js/documenation.md -g && echo \"Updated JS docs.\" && kss --source ./css --destination ./css/styleguide --css https://wwwdev.ebi.ac.uk/web_guidelines/EBI-Framework/v1.3/css/ebi-global.css && echo \"Updated CSS docs.\"",
     "message_finished": "echo \"All done\""
   },
   "description": "Homed here are the various assets that make the EBI Visual Framework (CSS, JS, and a few images and build scripts).",