Fixing CSS links

skala
Julio Montoya 14 years ago
parent e615ad5cf6
commit 47dfa8fa21
  1. 4
      main/css/base.css
  2. 9
      main/css/chamilo/default.css
  3. 5
      main/css/chamilo_electric_blue/default.css
  4. 5
      main/css/chamilo_green/default.css
  5. 5
      main/css/chamilo_orange/default.css
  6. 5
      main/css/chamilo_red/default.css
  7. 5
      main/css/chamilo_sport_red/default.css

@ -1298,8 +1298,8 @@ button.next.disabled, .a_button.disabled {
.categories-course-links {
float:left;
margin-top:0px;
height:16px;
margin-top:15px;
height:26px;
padding:2px;
width:100%;
}

@ -6,13 +6,12 @@
@import url('../base_chamilo.css');
/* the following for regular <a> elements */
a:link {
a {
text-decoration: none;
color :#3757f7
}
a:visited {
text-decoration: none;
color : #3757f7;
text-decoration: none;
}
a:hover {
text-decoration: none;
@ -23,10 +22,6 @@ a:active {
color : #3757f7;
}
#header1 {
/* background-image:url(images/bg-header1.gif); */
}
.subnav-fixed {
position: fixed;
top: 0px;

@ -6,13 +6,12 @@
@import url('../base_chamilo.css');
/* the following for regular <a> elements */
a:link {
a {
text-decoration: none;
color :#0D21E2
}
a:visited {
text-decoration: none;
color : #0D21E2;
text-decoration: none;
}
a:hover {
text-decoration: none;

@ -6,13 +6,12 @@
@import url('../base_chamilo.css');
/* the following for regular <a> elements */
a:link {
a {
text-decoration: none;
color :#01933e;
}
a:visited {
text-decoration: none;
color : #01933e;
text-decoration: none;
}
a:hover {
text-decoration: none;

@ -6,13 +6,12 @@
@import url('../base_chamilo.css');
/* the following for regular <a> elements */
a:link {
a {
text-decoration: none;
color :#F88017;
}
a:visited {
text-decoration: none;
color : #F88017;
text-decoration: none;
}
a:hover {
text-decoration: none;

@ -6,13 +6,12 @@
@import url('../base_chamilo.css');
/* the following for regular <a> elements */
a:link {
a {
text-decoration: none;
color :#ff0000;
}
a:visited {
text-decoration: none;
color : #ff0000;
text-decoration: none;
}
a:hover {
text-decoration: none;

@ -80,13 +80,12 @@ ul.medios li {
}
/* the following for regular <a> elements */
a:link {
a {
text-decoration: none;
color :#B50018;
}
a:visited {
text-decoration: none;
color : #ff0000;
text-decoration: none;
}
a:hover {
text-decoration: none;

Loading…
Cancel
Save