Subversion Repositories SmartDukaan

Rev

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

Rev 1381 Rev 1409
Line 395... Line 395...
395
 
395
 
396
/*___ Footer ___*/
396
/*___ Footer ___*/
397
#footer{
397
#footer{
398
	background:#fff;
398
	background:#fff;
399
	padding:10px 0;
399
	padding:10px 0;
400
  margin-top:5px; /* by ebizon for gapping to footer and wrapper */
400
    margin-top:5px; /* by ebizon for gapping to footer and wrapper */
401
}
401
}
402
#footer .content {
402
#footer .content {
403
	width:980px;
403
	width:980px;
404
	margin:0 auto;
404
	margin:0 auto;
405
}
405
}
Line 411... Line 411...
411
}
411
}
412
#footer li{
412
#footer li{
413
	float:left;
413
	float:left;
414
	margin-right:10px;
414
	margin-right:10px;
415
}
415
}
-
 
416
#footer ul.bottomLinks{
-
 
417
	float:left;
-
 
418
	list-style-type:none;
-
 
419
	font-size:10px;
-
 
420
	color:#0066cc;
-
 
421
	width:980px;
-
 
422
}
416
#footer #copyright{
423
#footer #copyright{
417
	float:right;
424
	float:right;
418
	color:#666;
425
	color:#666;
419
	font-size:10px;
426
	font-size:10px;
420
}
427
}