equal
deleted
inserted
replaced
17 |
17 |
18 .Ldt-Annotation-Inner { |
18 .Ldt-Annotation-Inner { |
19 background: url(img/pinstripe.png); |
19 background: url(img/pinstripe.png); |
20 padding: 5px; |
20 padding: 5px; |
21 margin: 0; |
21 margin: 0; |
22 max-height: 300px; |
|
23 overflow: auto; |
|
24 } |
22 } |
25 |
23 |
26 .Ldt-Annotation-Inner h3 { |
24 .Ldt-Annotation-Inner h3 { |
27 margin: 5px 0; |
25 margin: 5px 0; |
28 font-size: 14px; |
26 font-size: 14px; |
29 font-weight: bold; |
27 font-weight: bold; |
|
28 } |
|
29 |
|
30 .Ldt-Annotation-Description { |
|
31 max-height: 150px; |
|
32 overflow: auto; |
30 } |
33 } |
31 |
34 |
32 .Ldt-Annotation-Cleared { |
35 .Ldt-Annotation-Cleared { |
33 clear: both; |
36 clear: both; |
34 } |
37 } |