aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2012-03-30 15:24:02 +0100
committerMatthew Somerville <matthew@mysociety.org>2012-03-30 15:24:02 +0100
commitd1f3532c5aa960fd9a2a64946c78b55a30f200d5 (patch)
tree369f5779046ca36e91c9ad622c913095aa18e414
parentbbb528aa007a9a3a2c784341f396ae2ff23fb3fc (diff)
Remove unneeded negative margin and width.
-rw-r--r--web/cobrands/fixmystreet/_base.scss2
-rw-r--r--web/cobrands/fixmystreet/_layout.scss1
2 files changed, 0 insertions, 3 deletions
diff --git a/web/cobrands/fixmystreet/_base.scss b/web/cobrands/fixmystreet/_base.scss
index f97609f2d..5fd87a454 100644
--- a/web/cobrands/fixmystreet/_base.scss
+++ b/web/cobrands/fixmystreet/_base.scss
@@ -359,7 +359,6 @@ p.form-error {
background:#ff0000;
color:#fff;
padding:0 0.5em;
- margin:0 0 0 -0.5em;
@include border-radius(0.25em 0.25em 0 0);
a {
color: white;
@@ -380,7 +379,6 @@ ul.error {
background:#ff0000;
color:#fff;
padding:0 0.5em;
- margin:0 0 0 -0.5em;
@include border-radius(0.25em);
}
diff --git a/web/cobrands/fixmystreet/_layout.scss b/web/cobrands/fixmystreet/_layout.scss
index 1e816ab0b..77db753ab 100644
--- a/web/cobrands/fixmystreet/_layout.scss
+++ b/web/cobrands/fixmystreet/_layout.scss
@@ -710,7 +710,6 @@ textarea{
div.form-error,
p.form-error {
display:block;
- width:24.7em;
}
input.form-error,