Showing 1 changed files with 7 additions and 7 deletions
+7 -7
public/css/common.css
... ...
@@ -24,6 +24,13 @@
24 24
     color:#767676
25 25
 */
26 26
 
27
+body {
28
+  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
29
+  font-size: 14px;
30
+  line-height: 130%;
31
+  color: #02123d;
32
+}
33
+
27 34
 ul {
28 35
   padding: 0;
29 36
   margin: 0;;
... ...
@@ -903,13 +910,6 @@ input[type=text], input[type=password] {
903 910
   width:350px;
904 911
 }
905 912
 
906
-body {
907
-  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
908
-  font-size: 14px;
909
-  line-height: 130%;
910
-  color: #333333;
911
-}
912
-
913 913
 .header {
914 914
   background:#004763;
915 915
   overflow:hidden;