aboutsummaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
Diffstat (limited to 'web')
-rw-r--r--web/cobrands/sass/_base.scss19
-rw-r--r--web/cobrands/sass/_layout.scss42
2 files changed, 8 insertions, 53 deletions
diff --git a/web/cobrands/sass/_base.scss b/web/cobrands/sass/_base.scss
index 83a04ea6c..669b7c385 100644
--- a/web/cobrands/sass/_base.scss
+++ b/web/cobrands/sass/_base.scss
@@ -653,22 +653,14 @@ footer {
#footer-mobileapps {
@extend .full-width;
- padding:1em;
+ padding:1em 1em 0 1em;
h4 {
margin:0;
}
- ul {
- @include list-reset-soft;
- li {
- border-bottom:1px solid #AFAFAF;
- &:last-child {
- border-bottom:none;
- }
- a {
- display:block;
- padding:0.5em 0;
- }
- }
+ p {
+ font-size: 0.75em;
+ padding-bottom: 0;
+ border-bottom:1px solid #AFAFAF;
}
}
@@ -685,6 +677,7 @@ footer {
}
p {
font-size:0.75em;
+ margin-bottom: 0;
}
}
}
diff --git a/web/cobrands/sass/_layout.scss b/web/cobrands/sass/_layout.scss
index 38b805829..92b76e474 100644
--- a/web/cobrands/sass/_layout.scss
+++ b/web/cobrands/sass/_layout.scss
@@ -388,36 +388,8 @@ body.twothirdswidthpage {
color:#222;
margin-top:0;
}
- ul {
- @include list-reset;
- li {
- border-bottom:none;
- float:left;
- margin:0 1em 1em 0;
- a {
- color:#222;
- padding:0;
- width: 96px;
- height: 32px;
- margin:0 auto;
- text-indent: -999999px;
- background: url($image-sprite) -12px -3610px no-repeat;
- opacity: 0.8;
- &:hover {
- opacity: 1;
- }
- &.m-app-iphone {
- background-position: -12px -3610px;
- }
- &.m-app-droid {
- background-position: -12px -3756px;
- }
- &.m-app-nokia {
- background-position: -12px -3820px;
- width:74px;
- }
- }
- }
+ p {
+ border-bottom:none;
}
}
.ie6, .ie7 {
@@ -426,16 +398,6 @@ body.twothirdswidthpage {
margin-right:2%;
}
}
-.ie6 #footer-mobileapps ul li a {
- background:url(/cobrands/fixmystreet/images/ie_mobileapps.gif) -1px -1px no-repeat;
- &.m-app-droid {
- background-position: -1px -148px;
- }
- &.m-app-nokia {
- background-position: -1px -212px;
- width:74px;
- }
-}
#footer-help {
border-left:1em solid transparent;