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 | d17f655d176535e5dd77279a27e12cf6671dd88c (patch) | |
tree | 156b55f95f69ca57374af641ac757116bd1b8b2e /phonegap/www/css | |
parent | 6bb0365c11c7caedb3a7d844d2a64ee63da133ca (diff) |
make non postcode locations work
Diffstat (limited to 'phonegap/www/css')
-rw-r--r-- | phonegap/www/css/mobile.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/phonegap/www/css/mobile.css b/phonegap/www/css/mobile.css index 7236afc8f..1aa2cdeae 100644 --- a/phonegap/www/css/mobile.css +++ b/phonegap/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 |