diff options
author | Conrad Hoffmann <ch@bitfehler.net> | 2011-10-24 09:27:48 +0200 |
---|---|---|
committer | Conrad Hoffmann <ch@bitfehler.net> | 2011-10-24 09:27:48 +0200 |
commit | 589d8aa3295b199dbf591185db36198156b00ee0 (patch) | |
tree | dd51c7902f7d8fe4c32df00b7ceb2f13666f1df3 /public/css | |
parent | cc9c42c473d6881c0fa378fb2799f66bed7ca8ad (diff) |
Remove all image borders in the OSM view
Diffstat (limited to 'public/css')
-rw-r--r-- | public/css/sublab-new.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/public/css/sublab-new.css b/public/css/sublab-new.css index aa80130..3d32e51 100644 --- a/public/css/sublab-new.css +++ b/public/css/sublab-new.css @@ -293,8 +293,9 @@ span { .olFramedCloudPopupContent a { color: #3333FF; + font-size: 14px; } -#featurePopup_GroupDiv img { +#mapdiv img { border: 0px; } |