浏览代码

changing cell padding to match Jupyter Notebook.

Reese Netro 9 年之前
父节点
当前提交
7e195b0565
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4 4
      src/notebook/theme.css

+ 4 - 4
src/notebook/theme.css

@@ -136,10 +136,10 @@
 
 
 .jp-Cell {
-  padding-top: 10px;
-  padding-bottom: 10px;
-  padding-left: 10px;
-  padding-right: 10px;
+  padding-top: 5px;
+  padding-bottom: 5px;
+  padding-left: 5px;
+  padding-right: 5px;
   border-width: 1px;
   border-style: solid;
   border-color: transparent;