15 lines
198 B
CSS
15 lines
198 B
CSS
|
/* increase vertical space */
|
||
|
#titlearea, #nav-path {
|
||
|
display: none;
|
||
|
height: 0px;
|
||
|
}
|
||
|
|
||
|
|
||
|
/* uncomment these lines for some extra vertical space */
|
||
|
|
||
|
/*
|
||
|
.tablist li {
|
||
|
line-height: 26px;
|
||
|
}
|
||
|
*/
|