Switch to unified view

a/dirbrowser/cdbrowser.css b/dirbrowser/cdbrowser.css
...
...
15
    text-decoration: none;
15
    text-decoration: none;
16
}
16
}
17
17
18
/* The top margin is for leaving the space for the fixed header. The line
18
/* The top margin is for leaving the space for the fixed header. The line
19
 * is edited when changing the scale. Do not edit too much because regex */
19
 * is edited when changing the scale. Do not edit too much because regex */
20
body {margin: 20px 0px 0px 0px;}
20
body {margin: 30px 0px 0px 0px;}
21
21
22
/* The current path indicator is an ul inside a browsepath div inside
22
/* The current path indicator is an ul inside a browsepath div inside
23
   the fixedheader div */
23
   the fixedheader div */
24
div#fixedheader {
24
div#fixedheader {
25
    position:fixed;
25
    position:fixed;