mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-11-10 21:23:27 +01: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;
|
||
|
}
|
||
|
*/
|