aboutsummaryrefslogtreecommitdiff
path: root/app/css/app.css
blob: 9fb3c90eae282ebe5746e74861a1347981a6dfa9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* app css stylesheet */

* {
	margin: 0;
	padding: 0;
}

.world {
	position: relative;
	border: solid #999999 1px;
}

.world .line {
	position: absolute;
}