Browse Source

Css: couleur des liens.

bastien 13 years ago
parent
commit
4a6980e56b
1 changed files with 7 additions and 0 deletions
  1. 7 0
      web/bundles/muzichcore/css/main.css

+ 7 - 0
web/bundles/muzichcore/css/main.css View File

39
   
39
   
40
 }
40
 }
41
 
41
 
42
+#container a 
43
+{
44
+  text-decoration: none;
45
+  color: #00d0de;
46
+}
47
+
42
 #container #top-tabs
48
 #container #top-tabs
43
 {
49
 {
44
   float: left;
50
   float: left;
76
 #container #top-tabs li a
82
 #container #top-tabs li a
77
 {
83
 {
78
   text-decoration: none;
84
   text-decoration: none;
85
+  color: black;
79
 }
86
 }
80
 
87
 
81
 #top_bar
88
 #top_bar