Index: themes/trunk/twentyeleven-child/style.css =================================================================== diff -u -r186 -r200 --- themes/trunk/twentyeleven-child/style.css (.../style.css) (revision 186) +++ themes/trunk/twentyeleven-child/style.css (.../style.css) (revision 200) @@ -329,9 +329,15 @@ article p{ margin-bottom:15px; - line-height:28px; + line-height:1.5; } +article ul { + list-style: disc; + padding-left: 15px; + line-height: 1.5; +} + p#copyright { text-align: center; } Index: themes/trunk/twentyeleven-child/lfr-product-builder.php =================================================================== diff -u -r186 -r200 --- themes/trunk/twentyeleven-child/lfr-product-builder.php (.../lfr-product-builder.php) (revision 186) +++ themes/trunk/twentyeleven-child/lfr-product-builder.php (.../lfr-product-builder.php) (revision 200) @@ -198,34 +198,11 @@ $carbCode = $part['carbCode']; if (strtoupper($carbCode) !== 'N') { - $carbCodeWebsiteUrl = $part['carbWebsiteUrl']; - $brandName = !empty($part['brandName']) ? $part['brandName'] : 'More Information'; - $brandUrl = $part['brandWebsiteUrl']; + $carbMessage = 'DISCLAIMER: NOT LEGAL FOR SALE OR USE IN CALIFORNIA ON ANY POLLUTION CONTROLLED MOTOR VEHICLES.'; - $carbMessage = 'The California Air Resources Board (“CARB”) does not permit the use of aftermarket emission-related parts, devices, or systems that alter the performance of OEM emission-related devices unless CARB has issued an Executive Order, other than on racing vehicles on closed courses.'; - // $carbMessage = 'The California Air Resources Board (“CARB”) does not permit the use of aftermarket exhaust systems that remove or alter OEM emission control devices unless certified by CARB, other than on racing vehicles on closed courses.'; - - - $preCarbMessageLinkText = ' Check your local laws and'; - $carbMessageLinkText = 'manufacturer\'s information'; - $html .= '
Disclaimer: '; - // $html .= '
California Warning: '; $html .= $carbMessage; - - - if (strtoupper($carbCode) == 'T' && !empty($carbCodeWebsiteUrl)) { - //Output Link to Manufacturer's Tool - $html .= $preCarbMessageLinkText . ' ' . $carbMessageLinkText . ''; - } else { - $html .= $preCarbMessageLinkText . ' ' . $carbMessageLinkText; - } - - - $html .= '.'; $html .= '
'; - $html .= 'Certain CARB regulatory compliance/non-compliance information provided by the manufacturer can be found by clicking here.
'; +$carbHTML = 'Certain Emissions/Noise regulatory compliance/non-compliance information provided by the manufacturer can be found by clicking here.
'; ?>