aboutsummaryrefslogtreecommitdiffstats
path: root/web/css/core.scss
diff options
context:
space:
mode:
authorEdmund von der Burg <evdb@mysociety.org>2011-04-13 11:01:49 +0100
committerEdmund von der Burg <evdb@mysociety.org>2011-04-13 11:01:49 +0100
commit23c8cc3c0f7f728e069429dfb3db7eaddd0bcc62 (patch)
tree2098a2fc1e2ba9c5ed7f395da065d6a1930ac18e /web/css/core.scss
parenta9ac4ff18815d2d5211e3199fe89bb421bee71a1 (diff)
Change class on dev notice so it is not seen by test suite as an error
Diffstat (limited to 'web/css/core.scss')
-rw-r--r--web/css/core.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/css/core.scss b/web/css/core.scss
index 8bbebfce1..99d9584e9 100644
--- a/web/css/core.scss
+++ b/web/css/core.scss
@@ -29,7 +29,7 @@ $map_width: 500px;
background-color: #cccccc;
}
- p.error {
+ p.dev-site-notice, p.error {
text-align: center;
color: #cc0000;
font-size: larger;