Browse Source

More font changes to Helios code widget

Nicolas Petton 10 years ago
parent
commit
26d88e7049
2 changed files with 10 additions and 8 deletions
  1. 8 7
      css/helios.css
  2. 2 1
      css/helios.less

+ 8 - 7
css/helios.css

@@ -1,3 +1,8 @@
+body {
+  font-size: 11px;
+  font-family: "Lucida Grande", helvetica, arial, sans;
+  background: #eee;
+}
 .clearfix:after {
   content: ".";
   display: block;
@@ -15,11 +20,6 @@ html[xmlns] .clearfix {
 * html .clearfix {
   height: 1%;
 }
-#helios {
-    font-size: 11px;
-    font-family: "Lucida Grande", helvetica, arial, sans;
-    background: #eee;
-}
 #helios a {
   cursor: pointer;
 }
@@ -38,7 +38,7 @@ html[xmlns] .clearfix {
 }
 #helios .CodeMirror-hints {
   border-radius: 0;
-  font-family: Menlo, Monaco, "Lucida Console", "Ubuntu Mono", Courier, monospace;
+  font-family: Menlo, Monaco, "Lucida Console", Courier, monospace;
   font-size: 11px;
   line-height: 1em;
   padding: 0;
@@ -49,8 +49,9 @@ html[xmlns] .clearfix {
   padding: 0 10px;
 }
 #helios .CodeMirror pre {
-  font-family: Menlo, Monaco, "Lucida Console", Courier, monospace;
+  font-family: Menlo, Monaco, "Lucida Console", "Ubuntu Mono", Courier, monospace;
   line-height: 16px;
+  font-size: 13px;
 }
 #helios .CodeMirror-gutter.stops {
   width: 20px;

+ 2 - 1
css/helios.less

@@ -61,8 +61,9 @@ html[xmlns] .clearfix {
     }
 
     .CodeMirror pre {
-	font-family: Menlo, Monaco, "Lucida Console", Courier, monospace;
+	font-family: Menlo, Monaco, "Lucida Console",  "Ubuntu Mono", Courier, monospace;
 	line-height: 16px;
+	font-size: 13px;
     }
 
     .CodeMirror-gutter.stops {