Skip to content
Snippets Groups Projects
Commit 1fba4e1d authored by Joseph Weston's avatar Joseph Weston
Browse files

remove borders around each line in thebelab input cells

parent c86762e5
No related branches found
No related tags found
No related merge requests found
Pipeline #19223 failed
......@@ -94,6 +94,10 @@ div.body pre {
border: 1px solid #ac9;
}
div.body pre.CodeMirror-line {
border: unset;
}
div.body div.admonition, div.body div.impl-detail {
border-radius: 3px;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment