Bläddra i källkod

Merge branch 'feature/html' into unstable

bastien 12 år sedan
förälder
incheckning
9f8d165af6
1 ändrade filer med 8 tillägg och 1 borttagningar
  1. 8 1
      web/bundles/muzichcore/css/main.css

+ 8 - 1
web/bundles/muzichcore/css/main.css Visa fil

@@ -39,11 +39,17 @@
39 39
   
40 40
 }
41 41
 
42
+#container a 
43
+{
44
+  text-decoration: none;
45
+  color: #00d0de;
46
+}
47
+
42 48
 #container #top-tabs
43 49
 {
44 50
   float: left;
45 51
   list-style: none outside none;
46
-  margin: -36px 16px 0 -6px;
52
+  margin: -35px 16px 0 -6px;
47 53
   padding: 0;
48 54
 }
49 55
 
@@ -76,6 +82,7 @@
76 82
 #container #top-tabs li a
77 83
 {
78 84
   text-decoration: none;
85
+  color: black;
79 86
 }
80 87
 
81 88
 #top_bar