diff options
Diffstat (limited to 'custom.css')
-rw-r--r-- | custom.css | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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; +} |