aboutsummaryrefslogtreecommitdiffstats
path: root/web/cobrands/angus/layout.scss
diff options
context:
space:
mode:
Diffstat (limited to 'web/cobrands/angus/layout.scss')
-rw-r--r--web/cobrands/angus/layout.scss23
1 files changed, 5 insertions, 18 deletions
diff --git a/web/cobrands/angus/layout.scss b/web/cobrands/angus/layout.scss
index 35d629400..1e4277700 100644
--- a/web/cobrands/angus/layout.scss
+++ b/web/cobrands/angus/layout.scss
@@ -5,11 +5,8 @@
$max_page_width: 1200px;
#site-logo,
-.ie6 #site-logo,
body.frontpage #site-logo,
-.ie6 body.frontpage #site-logo,
-body.twothirdswidthpage #site-logo,
-.ie6 body.twothirdswidthpage #site-logo
+body.twothirdswidthpage #site-logo
{
position: relative;
top: 13px;
@@ -221,7 +218,7 @@ footer p.social a
background-color:#3c3c3c;
border-radius:1em;
float:left;
- font-size:2.25rem;
+ font-size: 2.8125em; // 0.8em from footer, so this then == 2.25rem
height:1em;
margin:0 .25em 0 0;
text-indent:-20000px;
@@ -232,31 +229,21 @@ footer p.social a
footer p.social a:before
{
float:left;
- font-size:1.25rem;
+ font-size: 1.5625em; // 0.8em from footer, so this == 1.25rem
line-height:1.8;
text-align:center;
text-indent:0;
width:100%;
}
-.lt-ie9 footer p.social a:before
-{
- font-size:1.25em;
-}
-
footer p.social a:active,footer p.social a:focus,footer p.social a:hover
{
background-color:#353535;
text-decoration:none;
}
-.ie6, .ie7, .ie8 {
- footer p.social a {
- font-size:2.25em;
- }
-}
-
-.ie6, .ie7 {
+// No :before support in IE7, reset things back
+.ie7 {
footer p.social a {
font-size:1.2em!important;
height:1.5em;