Typo in CSS Class?

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
Hace 12 años
Technically not a bug since they are spelled the same in all locations, but I thought you might want to correct it.

CSS classes:

.downloable-products {
.downloable-products .info {

Shouldn't they be?:

.downloadable-products {
.downloadable-products .info {

Found in files:
style.css (both normal and mobile css files)

DownloadableProducts.cshtml
DownloadableProducts.Mobile.cshtml
Hace 12 años
Sure. Thanks
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.