diff options
author | louise <louise> | 2009-10-12 11:10:25 +0000 |
---|---|---|
committer | louise <louise> | 2009-10-12 11:10:25 +0000 |
commit | f83a144c5e4a7fce38621b84e43fb126efa2f3b3 (patch) | |
tree | fa8f4aacfd19c38f068a3643c8afbc2ed2041b05 /web/css | |
parent | 00ea122e9deb56c85009999944e46cbb0b271088 (diff) |
Adding mySociety details to the FMS contact page to bring it into line with the -e-commerce directive
Diffstat (limited to 'web/css')
-rw-r--r-- | web/css/core.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/web/css/core.css b/web/css/core.css index 0b52c17bd..114f46b05 100644 --- a/web/css/core.css +++ b/web/css/core.css @@ -397,6 +397,12 @@ p#copyright { margin-right: 1em; } +/* Contact page */ +.contact-details { + font-size: 80%; + margin-top: 2em; +} + /* Printing */ @media print { #map_box { float: none; margin: 0 auto; } |