[Movecommons-commits] r379 - trunk/src

Mario Gallegos mgallegos at ourproject.org
Sat May 19 23:16:07 CEST 2012


Author: mgallegos
Date: 2012-05-19 23:16:06 +0200 (Sat, 19 May 2012)
New Revision: 379

Modified:
   trunk/src/mc.css
Log:


Modified: trunk/src/mc.css
===================================================================
--- trunk/src/mc.css	2012-05-19 21:09:55 UTC (rev 378)
+++ trunk/src/mc.css	2012-05-19 21:16:06 UTC (rev 379)
@@ -799,7 +799,8 @@
 	width: 30px;
 	height: 77px;
 	text-indent: -999999px;
-	background: url(/mc/0.1/images/btn_prev.gif) no-repeat 0 -31px;
+	/*background: url(/mc/0.1/images/btn_prev.gif) no-repeat 0 -31px;*/
+	background: url(/mc/0.1/images/btn_prev.gif) no-repeat;
 }
 
 .bx-next {
@@ -809,12 +810,13 @@
 	width: 30px;
 	height: 77px;
 	text-indent: -999999px;
-	background: url(/mc/0.1/images/btn_next.gif) no-repeat 0 -31px;
+	/*background: url(/mc/0.1/images/btn_next.gif) no-repeat 0 -31px;*/
+	background: url(/mc/0.1/images/btn_next.gif) no-repeat;
 }
 
 .bx-next:hover,
 .bx-prev:hover {
-	background-position: 0 0;
+	/*background-position: 0 0;*/
 }
 
 




More information about the Movecommons-commits mailing list