|
@@ -41,8 +41,10 @@
|
|
|
.vt-group {
|
|
|
}
|
|
|
.vt-heading {
|
|
|
- font-weight: bolder;
|
|
|
- text-decoration: underline;
|
|
|
+ font-family: Verdana, sans-serif;
|
|
|
+ font-size: 12px;
|
|
|
+ font-weight: bold;
|
|
|
+ margin-bottom: 5px;
|
|
|
}
|
|
|
.vt-children {
|
|
|
margin-left: 20px;
|
|
@@ -51,25 +53,27 @@
|
|
|
|
|
|
}
|
|
|
.vt-leaf {
|
|
|
-
|
|
|
+ margin-bottom: 12px;
|
|
|
}
|
|
|
.vt-leaf .vt-leaf-name {
|
|
|
- font-weight: bold;
|
|
|
+ font-family: Verdana, sans-serif;
|
|
|
+ font-size: 12px;
|
|
|
+ font-weight: bold;
|
|
|
}
|
|
|
.vt-leaf .vt-leaf-summary {
|
|
|
margin-left: 10px;
|
|
|
}
|
|
|
.vt-group.vt-pos-0 > .vt-heading {
|
|
|
- font-size: 1.6em;
|
|
|
+ text-decoration: underline;
|
|
|
}
|
|
|
.vt-leaf.vt-pos-0 > .vt-leaf-name {
|
|
|
- font-size: 1.6em;
|
|
|
+ text-decoration: underline;
|
|
|
}
|
|
|
.vt-group.vt-pos-1 > .vt-heading {
|
|
|
- font-size: 1.4em;
|
|
|
+ /* font-size: 1.4em; */
|
|
|
}
|
|
|
.vt-leaf.vt-pos-1 > .vt-leaf-name {
|
|
|
- font-size: 1.4em;
|
|
|
+ /* font-size: 1.4em; */
|
|
|
}
|
|
|
|
|
|
</style>
|