diff options
Diffstat (limited to 'web/cobrands/makemyisland/layout.scss')
-rw-r--r-- | web/cobrands/makemyisland/layout.scss | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/web/cobrands/makemyisland/layout.scss b/web/cobrands/makemyisland/layout.scss deleted file mode 100644 index 28b265240..000000000 --- a/web/cobrands/makemyisland/layout.scss +++ /dev/null @@ -1,39 +0,0 @@ -@import "_colours"; - -@import "../sass/layout"; - -#site-logo, -body.frontpage #site-logo { - margin-top: -8px; - margin-left: 10px; - height: 100px; - background: url(make-my-island-logo.gif) 0px 0px no-repeat; -} - -body.mappage #site-logo { - height: 60px; - background-size: contain; -} - -body.frontpage #site-logo { - margin-top: -35px; - width: 100px; -} - -body.frontpage #united-nations-dp-logo { - display: block; - float:right; - position: relative; - background: url(undp-logo-2013.png) top right no-repeat; - background-size: contain; - background-color: transparent; - text-indent: -999999px; - height: 100px; - width: 51px; - margin: 10px 10px 0 0; - z-index:3; // clear of the nav container -} - -ul#main-menu { - margin-right: 70px; // to clear the UNDP logo -}
\ No newline at end of file |