Projet

Général

Profil

Demande #4502 » toc.diff

Frédéric Couchet, 13/08/2020 10:52

Voir les différences:

toc.css 2020-07-09 12:54:43.309670973 +0200
1 1
#toc{
2
  right:0;
3
  font-size:10px;
2 4
  display: none;
3
  width: 200px;
5
  width: 350px;
4 6
  padding: 10px;
5 7
  border-left: 1px solid #ccc;
6 8
  background-color: #f7f7f7;
7 9
  overflow-y: auto;
8 10
}
9 11
#tocItems{
10
  line-height:200%;
12
  line-height:100%;
11 13
}
12 14
.tocItem{
13 15
  white-space: nowrap;
......
22 24
  font-size: 1.5rem;
23 25
}
24 26
.toch2{
25
  margin-left:10px;
27
  margin-left:5px;
26 28
  font-size: 1.2rem;
27 29
}
28 30
.toch3{
29
  margin-left:20px;
31
  margin-left:10px;
30 32
  font-size: 1rem;
31 33
}
32 34
.toch4{
33
  margin-left:30px;
35
  margin-left:15px;
34 36
  font-size:1rem;
35 37
}
36 38
.toch5{
    (1-1/1)