title style
[koha-bibliografija] / html / style.css
1 h1 {
2         font-family: Trebuchet MS, sans-serif;
3         font-weight: normal;
4         font-size: 120%;
5 }
6
7 li {
8         margin-top: 10px;
9 }
10
11 li a {
12         color: #707070;
13 }
14
15 .title {
16         font-weight: bold;
17 }
18
19 .crosbi {
20         font-size: 80%;
21         color: #707070;
22 }