aboutsummaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2012-01-13 18:23:04 +0000
committerMatthew Somerville <matthew@mysociety.org>2012-01-13 18:23:04 +0000
commit17bf62de05999e5afb886bb1d4530e017a2ac4af (patch)
treee2eed4d6eb2fbf044593a79df7eac30c89faca16 /web
parent4b3418484e94307240a191d619083f7dfaec670a (diff)
Give all council cobrands a common parent to use.
Diffstat (limited to 'web')
-rw-r--r--web/cobrands/fixmystreet/base.scss12
-rw-r--r--web/cobrands/fixmystreet/layout.scss7
2 files changed, 0 insertions, 19 deletions
diff --git a/web/cobrands/fixmystreet/base.scss b/web/cobrands/fixmystreet/base.scss
index 7c53ef6e5..2eccad197 100644
--- a/web/cobrands/fixmystreet/base.scss
+++ b/web/cobrands/fixmystreet/base.scss
@@ -87,7 +87,6 @@ a:active, a:hover {
/* header is a div containing a link on all pages bar the front page, when it
* is a h1 that is not a link. It should always display the same. */
#header {
- color: $colour;
display: block;
margin: 0 0 0.5em 0;
font-size: 200%;
@@ -96,17 +95,6 @@ a:active, a:hover {
a {
text-decoration: none;
}
- a:visited {
- color: $colour;
- }
- a:hover {
- color: #200;
- }
-}
-
-/* The "My" of "FixMyStreet" in the heading is coloured differently. */
-#my {
- color: $colour_dark;
}
#meta {
diff --git a/web/cobrands/fixmystreet/layout.scss b/web/cobrands/fixmystreet/layout.scss
index 49441c006..fea728bc6 100644
--- a/web/cobrands/fixmystreet/layout.scss
+++ b/web/cobrands/fixmystreet/layout.scss
@@ -3,13 +3,6 @@
body {
margin: 7px 0 0 0;
padding: 0;
- background-attachment: fixed;
- background-color: $colour;
- background-image: -webkit-linear-gradient(top, $colour_dark, $colour 6px); /* Chrome 10+, Saf5.1+, iOS 5+ */
- background-image: -moz-linear-gradient(top, $colour_dark, $colour 6px); /* FF3.6 */
- background-image: -ms-linear-gradient(top, $colour_dark, $colour 6px); /* IE10 */
- background-image: -o-linear-gradient(top, $colour_dark, $colour 6px); /* Opera 11.10+ */
- background-image: linear-gradient(top, $colour_dark, $colour 6px);
background-color: #3c3c3c;
background-image: url(/cobrands/fixmystreet/texture.png);
}