diff options
author | matthew <matthew> | 2009-12-15 16:53:54 +0000 |
---|---|---|
committer | matthew <matthew> | 2009-12-15 16:53:54 +0000 |
commit | f9003bb4e69db1224d901b2c7081861be378e90d (patch) | |
tree | 0cbffc49dc99a5732d8a3238086b3c738eda3cf2 /web/cobrands/barnet/css/basic.css | |
parent | 3212b5b45e4e38f01c4078e90dfae314574055ab (diff) |
Make footer a template so can have on/off-ness. Have smaller map.
Diffstat (limited to 'web/cobrands/barnet/css/basic.css')
-rw-r--r-- | web/cobrands/barnet/css/basic.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/web/cobrands/barnet/css/basic.css b/web/cobrands/barnet/css/basic.css index 972628e17..c7ba123df 100644 --- a/web/cobrands/barnet/css/basic.css +++ b/web/cobrands/barnet/css/basic.css @@ -61,3 +61,10 @@ blockquote { padding: 0;
margin: 0 10px;
}
+
+/* FixMyStreet additions */
+
+select, input, textarea {
+ font-size: 99%;
+}
+
|