diff options
author | Struan Donald <struan@exo.org.uk> | 2012-05-28 17:03:57 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2012-05-28 17:03:57 +0100 |
commit | 43d40199ac0e68ea58ddf7f58b02a8430028d911 (patch) | |
tree | c5ce1688ae8326af36b1b9cf6cbdfd466c99f437 /www/css | |
parent | 0710cbbd474d1052e1220c5b595666f0676b5942 (diff) |
make non postcode locations work
Diffstat (limited to 'www/css')
-rw-r--r-- | www/css/mobile.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/www/css/mobile.css b/www/css/mobile.css index 7236afc..1aa2cde 100644 --- a/www/css/mobile.css +++ b/www/css/mobile.css @@ -74,4 +74,14 @@ ol.big-numbers > li { margin-bottom: 0.8em; +} + +#multiple { + margin: auto; + margin-bottom: 1em; +} + +#multiple li { + list-style: none; + margin: auto; }
\ No newline at end of file |