diff options
author | matthew <matthew> | 2008-01-30 18:27:47 +0000 |
---|---|---|
committer | matthew <matthew> | 2008-01-30 18:27:47 +0000 |
commit | a72b0e5ac51da6403f954bab3db9107ea0a9d099 (patch) | |
tree | 2af8adfa0f4fb8c198c3047718e978c578cf5343 /web/css.css | |
parent | 853232c586cfa667d02ac645db97947144fa0ae6 (diff) |
Random messages on FixMyStreet (needs checking before deploying, once balti
is back up); typo in PHP version.
Diffstat (limited to 'web/css.css')
-rw-r--r-- | web/css.css | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/web/css.css b/web/css.css index a1d7d99a5..c45ea8be6 100644 --- a/web/css.css +++ b/web/css.css @@ -176,6 +176,11 @@ ul#error { padding: 2px 4px; } +#advert_thin { + width: 50%; + margin: 0 auto; +} + /* Front page */ #expl { @@ -464,7 +469,7 @@ ol#current img { margin-right: 1em; } -/* Printign */ +/* Printing */ @media print { #map_box { float: none; margin: 0 auto; } #content { max-width: none; } |