clean up dependencies / fix tables being too wide for screen

This commit is contained in:
David Luhmer 2019-11-27 21:08:14 +01:00
parent 1d1efe2701
commit da04299174
2 changed files with 1 additions and 3 deletions

View file

@ -99,7 +99,7 @@ a {
#content table { #content table {
width:100% !important; width:100% !important;
table-layout:fixed; /* table-layout: fixed; */
} }
#header { #header {

View file

@ -41,8 +41,6 @@ import android.webkit.WebResourceResponse;
import android.webkit.WebSettings; import android.webkit.WebSettings;
import android.webkit.WebView; import android.webkit.WebView;
import android.webkit.WebViewClient; import android.webkit.WebViewClient;
import android.widget.Button;
import android.widget.ImageButton;
import android.widget.ProgressBar; import android.widget.ProgressBar;
import android.widget.TextView; import android.widget.TextView;