Test impression plus, moins, point dans les commentaires

This commit is contained in:
Michael RICOIS 2012-04-10 08:43:55 +00:00
parent 9e2466f660
commit daaabec8e1

View File

@ -107,15 +107,15 @@
} }
#commentaires span.plus{ #commentaires span.plus{
background: white url('./themes/default/images/comment/li-plus.gif') no-repeat left center; background: white url('/themes/default/images/comment/li-plus.gif') no-repeat left center;
} }
#commentaires span.moins{ #commentaires span.moins{
background: white url('./themes/default/images/comment/li-moins.gif') no-repeat left center; background: white url('/themes/default/images/comment/li-moins.gif') no-repeat left center;
} }
#commentaires span.point{ #commentaires span.point{
background: white url('./themes/default/images/comment/li-point.gif') no-repeat left center; background: white url('/themes/default/images/comment/li-point.gif') no-repeat left center;
} }
#commentaires div.texth1 { #commentaires div.texth1 {