Browse Source

fix for helios.css

Nicolas Petton 11 years ago
parent
commit
b681d012bf
1 changed files with 5 additions and 5 deletions
  1. 5 5
      css/helios.css

+ 5 - 5
css/helios.css

@@ -1,8 +1,3 @@
-body {
-  font-size: 11px;
-  font-family: "Lucida Grande", helvetica, arial, sans;
-  background: #eee;
-}
 .clearfix:after {
   content: ".";
   display: block;
@@ -20,6 +15,11 @@ html[xmlns] .clearfix {
 * html .clearfix {
   height: 1%;
 }
+#helios {
+    font-size: 11px;
+    font-family: "Lucida Grande", helvetica, arial, sans;
+    background: #eee;
+}
 #helios a {
   cursor: pointer;
 }