Menu Marker
================================================================================

DESCRIPTION:
--------------------------------------------------------------------------------
This module allows to mark the menu link as New/Updated or any custom text.

USAGE:
--------------------------------------------------------------------------------
After installing the module you can configure its global settings by navigating
to: admin/config/user-interface/menu_marker

The style settings of the marker can be changed by adding the following
CSS code to your theme's stylesheet:

.marker{
	color: #ff0000;
}
