aboutsummaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
Diffstat (limited to 'web')
-rw-r--r--web/cobrands/fixmystreet/base.scss2
-rw-r--r--web/cobrands/fixmystreet/layout.scss18
2 files changed, 10 insertions, 10 deletions
diff --git a/web/cobrands/fixmystreet/base.scss b/web/cobrands/fixmystreet/base.scss
index affd3c46b..41a408a96 100644
--- a/web/cobrands/fixmystreet/base.scss
+++ b/web/cobrands/fixmystreet/base.scss
@@ -145,7 +145,7 @@ a:active, a:hover {
margin: 0 auto;
}
-#top {
+#navigation {
display: table;
width: 100%;
border-top: solid 1px $colour;
diff --git a/web/cobrands/fixmystreet/layout.scss b/web/cobrands/fixmystreet/layout.scss
index 01c23e8d0..826c5c979 100644
--- a/web/cobrands/fixmystreet/layout.scss
+++ b/web/cobrands/fixmystreet/layout.scss
@@ -37,7 +37,7 @@ body {
/* Giving this a display: table-caption, and #wrapper3 a caption-side: top,
* means that this div appears above the main content, even though it is below
* it in source order. */
-#top {
+#navigation {
border: none;
padding-top: 0;
margin: 0;
@@ -45,7 +45,7 @@ body {
line-height: 1.2;
}
-#top .spacer {
+#navigation .spacer {
display: table-cell;
width: 100%;
}
@@ -72,16 +72,16 @@ body {
padding: 10px;
}
-ul#top-nav li a {
+#site-nav li a {
color: $colour;
padding: 9px 20px 8px 0px;
}
-ul#top-nav li a:hover {
+#site-nav li a:hover {
color: #000;
}
-ul#mysociety-tab {
+#mysociety-nav {
line-height: 1.5;
font-size: 68.75%;
text-transform: uppercase;
@@ -91,11 +91,11 @@ ul#mysociety-tab {
-webkit-border-radius: 0 0 6px 6px;
}
-ul#mysociety-tab li a {
+#mysociety-nav li a {
color: #fff;
}
-ul#mysociety-tab li a:hover {
+#mysociety-nav li a:hover {
color: #000;
}
@@ -126,14 +126,14 @@ ul#mysociety-tab li a:hover {
* items. */
.ie6, .ie7 {
- #top {
+ #navigation {
position: absolute;
top: 7px;
right: 0;
width: 38em;
}
- #top .spacer {
+ #navigation .spacer {
display: none;
}