The patch for service_links that's included in share module has a call to drupal_add_css:
drupal_add_css(drupal_get_path('module', 'service_links') .'/service_links.css');

There is no service_links.css file.

Comments

greenskin’s picture

Status: Active » Closed (works as designed)

The folder with the patch includes the CSS file. The CSS file needs to be moved into the Service Links folder as the instructions note.