Switch to unified view

a/dirbrowser/cdbrowser.css b/dirbrowser/cdbrowser.css
1
1
2
/* General font selection. This is the place to adjust the font size for the
2
/* General font selection. This is the place to adjust the font size for the
3
 * directory browser area. The distributed file uses the system
3
 * directory browser area. */
4
 * default (the size spec is commented out. */
5
html, body, form, fieldset, table, tr, td, img {
4
html, body, form, fieldset, table, tr, td, img {
6
    font-family:Arial,helvetica,sans-serif;
5
    font-family:Arial,helvetica,sans-serif;
7
    font-size: 10pt;
6
    font-size: 10pt;
8
}
7
}
9
8