Subversion Repositories SmartDukaan

Rev

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

Rev 5550 Rev 5582
Line 427... Line 427...
427
    background: url('/images/Google_Plus.png') no-repeat scroll 0 0 transparent;
427
    background: url('/images/Google_Plus.png') no-repeat scroll 0 0 transparent;
428
}
428
}
429
.twitter-icon {
429
.twitter-icon {
430
    background: url('/images/Twitter.png') no-repeat scroll 0 0 transparent;
430
    background: url('/images/Twitter.png') no-repeat scroll 0 0 transparent;
431
}
431
}
-
 
432
.mobile-site-icon {
-
 
433
    background: url('/images/mob_icon.png') no-repeat scroll 0 0 transparent;
-
 
434
}
-
 
435
.new-icon {
-
 
436
    background: url('/images/new_icon.png') no-repeat scroll 0 0 transparent;
-
 
437
}
-
 
438
 
-
 
439
a.new-icon {
-
 
440
	display: block;
-
 
441
    line-height: 14px;
-
 
442
    padding-left: 33px;
-
 
443
    width: 50%;
-
 
444
}
432
 
445
 
433
a.fb-icon, a.g-plus-icon, a.twitter-icon {
446
a.fb-icon, a.g-plus-icon, a.twitter-icon, a.mobile-site-icon {
434
	display: block;
447
	display: block;
435
    line-height: 24px;
448
    line-height: 24px;
436
    padding-left: 30px;
449
    padding-left: 30px;
437
    width: 50%;
450
    width: 50%;
438
}
451
}
439
452