aboutsummaryrefslogtreecommitdiffstats
path: root/examples/historical/web/nms.gathering.org/ping.css
diff options
context:
space:
mode:
authorJoachim Tingvold <joachim@tingvold.com>2016-03-25 15:25:16 +0100
committerJoachim Tingvold <joachim@tingvold.com>2016-03-25 15:25:16 +0100
commit1670071c058a2676a4a880a93acd57b35d6dc24e (patch)
treede3bf5469f6b5d39617ecd68f48d0ae9eba927ec /examples/historical/web/nms.gathering.org/ping.css
parentc1306df43341135910810919e5ff98113c135ec7 (diff)
Moved old NMS-files to historical.
Diffstat (limited to 'examples/historical/web/nms.gathering.org/ping.css')
-rw-r--r--examples/historical/web/nms.gathering.org/ping.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/examples/historical/web/nms.gathering.org/ping.css b/examples/historical/web/nms.gathering.org/ping.css
new file mode 100644
index 0000000..1045a4a
--- /dev/null
+++ b/examples/historical/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;
+}