Update style.css
Browse files
style.css
CHANGED
@@ -65,10 +65,11 @@
|
|
65 |
#btn_plot {
|
66 |
border-right-width: 0;
|
67 |
}
|
68 |
-
|
69 |
-
|
70 |
-
}
|
71 |
#btn_submit {
|
|
|
72 |
border-top-right-radius: 5px;
|
73 |
/* border-bottom-right-radius: 5px; */
|
74 |
border-left-width: 0;
|
|
|
65 |
#btn_plot {
|
66 |
border-right-width: 0;
|
67 |
}
|
68 |
+
#btn_about {
|
69 |
+
display: none
|
70 |
+
}
|
71 |
#btn_submit {
|
72 |
+
display: none;
|
73 |
border-top-right-radius: 5px;
|
74 |
/* border-bottom-right-radius: 5px; */
|
75 |
border-left-width: 0;
|