BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
0f790dbc
Commit
0f790dbc
authored
Mar 24, 2017
by
Phil Hughes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Component now includes scoped styles
This means we no longer need the CSS, the Vue component will handle the CSS & correctly scope it the components
parent
68f863bd
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
28 deletions
+0
-28
application.scss
app/assets/stylesheets/application.scss
+0
-1
notebooklab.js
vendor/assets/javascripts/notebooklab.js
+0
-0
notebooklab.css
vendor/assets/stylesheets/notebooklab.css
+0
-27
No files found.
app/assets/stylesheets/application.scss
View file @
0f790dbc
...
...
@@ -7,7 +7,6 @@
*= require_self
*= require dropzone/basic
*= require cropper.css
*= require notebooklab.css
*/
/*
...
...
vendor/assets/javascripts/notebooklab.js
View file @
0f790dbc
This diff is collapsed.
Click to expand it.
vendor/assets/stylesheets/notebooklab.css
deleted
100644 → 0
View file @
68f863bd
.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
;
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment