mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
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;
|
||
|
}
|
||
|
*/
|