Subversion Repositories SmartDukaan

Rev

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

Rev 4437 Rev 4588
Line 378... Line 378...
378
	color: #ffffff;
378
	color: #ffffff;
379
	background-color: #000000;
379
	background-color: #000000;
380
	opacity:0.3;
380
	opacity:0.3;
381
	filter:alpha(opacity=30);
381
	filter:alpha(opacity=30);
382
}
382
}
383
/** Footer End **/
-
 
384
383
/** Footer End **/
-
 
384
 
-
 
385
/** Media Coverage **/
-
 
386
#pressCoverage	{
-
 
387
	width: 980px;
-
 
388
	margin: 0 auto;
-
 
389
	overflow: auto;
-
 
390
}
-
 
391
 
-
 
392
#pressCoverage .image-container	{
-
 
393
	float: left;
-
 
394
}
-
 
395
 
-
 
396
#asSeenOn {
-
 
397
    color: #6D6D6D;
-
 
398
    float: left;
-
 
399
    font-size: 14px;
-
 
400
    font-style: italic;
-
 
401
    font-weight: bold;
-
 
402
    line-height: 3em;
-
 
403
    margin-right: 15px;
-
 
404
    padding-top: 7px;
-
 
405
}
-
 
406
/** /Media Coverage **/
-
 
407
385
408