mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-11-10 05:03:26 +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;
|
|
}
|
|
*/
|