diff options
author | Gareth Rees <gareth@garethrees.co.uk> | 2016-01-22 11:28:52 +0000 |
---|---|---|
committer | Gareth Rees <gareth@garethrees.co.uk> | 2016-01-22 11:28:52 +0000 |
commit | 8abadb998fb2be54c21f81d44d0c3a0cb10a2944 (patch) | |
tree | 1641baa4844b2029a9b33d331094b2e9da821160 | |
parent | 6713c872254cb9ee55b73ba16c5bd8f16432da76 (diff) | |
parent | bc9f4e7b039c88f3334640a65e8814a16cec53eb (diff) |
Merge remote-tracking branch 'origin/2989-header-styling-i18n' into develop
-rw-r--r-- | assets/images/logo-opengraph.png | bin | 0 -> 12998 bytes | |||
-rw-r--r-- | assets/stylesheets/responsive/custom.scss | 5 |
2 files changed, 4 insertions, 1 deletions
diff --git a/assets/images/logo-opengraph.png b/assets/images/logo-opengraph.png Binary files differnew file mode 100644 index 0000000..4f495a5 --- /dev/null +++ b/assets/images/logo-opengraph.png diff --git a/assets/stylesheets/responsive/custom.scss b/assets/stylesheets/responsive/custom.scss index 12bf0b7..6b8ddbd 100644 --- a/assets/stylesheets/responsive/custom.scss +++ b/assets/stylesheets/responsive/custom.scss @@ -321,6 +321,10 @@ a.link_button_green_large { /* Logged and local options act like submenus */ #logged_in_bar{ + @include respond-min($main_menu-mobile_menu_cutoff) { + top: 0; + } + a { @extend %menu-item; background-color: transparent; @@ -333,7 +337,6 @@ a.link_button_green_large { } } #logged_in_links { - top: 2em; a { font-weight: normal; } |