Skip to content

Commit

Permalink
Make masthead to be a non-div element (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
khawkins98 committed Apr 24, 2017
1 parent 3c564bb commit f8f0107
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 12 deletions.
2 changes: 1 addition & 1 deletion css/theme-ebi-industry.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ a.tag:hover { color: #fff; }
color: #fff;
background: #666; }

div.masthead { background-color: rgb(0,134,180); }
.masthead { background-color: rgb(0,134,180); }

/* Menu hover triangle colour */
.masthead nav ul#global-nav.menu li a:hover:after { border-bottom-color: rgb(0,134,180); }
Expand Down
2 changes: 1 addition & 1 deletion css/theme-ebi-research.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ a.tag:hover { color: #fff; }
color: #fff;
background: #666; }

div.masthead { background-color: rgb(109,171,73); }
.masthead { background-color: rgb(109,171,73); }

/* end */
2 changes: 1 addition & 1 deletion css/theme-ebi-services-about.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ a.tag:hover { color: #fff; }
color: #fff;
background: #666; }

div.masthead { background-color: rgb(56,145,152); }
.masthead { background-color: rgb(56,145,152); }

/* end */
2 changes: 1 addition & 1 deletion css/theme-ebi-training.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ a.tag:hover { color: #fff; }
color: #fff;
background: #666; }

div.masthead { background-color: rgb(233,180,0); }
.masthead { background-color: rgb(233,180,0); }

body main.row { margin-top: 1.5rem; }
body .form-checkboxes .form-item,
Expand Down
2 changes: 1 addition & 1 deletion css/theme-embl-petrol.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ a.tag:hover { color: #fff; }
color: #fff;
background: #666; }

div.masthead { background-color: rgb(0,124,130); }
.masthead { background-color: rgb(0,124,130); }

/* end */
2 changes: 1 addition & 1 deletion css/theme-light.css
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ a.tag:hover { color: #fff; }
color: #fff;
background: #666; }

div.masthead {background-color: #eee;}
.masthead {background-color: #eee;}

/* white on light masthead stlying */
.masthead nav ul.menu li { border-right-color: #EEE; }
Expand Down
2 changes: 1 addition & 1 deletion css/theme-pdbe-green.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ a.tag:hover { color: #fff; }
color: #fff;
background: #666; }

div.masthead { background-color: rgb(116,179,96); }
.masthead { background-color: rgb(116,179,96); }

/* end */
5 changes: 1 addition & 4 deletions css/theme-readme-custom.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
How to create and use a custom colour palette for your project
-------------



- If you wish to build your colour palette, you can use Sass and the file ebi-global-includes/_ebi_theme_settings.scss
- If you wish to build your colour palette, you can use Sass and the file ebi-global-includes/_ebi_theme_settings.scss
2 changes: 1 addition & 1 deletion css/theme-template.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ a.tag:hover { color: #fff; }
color: #fff;
background: #666; }

div.masthead { background-color: rgb(0,124,130); }
.masthead { background-color: rgb(0,124,130); }

/* end */

0 comments on commit f8f0107

Please sign in to comment.