Bizarre Line Missing After Upgrade

Hi all, wondered if anyone may be able to help me, i have just upgraded from 2.0.12 to 2.0.13 and for some reason there is a line missing around my product descriptions next to the review button, can anyone possibly help me get it back please.



Thank you



[url]http://www.custom-cable.co.uk/cables/speaker-cable/qed-en-2/qed-xt-evolution-per-metre.html[/url]

I had an issue with the products page after upgrading. I reverted back to 2.0.12

Can this be fixed in the ccs? Would love to be able to get it sorted as its looking slightly silly. :S



Thank you

[quote name=‘AmitP’]Can this be fixed in the ccs? Would love to be able to get it sorted as its looking slightly silly. :S



Thank you[/quote]



I’m sure it can but I don’t think it’s worth the trouble.

Did a clean install of 2.0.13. Install the Electro skin which you are using.



Looks fine.



So definitely the CSS in your version.

surely it’s worth while as at the moment it doesn’t look too keen.

[quote name=‘roban’]I had an issue with the products page after upgrading. I reverted back to 2.0.12[/QUOTE]



I did the same: reverted back to 2.0.12.



We have to have the recurring feature though. CS-Cart obviously doesn’t test their product.

Here’s a before & after of our shop running the “basic” skin:



Before upgrading to 2.0.13





After upgrading to 2.0.13

Thank you guys, i have sorted this now with some help from Martfox. cheers

[quote name=‘AmitP’]Thank you guys, i have sorted this now with some help from Martfox. cheers[/QUOTE]



Could you post the answer in case others have the same problem?



thx

Changes:

File: /skins/electro/customer/styles.css

Line: 264



from:

-------------------------------------

.tabs {

background:url(“images/tabs_bg.gif”) repeat scroll 0 0 transparent;

padding:0px;

-------------------------------------



to:

-------------------------------------

.tabs {

background:url(“images/tabs_bg.gif”) repeat scroll 0 0 transparent;

padding:2px 0px 0px 0px;

Was this a bug or was it supposed to look like that? This was one of the reasons I reverted.

It’s not a bug. It has been added to the template and css file:



styles.css (line 25)

[quote]hr.dashed {

border-color:-moz-use-text-color -moz-use-text-color #909090;

border-style:none none dashed;

border-width:0 0 1px;

}







[/quote]styles.base.css (line 626)

[quote].dashed, a.dashed {

border-bottom:1px dashed #000000;

text-decoration:none;

}

[/quote]