Gaël Métais 10 年之前
父节点
当前提交
38520cf14f
共有 4 个文件被更改,包括 5 次插入5 次删除
  1. 1 1
      app/node_views/index.html
  2. 二进制
      app/public/fonts/icons.woff
  3. 3 3
      app/public/styles/less/icons.less
  4. 1 1
      app/public/styles/results.css

+ 1 - 1
app/node_views/index.html

@@ -8,7 +8,7 @@
 </head>
 </head>
 <body>
 <body>
     <h1>Yellow Lab <span class="icon-lab"></span> Tools</h1>
     <h1>Yellow Lab <span class="icon-lab"></span> Tools</h1>
-    <h2 class="promess">Free online test to help speeding up heavily javascripted pages</h2>
+    <h2 class="promess">Free online test to help speeding up <b>heavily</b> javascripted pages</h2>
     <form method="post" action="/launchTest">
     <form method="post" action="/launchTest">
         <input type="text" name="url" placeholder="http://www.mysite.com" class="url" />
         <input type="text" name="url" placeholder="http://www.mysite.com" class="url" />
         <input type="submit" value="Launch test" class="launchBtn" onclick="this.className += ' clicked'" />
         <input type="submit" value="Launch test" class="launchBtn" onclick="this.className += ' clicked'" />

二进制
app/public/fonts/icons.woff


+ 3 - 3
app/public/styles/less/icons.less

@@ -7,12 +7,12 @@
 @question-font-family: "fontsmith-icons";
 @question-font-family: "fontsmith-icons";
 @question-value: "\e002";
 @question-value: "\e002";
 @question: '"fontsmith-icons"' '"\\e002"';
 @question: '"fontsmith-icons"' '"\\e002"';
-@lab-font-family: "fontsmith-icons";
-@lab-value: "\e004";
-@lab: '"fontsmith-icons"' '"\\e004"';
 @warning-font-family: "fontsmith-icons";
 @warning-font-family: "fontsmith-icons";
 @warning-value: "\e000";
 @warning-value: "\e000";
 @warning: '"fontsmith-icons"' '"\\e000"';
 @warning: '"fontsmith-icons"' '"\\e000"';
+@lab-font-family: "fontsmith-icons";
+@lab-value: "\e004";
+@lab: '"fontsmith-icons"' '"\\e004"';
 @arrow-left3-font-family: "fontsmith-icons";
 @arrow-left3-font-family: "fontsmith-icons";
 @arrow-left3-value: "\e006";
 @arrow-left3-value: "\e006";
 @arrow-left3: '"fontsmith-icons"' '"\\e006"';
 @arrow-left3: '"fontsmith-icons"' '"\\e006"';

+ 1 - 1
app/public/styles/results.css

@@ -289,7 +289,7 @@ input.textFilter {
   color: #e74c3c;
   color: #e74c3c;
   font-weight: bold;
   font-weight: bold;
 }
 }
-.table > div.windowPerformance > div, .table > div.windowPerformance > div.startTime {
+.table > div.windowPerformance > div {
   background: #EBD8E2;
   background: #EBD8E2;
 }
 }
 .table > div.showingDetails > div {
 .table > div.showingDetails > div {