Subversion Repositories SmartDukaan

Rev

Rev 1143 | Rev 1182 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1143 Rev 1181
Line 117... Line 117...
117
	margin:16px 0 0 0;
117
	margin:16px 0 0 0;
118
}
118
}
119
 
119
 
120
#slideGuideContent div.demo ul {
120
#slideGuideContent div.demo ul {
121
	margin:0 0 -3px 0;
121
	margin:0 0 -3px 0;
122
	padding: 4px 0;
122
	padding: 4px 0 !important;
123
	position:relative;
123
	position:relative;
124
	z-index:999;
124
	z-index:999;
125
	height:20px;
125
	height:20px;
126
}
126
}
127
 
127
 
Line 491... Line 491...
491
#phoneReviews .horLine{
491
#phoneReviews .horLine{
492
	/* margin-top:-20px;   by ebizon */
492
	/* margin-top:-20px;   by ebizon */
493
	border-bottom:1px solid #ccc;
493
	border-bottom:1px solid #ccc;
494
  height:1px; /* add by ebizon */ 
494
  height:1px; /* add by ebizon */ 
495
}
495
}
-
 
496
/* for chrome */
-
 
497
@media screen and (-webkit-min-device-pixel-ratio:0) {
-
 
498
            #slideGuideContent div.demo ul {padding:5px 0 !important;}
-
 
499
}
-
 
500