aboutsummaryrefslogtreecommitdiffstats
path: root/web/nms-public.gathering.org/old/ping.css
blob: 1045a4a4d64b58df68e6b8009fb118df16cd9096 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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;
}