summaryrefslogtreecommitdiff
path: root/docs/css/poetaster.css
blob: ce0efc8a0e594987628b4b0147136f836ac11484 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
*
	{
	margin: 0;
	padding: 0;
	}
body
	{
	}
textarea
	{
	width: 300px;
	height: 100px;
	}
pre
	{
	white-space: pre;
	font-family: georgia, serif;
	font-size: 16px;
	}
#container
	{
	width: 400px;
	margin: 0 auto;
	}