aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2012-04-26 10:34:07 +0100
committerMatthew Somerville <matthew@mysociety.org>2012-04-26 10:34:07 +0100
commit18a4c6e4dbecee4ee6cfe34c9cd21b983965b1d5 (patch)
tree44ef9b11ff30afb7b0939dfa1ed9fd299d12bb15
parent2c3f34a8c166c131e850036652ee1d28f47ce170 (diff)
Fix front page Firefox truncation by not having very small input font size.
-rw-r--r--web/cobrands/bromley/bromley.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/cobrands/bromley/bromley.scss b/web/cobrands/bromley/bromley.scss
index 067c2d2a2..7b2764d66 100644
--- a/web/cobrands/bromley/bromley.scss
+++ b/web/cobrands/bromley/bromley.scss
@@ -11,7 +11,7 @@ input[type=password],
input[type=email],
input[type=file],
textarea,
-select { background: #fff; border: 1px solid #768b9a; border-color: #768b9a #d1dee8 #d1dee8 #768b9a; color: #333; font: 12px/18px Arial, 'Helvetica Neue', Helvetica, sans-serif; padding: 8px; width: 300px;
+select { background: #fff; border: 1px solid #768b9a; border-color: #768b9a #d1dee8 #d1dee8 #768b9a; color: #333; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; padding: 8px; width: 300px;
@include border-radius(0); }
.green-btn, button.green-btn, input.green-btn {