mirror of
https://git.wownero.com/wowlet/wowlet.git
synced 2024-08-15 01:03:14 +00:00
133700160a
Co-Authored-By: tobtoht <thotbot@protonmail.com>
14 lines
198 B
CSS
14 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;
|
|
}
|
|
*/
|