summaryrefslogtreecommitdiff
path: root/includes/style.css
blob: 1382be0f73b18bfa0cfa058f63f173affd9befe2 (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
26
/* See COPYING file for copyright, license and warranty details. */

body {
	font-family: sans-serif;
	max-width: 75%;
	margin: auto;
}

h1 {
	text-align: center;
	font-size: 1.6em;
}

h2 {
	font-size: 1.2em;
	font-weight: normal;
	border-bottom: thin solid black;
}

a { text-decoration: none; }

div#footer {
	border-top: thin solid black;
	margin-top: 6ex;
	font-size: xx-small;
}