diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/fixamingata/base.scss | 6 | ||||
-rw-r--r-- | web/cobrands/fixamingata/images/google_play_logo.png | bin | 0 -> 8913 bytes | |||
-rw-r--r-- | web/cobrands/fixamingata/layout.scss | 2 |
3 files changed, 8 insertions, 0 deletions
diff --git a/web/cobrands/fixamingata/base.scss b/web/cobrands/fixamingata/base.scss index 73ef7ea13..a132decd7 100644 --- a/web/cobrands/fixamingata/base.scss +++ b/web/cobrands/fixamingata/base.scss @@ -29,3 +29,9 @@ $image-sprite: '/cobrands/fixamingata/images/sprite.png'; font-size: 0.9em; } } + +.description_tips { + h4 { + margin: 1em 0 0.5em; /* Jon added some margin-top here! */ + } +} diff --git a/web/cobrands/fixamingata/images/google_play_logo.png b/web/cobrands/fixamingata/images/google_play_logo.png Binary files differnew file mode 100644 index 000000000..9891cbbd3 --- /dev/null +++ b/web/cobrands/fixamingata/images/google_play_logo.png diff --git a/web/cobrands/fixamingata/layout.scss b/web/cobrands/fixamingata/layout.scss index 133fedc78..15a09ec77 100644 --- a/web/cobrands/fixamingata/layout.scss +++ b/web/cobrands/fixamingata/layout.scss @@ -113,3 +113,5 @@ h3, h4 { } #postcodeForm { margin-left: -1em !important; margin-right: -1em !important; } + +body.fullwidthpage .container .content footer .tablewrapper { background: #fff; } |