Use the correct font for the treeview.

This commit is contained in:
Sarah McAlear
2017-06-09 09:09:39 +01:00
committed by Dave Page
parent 73c6f1ca3b
commit ee4a847784
2 changed files with 5 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
.aciTree .aciTreeText {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 12px;
}