blob: 129bd4405fb4995a5e9bed7eb34e1473cb559da0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
div.body h1, div.body h2, div.body h3, div.body h4, div.body h5, div.body h6 {
font-weight: bold !important;
}
img.logo {
max-width: 40%;
}
dl.class, dl.function {
margin-bottom: 15px;
}
|