diff options
author | Struan Donald <struan@exo.org.uk> | 2011-07-25 10:19:46 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2011-07-25 10:19:46 +0100 |
commit | f9b2bb1c3952e433332ca31631b01420d2c0f9cc (patch) | |
tree | 7b1e4f5c43cf6a06bd9bb8a6fc0da680d9b150b5 | |
parent | 8ed184ea171c061ffec10ffc130b229d56d3b86a (diff) |
resize map to make it fit a bit better in lichfield page design
-rw-r--r-- | web/cobrands/lichfield/css/layout.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/web/cobrands/lichfield/css/layout.css b/web/cobrands/lichfield/css/layout.css index af1ee7d67..4711588b0 100644 --- a/web/cobrands/lichfield/css/layout.css +++ b/web/cobrands/lichfield/css/layout.css @@ -7,3 +7,12 @@ margin-bottom: 5px;
width: auto !important;
}
+
+#mysociety #map_box {
+ width: 380px;
+}
+
+#mysociety #map, #mysociety #drag {
+ width: 378px;
+ height: 378px;
+}
|