diff options
author | Matthew Somerville <matthew@mysociety.org> | 2011-07-07 14:43:21 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2011-07-07 15:01:59 +0100 |
commit | 7d116d6c78148a2e70ae1cefccfae8bc79c2d21d (patch) | |
tree | 1b76d0d3153d9c6ef9cb75ae3f345988f9ec2261 /web/css | |
parent | 69c905884d985ce040aeabdafbcaa5043a46a332 (diff) |
PYC advert on confirmation page.
Diffstat (limited to 'web/css')
-rw-r--r-- | web/css/core.css | 1 | ||||
-rw-r--r-- | web/css/core.scss | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/web/css/core.css b/web/css/core.css index 85c16a9ae..bbf3ac381 100644 --- a/web/css/core.css +++ b/web/css/core.css @@ -43,6 +43,7 @@ #mysociety #advert_thin { width: 50%; margin: 1em auto; + text-align: center; border-top: dotted 1px #999999; } #mysociety #advert_hfymp { diff --git a/web/css/core.scss b/web/css/core.scss index 5e24b5702..9221206ff 100644 --- a/web/css/core.scss +++ b/web/css/core.scss @@ -66,6 +66,7 @@ $map_width: 500px; #advert_thin { width: 50%; margin: 1em auto; + text-align: center; border-top: dotted 1px #999999; } #advert_hfymp { |