aboutsummaryrefslogtreecommitdiffstats
path: root/web/cobrands/harrogate/layout.scss
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2016-06-01 15:48:02 +0100
committerMatthew Somerville <matthew-github@dracos.co.uk>2016-06-03 18:39:03 +0100
commit90d6c6ed2ce1f4535377b14ce6e93e3849a2f1a7 (patch)
tree1520bc41e9cb26381a63863110038aec9120db3a /web/cobrands/harrogate/layout.scss
parentd04fbb80a9bf5d62dae669468c2c13045e8de5c1 (diff)
[UK] Remove some unnecessary CSS.
Diffstat (limited to 'web/cobrands/harrogate/layout.scss')
-rw-r--r--web/cobrands/harrogate/layout.scss64
1 files changed, 27 insertions, 37 deletions
diff --git a/web/cobrands/harrogate/layout.scss b/web/cobrands/harrogate/layout.scss
index 82be53820..287fd85f4 100644
--- a/web/cobrands/harrogate/layout.scss
+++ b/web/cobrands/harrogate/layout.scss
@@ -4,41 +4,33 @@ $mappage-header-height: 10em;
@import "_colours";
@import "../sass/layout";
-@media only screen and (min-width: 48em) {
- #site-logo,
- .ie6 #site-logo,
-
- body.frontpage #site-logo,
- .ie6 body.frontpage #site-logo,
-
- body.twothirdswidthpage #site-logo,
- .ie6 body.twothirdswidthpage #site-logo
- {
- position: relative;
- top: 1.2em;
- margin: 0;
- padding: 0;
- background: url("/cobrands/harrogate/HBCLogo.png") 0 0 no-repeat;
- width: 227px;
- height: 122px;
- }
-
- body.frontpage #site-header,
- .ie6 body.frontpage #site-header,
- body.twothirdswidthpage #site-header,
- .ie6 body.twothirdswidthpage #site-header
- {
- height: 10em;
- }
+#site-logo,
+.ie6 #site-logo,
+body.frontpage #site-logo
+{
+ position: relative;
+ top: 1.2em;
+ margin: 0;
+ padding: 0;
+ background: url("/cobrands/harrogate/HBCLogo.png") 0 0 no-repeat;
+ width: 227px;
+ height: 122px;
+}
+
+#site-header,
+body.frontpage #site-header,
+.ie6 body.frontpage #site-header,
+.ie7 body.frontpage #site-header,
+.nav-wrapper-2
+{
+ height: 10em;
}
-@media only screen and (min-width: 48em) {
- body.twothirdswidthpage .container .content footer .tablewrapper a:link,
- body.twothirdswidthpage .container .content footer .tablewrapper a:visited,
- body.fullwidthpage .container .content footer .tablewrapper a:link,
- body.fullwidthpage .container .content footer .tablewrapper a:visited {
- color: white;
- }
+body.twothirdswidthpage .container .content footer .tablewrapper a:link,
+body.twothirdswidthpage .container .content footer .tablewrapper a:visited,
+body.fullwidthpage .container .content footer .tablewrapper a:link,
+body.fullwidthpage .container .content footer .tablewrapper a:visited {
+ color: white;
}
#main-nav {
@@ -58,10 +50,8 @@ body.twothirdswidthpage .container .content {
padding-right: 0;
}
-@media only screen and (min-width: 48em) {
- body.fullwidthpage .container .content {
- margin-top: 3em; // push far enough for the sign-out link to also be visible
- }
+body.fullwidthpage .container .content {
+ margin-top: 3em; // push far enough for the sign-out link to also be visible
}
body.twothirdswidthpage .content aside {