diff options
author | root <root@frank.tg14.gathering.org> | 2014-04-18 00:32:39 +0200 |
---|---|---|
committer | root <root@frank.tg14.gathering.org> | 2014-04-18 00:32:39 +0200 |
commit | e686370341e95830125fc1d3b40c9a61a5e8aed4 (patch) | |
tree | 2e60ea8973000a6f80798ed2d06fc6729dd57511 /web/nms.gathering.org/ping.css | |
parent | c7ba101d90a5c49167b3355a5a3b0c629964b9b1 (diff) |
Modularize the ping page a bit.
Diffstat (limited to 'web/nms.gathering.org/ping.css')
-rw-r--r-- | web/nms.gathering.org/ping.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/web/nms.gathering.org/ping.css b/web/nms.gathering.org/ping.css new file mode 100644 index 0000000..1045a4a --- /dev/null +++ b/web/nms.gathering.org/ping.css @@ -0,0 +1,13 @@ +.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%; + bottom: -14px; +} |