i2ptunnel: Hide redundant h2 header when iframed

This commit is contained in:
zzz
2025-03-06 12:22:54 -05:00
parent 876e0da4be
commit 306d31d6f9
2 changed files with 8 additions and 0 deletions

View File

@@ -231,6 +231,10 @@ h2, h3 {
/* end title images */
#overview.iframed h2 {
display: none;
}
.iframed h2 {
margin: 14px 0 -1px;
}

View File

@@ -352,6 +352,10 @@ h2, h3 {
position: relative;
}
#overview.iframed h2 {
display: none;
}
.iframed h2, .iframed h3 {
margin-top: 14px;
}