geolocation example: suppresses line breaks in tooltip

This commit is contained in:
Frederic Junod
2013-05-22 15:53:55 +02:00
parent cf605f2d52
commit 7ba4045e59

View File

@@ -12,6 +12,9 @@
font-size: 22px;
text-shadow: 2px 2px 3px #013;
}
.tooltip-inner {
white-space: nowrap;
}
</style>
<title>Geolocation example</title>
</head>