clean up dependencies / fix tables being too wide for screen
This commit is contained in:
parent
1d1efe2701
commit
da04299174
2 changed files with 1 additions and 3 deletions
|
@ -99,7 +99,7 @@ a {
|
|||
|
||||
#content table {
|
||||
width:100% !important;
|
||||
table-layout:fixed;
|
||||
/* table-layout: fixed; */
|
||||
}
|
||||
|
||||
#header {
|
||||
|
|
|
@ -41,8 +41,6 @@ import android.webkit.WebResourceResponse;
|
|||
import android.webkit.WebSettings;
|
||||
import android.webkit.WebView;
|
||||
import android.webkit.WebViewClient;
|
||||
import android.widget.Button;
|
||||
import android.widget.ImageButton;
|
||||
import android.widget.ProgressBar;
|
||||
import android.widget.TextView;
|
||||
|
||||
|
|
Loading…
Reference in a new issue