hide footer
Browse files
src/display/css_html_js.py
CHANGED
@@ -13,6 +13,8 @@ function tableLinkHack() {
|
|
13 |
|
14 |
custom_css = """
|
15 |
|
|
|
|
|
16 |
#main {
|
17 |
max-width: 1200px;
|
18 |
margin: 0 auto;
|
|
|
13 |
|
14 |
custom_css = """
|
15 |
|
16 |
+
footer {visibility: hidden}
|
17 |
+
|
18 |
#main {
|
19 |
max-width: 1200px;
|
20 |
margin: 0 auto;
|