浏览代码

Update css

Steven Silvester 9 年之前
父节点
当前提交
f5284d7d39
共有 2 个文件被更改,包括 3 次插入2 次删除
  1. 2 1
      examples/lab/index.css
  2. 1 1
      src/filebrowser/plugin.css

+ 2 - 1
examples/lab/index.css

@@ -15,11 +15,12 @@ body {
   left: 0;
   right: 0;
   bottom: 0;
+  font-size: 13px;
 }
 
 
 .p-CommandPalette {
-  font: 13px Helvetica, Arial, sans-serif;
+  font-family: "Helvetica Neue", Helvetica;
 }
 
 

+ 1 - 1
src/filebrowser/plugin.css

@@ -5,7 +5,7 @@
 .jp-FileBrowser {
   background-color: #F5F5F5;
   color: #757575;
-  font: 13px Helvetica, Arial, sans-serif;
+  font-family: "Helvetica Neue", Helvetica;
   min-width: 300px;
 }