From e69287cfe61958130a0b601696d32d76a8830e0a Mon Sep 17 00:00:00 2001 From: jvoisin Date: Thu, 11 Apr 2019 23:15:09 +0200 Subject: [PATCH] Minor frameset-related factorization --- airsonic-main/src/main/webapp/WEB-INF/jsp/index.jsp | 8 ++++---- .../main/webapp/style/default-without-mediaelement.css | 5 +++++ 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/airsonic-main/src/main/webapp/WEB-INF/jsp/index.jsp b/airsonic-main/src/main/webapp/WEB-INF/jsp/index.jsp index 511b94da..f0dedf5b 100644 --- a/airsonic-main/src/main/webapp/WEB-INF/jsp/index.jsp +++ b/airsonic-main/src/main/webapp/WEB-INF/jsp/index.jsp @@ -6,13 +6,13 @@ - + - + - - + + diff --git a/airsonic-main/src/main/webapp/style/default-without-mediaelement.css b/airsonic-main/src/main/webapp/style/default-without-mediaelement.css index bbcb19ed..617438d3 100644 --- a/airsonic-main/src/main/webapp/style/default-without-mediaelement.css +++ b/airsonic-main/src/main/webapp/style/default-without-mediaelement.css @@ -221,6 +221,11 @@ table { margin: 0 0 0.4em 0; } +frameset { + border: 0; + frameborder: 0; + framespacing: 0; +} /* Table with some white space above it.*/ table.indent {