Minor - Remove unused styles topa and topb - refs #7218

1.9.x
Yannick Warnier 11 years ago
parent 7f3d23f697
commit d1ed59cf7b
  1. 12
      main/css/chamilo/default.css

@ -437,7 +437,7 @@ a.thumbnail:hover{
box-shadow: none; box-shadow: none;
} }
.breadcrumb a{ .breadcrumb a{
padding-top: 0;
line-height: 30px; line-height: 30px;
text-transform: none; text-transform: none;
} }
@ -798,16 +798,6 @@ footer a:link, footer a:visited {
background: transparent url('images/systemenouvelles.jpg') no-repeat top left; background: transparent url('images/systemenouvelles.jpg') no-repeat top left;
} }
.topa {
background:transparent url('images/logoa4.gif') no-repeat;
}
.topb {
background:transparent url('images/logob4.gif') no-repeat;
}
#bottomhellomindfactory {
background:transparent url('images/textologo.jpg') no-repeat;
}
.user_login_icon{ .user_login_icon{
background: url(images/user_icon.png) no-repeat 5px center; background: url(images/user_icon.png) no-repeat 5px center;
} }

Loading…
Cancel
Save