aboutsummaryrefslogtreecommitdiffstats
path: root/install-skip-bugzilla_soubory/style.css
blob: d6c4961591573737298952117a1114f1275e2cd6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
body {
  font-size: 1.3em;
  font-family: serif;
}
h1 {
  font-size: 2em;
  font-family: Helvetica, Arial, sans-serif;
}
p {
  width: 35em;
  line-height: 1.2em;
}
aside {
  font-size: 0.5em;
}
footer {
  font-size: 0.8em;
}
ul {
  list-style-type: none;
}
li {
  margin: 0.3em 0;
}