Subversion Repositories SmartDukaan

Rev

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

Rev 1181 Rev 1182
Line 116... Line 116...
116
	padding:0;
116
	padding:0;
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 -1px 0;
122
	padding: 4px 0 !important;
122
	padding: 3px 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 493... Line 493...
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 */
496
/* for chrome */
497
@media screen and (-webkit-min-device-pixel-ratio:0) {
497
@media screen and (-webkit-min-device-pixel-ratio:0) {
498
            #slideGuideContent div.demo ul {padding:5px 0 !important;}
498
            #slideGuideContent div.demo ul {padding:3px 0 !important;}
499
}
499
}
500
 
500