diff options
author | Struan Donald <struan@exo.org.uk> | 2013-01-17 13:03:39 +0000 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-01-17 13:03:39 +0000 |
commit | 51e2cb1945508d904e907cb4424cc2344c3fd96c (patch) | |
tree | 0887c22e88f04ae3283a81db747066d30342131d /web | |
parent | 00d711fc3cb01050d69862e1c7dce5ff8dee6e34 (diff) | |
parent | d3491b7ebc217c32b7da50d7c9b76e26fa0b6c4f (diff) |
Merge remote-tracking branch 'origin/zurich' into zurich
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/zurich/base.scss | 5 | ||||
-rw-r--r-- | web/cobrands/zurich/layout.scss | 21 |
2 files changed, 26 insertions, 0 deletions
diff --git a/web/cobrands/zurich/base.scss b/web/cobrands/zurich/base.scss index b187c0d8e..61bcbacb7 100644 --- a/web/cobrands/zurich/base.scss +++ b/web/cobrands/zurich/base.scss @@ -63,5 +63,10 @@ h4.static-with-rule { border-bottom: none; li { background: none; + .text { + .img { + padding-right: 1em; + } + } } } diff --git a/web/cobrands/zurich/layout.scss b/web/cobrands/zurich/layout.scss index b6e8337e1..cfd945034 100644 --- a/web/cobrands/zurich/layout.scss +++ b/web/cobrands/zurich/layout.scss @@ -47,6 +47,27 @@ body.mappage { } } +.nav-wrapper-2 p:first-child { + font-weight: bold; + margin-top: 0.75em; +} +.nav-wrapper-2 p { + line-height: 1.2; + color: white; + clear: right; + float: right; + margin: 0 1em 0 0; + font-size: 85%; + a { + color: white; + font-size: 85%; + } + a:hover { + color: white; + } +} + +/* TODO Change the main-nav to be what is wanted */ #main-nav { ul#main-menu { li { |