diff --git a/apps/i2ptunnel/jsp/themes/dark/i2ptunnel.css b/apps/i2ptunnel/jsp/themes/dark/i2ptunnel.css index e0b53829d..4c068c318 100644 --- a/apps/i2ptunnel/jsp/themes/dark/i2ptunnel.css +++ b/apps/i2ptunnel/jsp/themes/dark/i2ptunnel.css @@ -231,6 +231,10 @@ h2, h3 { /* end title images */ +#overview.iframed h2 { + display: none; +} + .iframed h2 { margin: 14px 0 -1px; } diff --git a/apps/i2ptunnel/jsp/themes/light/i2ptunnel.css b/apps/i2ptunnel/jsp/themes/light/i2ptunnel.css index 83e949d2c..63a63b850 100644 --- a/apps/i2ptunnel/jsp/themes/light/i2ptunnel.css +++ b/apps/i2ptunnel/jsp/themes/light/i2ptunnel.css @@ -352,6 +352,10 @@ h2, h3 { position: relative; } +#overview.iframed h2 { + display: none; +} + .iframed h2, .iframed h3 { margin-top: 14px; }