projects
/
project/gmap.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
32690e3
)
Pamela Fox says to add overflow: hidden; to fix the "long copyright strings run out...
author
Brandon Bergren
Tue, 30 Sep 2008 17:06:01 +0000 (17:06 +0000)
committer
Brandon Bergren
Tue, 30 Sep 2008 17:06:01 +0000 (17:06 +0000)
http://code.google.com/p/gmaps-api-issues/issues/detail?id=308
So, by popular demand, I'm adding a CSS rule for that.
Tested in Seamonkey and IE6.
gmap.css
patch
|
blob
|
blame
|
history
diff --git
a/gmap.css
b/gmap.css
index
419f65a
..
806842a
100644
(file)
--- a/
gmap.css
+++ b/
gmap.css
@@
-28,3
+28,8
@@
v\:* {
.gmap-right {
float: right;
}
+
+.gmap-map {
+ /* Don't let long copyright texts stick out the side of the map div. */
+ overflow: hidden;
+}