CHANGES IN CSS......13-03-14

platform-responsive.css

===========================================REPLACE CSS==============

@media (min-width: 768px) and (max-width: 979px) {


line no: 139
#footer .row-fluid .span3 {width: 48.50%; /*min-height:200px;*/}

line no: 141:
#footer .helpful-links, #footer .locations-markets {margin-bottom: 0px; margin-left:0px;}

===================================================================
theme.min.css
================================================REPLACE===================

@media(min-width:600px) and (max-width:768px) {


line no: 1965
	#footer .row-fluid .span3 {	width:50%; float:left;}


==========================================================ADD CSS=========
@media(max-width:979px) {


	.newsletter{ position: inherit; }

	.newsletter ul{ position: inherit;}

	#footer .affiliations { margin: 0; width: 100% !important;}
	
	.clints-logo span {  position: static;}

         #main #page.span9 {margin-left: 0;}

	.newsletter ul li input{ width:69%;}

====================================================================