Skip to content

Commit

Permalink
Merge pull request #191 from zehua/fix-repl-style
Browse files Browse the repository at this point in the history
Fixed interference of css style from docs page to repl
  • Loading branch information
buzzdecafe authored Nov 17, 2017
2 parents a3c47ab + d593ec8 commit 230ea11
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@

var iframe = container.lastElementChild;
iframe.style.cssText = 'height:' + iframe.style.height;
iframe.classList.add('repl');
iframe.classList.add('repl-inline');
notebook.evaluate()
}
});
Expand Down
2 changes: 1 addition & 1 deletion less/ramda.less
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ aside.gitter-chat-embed {
z-index: 1040;
}

.repl {
iframe.repl-inline {
background-color: transparent;
margin: 0 0 0 -75px;
padding: 0;
Expand Down
2 changes: 1 addition & 1 deletion style.css

Large diffs are not rendered by default.

0 comments on commit 230ea11

Please sign in to comment.