diff options
author | Struan Donald <struan@exo.org.uk> | 2013-05-29 18:28:20 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-05-29 18:28:20 +0100 |
commit | 60de9a559a86166c7d6c8ef1d43e032805c132b8 (patch) | |
tree | 72b9ef0cd0412fc2d6077844ce599a12ea5d9b88 | |
parent | 65daa29916a4861512f21d1758515f06b418ddec (diff) |
add space to left of attribution text
-rw-r--r-- | www/css/fms.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/css/fms.css b/www/css/fms.css index 246b039..15530a8 100644 --- a/www/css/fms.css +++ b/www/css/fms.css @@ -131,6 +131,7 @@ } .olControlAttribution { + left: 5px; bottom: 5px !important; } |