diff options
Diffstat (limited to 'web/nms.gathering.org/ping.html')
-rw-r--r-- | web/nms.gathering.org/ping.html | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/web/nms.gathering.org/ping.html b/web/nms.gathering.org/ping.html index 51c6f52..c9441ba 100644 --- a/web/nms.gathering.org/ping.html +++ b/web/nms.gathering.org/ping.html @@ -2,15 +2,17 @@ <body> <style> .switchname { + position: absolute; + font-family: sans-serif; + font-size: small; + white-space: nowrap; +} +.rot { -webkit-transform: rotate(-90deg); -webkit-transform-origin: 0% 0%; transform: rotate(-90deg); transform-origin: 0% 0%; - position: absolute; bottom: -14px; - font-family: sans-serif; - font-size: small; - white-space: nowrap; } </style> <p id="playground"><img src="tg14-salkart.png" alt="" id="map" /></p> |