Images
Index
Index & Navigation
CSS
Custom CSS
You can enter any valid css here to change the display aspects of the pages. For example, you can adjust the line spacing for all texts by entering
body {
Line-height: 1.2em;
}
Note, the default for most browsers is a line height of 1.2.