Skip to content
Snippets Groups Projects
Commit 46cd6a5c authored by khawkins98's avatar khawkins98
Browse files

Tweak header spacing

parent e7a7a898
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
......@@ -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).",
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment