[Movecommons-commits] r304 - trunk/src

Mario Gallegos mgallegos at ourproject.org
Wed May 9 01:56:36 CEST 2012


Author: mgallegos
Date: 2012-05-09 01:56:36 +0200 (Wed, 09 May 2012)
New Revision: 304

Modified:
   trunk/src/mc.css
Log:


Modified: trunk/src/mc.css
===================================================================
--- trunk/src/mc.css	2012-05-08 23:51:41 UTC (rev 303)
+++ trunk/src/mc.css	2012-05-08 23:56:36 UTC (rev 304)
@@ -781,7 +781,7 @@
 	
 }
 
-.demo-wrap .bx-prev {
+.bx-prev {
 	position: absolute;
 	top: 78px;
 	left: -55px;
@@ -791,7 +791,7 @@
 	background: url(/mc/0.1/images/icon_arrow_left.png) no-repeat 0 -31px;
 }
 
-.demo-wrap .bx-next {
+.bx-next {
 	position: absolute;
 	top: 78px;
 	right: -40px;
@@ -801,7 +801,7 @@
 	background: url(/mc/0.1/images/icon_arrow_right.png) no-repeat 0 -31px;
 }
 
-.demo-wrap .bx-next:hover,
-.demo-wrap .bx-prev:hover {
+.bx-next:hover,
+.bx-prev:hover {
 	background-position: 0 0;
 }
\ No newline at end of file




More information about the Movecommons-commits mailing list