summaryrefslogtreecommitdiff
path: root/lib/ebooks/understandingoeb/understandingoeb.css
blob: 9b63783ac111a3cbaed2c192826155375883c084 (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
27
28
.sidebar, sidebarTitle
{
	display: block;
	background-color: silver;
}

h1
{
	font-family: sans-serif;
	font-size: 130%;
}

h2
{
	font-family: sans-serif;
	font-size: 120%;
}

h3
{
	font-family: sans-serif;
	font-size: 110%;
}

blockquote
{
	font-size: 90%;
}