diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/oxfordshire/base.scss | 10 | ||||
-rw-r--r-- | web/cobrands/oxfordshire/images/fms-logo-105x20.png | bin | 0 -> 2348 bytes | |||
-rw-r--r-- | web/cobrands/oxfordshire/oxfordshire.scss | 1 |
3 files changed, 11 insertions, 0 deletions
diff --git a/web/cobrands/oxfordshire/base.scss b/web/cobrands/oxfordshire/base.scss index b7e5379a9..10e5c5711 100644 --- a/web/cobrands/oxfordshire/base.scss +++ b/web/cobrands/oxfordshire/base.scss @@ -27,4 +27,14 @@ border: 4px solid $oxfordshire_dk_green; width: 173px; height: 38px; +} + +#main-nav ul#mysoc-menu li a#mysoc-logo { + background-image: none; + text-indent: 0; + img { + display: inline; + height: 20px; + width: 105px; + } }
\ No newline at end of file diff --git a/web/cobrands/oxfordshire/images/fms-logo-105x20.png b/web/cobrands/oxfordshire/images/fms-logo-105x20.png Binary files differnew file mode 100644 index 000000000..286f22ded --- /dev/null +++ b/web/cobrands/oxfordshire/images/fms-logo-105x20.png diff --git a/web/cobrands/oxfordshire/oxfordshire.scss b/web/cobrands/oxfordshire/oxfordshire.scss index 0d97edb6f..3efb6fbdb 100644 --- a/web/cobrands/oxfordshire/oxfordshire.scss +++ b/web/cobrands/oxfordshire/oxfordshire.scss @@ -173,6 +173,7 @@ body { img { display: inline; height:20px; + width: 105px; } &:hover { background-color:#2c2c2c; |