diff options
author | Matthew Somerville <matthew@mysociety.org> | 2012-03-28 14:14:01 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2012-03-28 15:04:36 +0100 |
commit | b6b58b19c396d0e3d06f294cb53f1bf15369ea4e (patch) | |
tree | 784a58b93287d52ad175d84b2f7f756081479668 /web/css | |
parent | a0f32a1cb710f50bcb312678130697fe0473ba23 (diff) |
Start to consolidate disparate JavaScript files.
Diffstat (limited to 'web/css')
-rw-r--r-- | web/css/core.scss | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/web/css/core.scss b/web/css/core.scss index a38a188ce..72e483dfa 100644 --- a/web/css/core.scss +++ b/web/css/core.scss @@ -114,7 +114,9 @@ $map_width: 500px; } } - #geolocate_para { + #geolocate_link { + display: block; + border: none; font-size: 70%; margin: 2px 0 0 0; text-align: right; @@ -609,7 +611,7 @@ $map_width: 500px; } } - #geolocate_para { + #geolocate_link { font-size: 100%; } |