/css/high/baseStyles.css includes the following declarations:

	background: url(../images/img-link-external.png) no-repeat right top;
	padding-right: 1em;
}
/*links to ical data*/
/*see 'data-ical' in resources*/
a.ical {
	background: url(../images/img-link-ical.png) no-repeat right top;
	padding-right: 1em;
}

a[href^="mailto:"] {
	background: url(../images/img-link-email.png) no-repeat right top;
	padding-right: 1em;
}

a[href^="tel:"] {
	background: url(../images/img-link-tel.png) no-repeat right top;
	padding-right: 1em;
}

a[href^="sms:"] {
	background: url(../images/img-link-sms.png) no-repeat right top;
	padding-right: 1em;
}

All of these images are missing from the theme. In addition, this CSS puts them in nokia_mobile/css/images/ -- did you mean to put them in nokia_mobile/images/ instead? Seems more logical to put them there.

Comments

atrasatti’s picture

Assigned: Unassigned » atrasatti

I think some clean up has been forgotten :) Those images are not used in the theme. I'll clean up. thanks.

atrasatti’s picture

Status: Active » Needs review

I cleaned up the CSS, removed a lot of styles that are not used in the theme by default and fixed the path of a couple of images.

You can see it in CVS, if you want to try, otherwise I'll release an update in the next week or so.

atrasatti’s picture

Status: Needs review » Fixed

Fixed in 1.3

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.