summaryrefslogtreecommitdiff
path: root/custom.css
diff options
context:
space:
mode:
Diffstat (limited to 'custom.css')
-rw-r--r--custom.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/custom.css b/custom.css
index 2ece19e..ba3b6cf 100644
--- a/custom.css
+++ b/custom.css
@@ -35,3 +35,7 @@ This will always be an empty file in IPython
height: 250px;
border: none;
}
+/* hiding running/custom tabs */
+#running, #clusters {
+ display: none;
+}