diff options
author | Dave Whiteland <dave@mysociety.org> | 2012-12-04 23:15:43 +0000 |
---|---|---|
committer | Dave Whiteland <dave@mysociety.org> | 2012-12-04 23:15:43 +0000 |
commit | f38b17379615513565553545480a732c59b201c4 (patch) | |
tree | 6c31002948feab74a2a834df4f8e923e8d95ae90 | |
parent | 69730ac2454ca1936f50e0b579dcaab4c49950ed (diff) |
add green tab for nav link at top of mobile site
-rw-r--r-- | web/cobrands/oxfordshire/base.scss | 8 | ||||
-rw-r--r-- | web/cobrands/oxfordshire/images/tab-green.png | bin | 0 -> 819 bytes |
2 files changed, 8 insertions, 0 deletions
diff --git a/web/cobrands/oxfordshire/base.scss b/web/cobrands/oxfordshire/base.scss index 44954d909..5f52a9fba 100644 --- a/web/cobrands/oxfordshire/base.scss +++ b/web/cobrands/oxfordshire/base.scss @@ -4,3 +4,11 @@ @import "compass"; @import "../fixmystreet/_base"; + + +// Colour tab to match colour scheme +#nav-link { + width: 50px; + height: 48px; + background: url('/cobrands/oxfordshire/images/tab-green.png') 0 0 no-repeat; +}
\ No newline at end of file diff --git a/web/cobrands/oxfordshire/images/tab-green.png b/web/cobrands/oxfordshire/images/tab-green.png Binary files differnew file mode 100644 index 000000000..7837fed00 --- /dev/null +++ b/web/cobrands/oxfordshire/images/tab-green.png |