Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/assets/stylesheets/notebooklab.css')
-rw-r--r--vendor/assets/stylesheets/notebooklab.css27
1 files changed, 0 insertions, 27 deletions
diff --git a/vendor/assets/stylesheets/notebooklab.css b/vendor/assets/stylesheets/notebooklab.css
deleted file mode 100644
index 0caf729a17f..00000000000
--- a/vendor/assets/stylesheets/notebooklab.css
+++ /dev/null
@@ -1,27 +0,0 @@
-.cell,
-.input,
-.output {
- display: flex;
- width: 100%;
- margin-bottom: 10px;
-}
-
-.cell:not(.text-cell) {
- flex-direction: column;
-}
-
-.prompt {
- padding: 0 10px;
- min-width: 7em;
- font-family: monospace;
-}
-
-.cell pre {
- margin: 0;
- width: 100%;
-}
-
-.markdown .katex {
- display: block;
- text-align: center;
-}