Great theme!

Report shows Page not found: sites/all/themes/corporateclean/images/list-arrow.png

How to solve this?

CommentFileSizeAuthor
#4 list-arrow.png166 bytesmemoo
notice.png19.47 KBmemoo

Comments

GANYANCI’s picture

Take it this:
http://ai.stanford.edu/~epacuit/lograt/images/list-arrow.png
and put this file to in this directory.
sites/all/themes/corporateclean/images/

Aonoa’s picture

Is that the proper list-arrow.png file the theme is supposed to have? Thank you for providing a file, at least. :-)

Best regards,
Ao

memoo’s picture

Thanks GANYANCI,

I pasted it into the directory, but ís it the proper list-arrow.png the theme is supposed to have?

Regards,
memoo

memoo’s picture

StatusFileSize
new166 bytes

Think it is not the proper .png. Anyway ...

gtsopour’s picture

Assigned: Unassigned » gtsopour
Status: Active » Closed (fixed)
Issue tags: +corporate, +Corporate Theme, +Corporate Clean Theme

Hello memoo

Just remove from style.css file and from the class .item-list ul li the list-style-image. There is no need for this rule.

From

.item-list ul li { margin:0 0 0 5px; padding:0 0 5px 5px; list-style-image:url("images/list-arrow.png"); }

To

.item-list ul li { margin:0 0 0 5px; padding:0 0 5px 5px; }

This change is committed and will be included in next CorporateClean release 7.x-1.1

Thanks
/George

Aonoa’s picture