Added hook_responsive_menus_style_info() to declare new styles.
Params when declaring:
name : Name displayed when choosing style.
form : Drupal FAPI callback for admin form.
js_folder : Folder to include any .js files from.
css_folder : Folder to include any .css files from.
js_files : Array of individual JS files to include.
css_files : Array of individual CSS files to include.
js_settings : Function to generate settings to pass to JS.
Included style: 'responsive_menus_simple_style' now has option to configure text on toggler.
Add option for simple style to use absolute positioning.
Add responsive_menus.api.php to show easy plugin integration.
Added MeanMenu style!
Moved Simple style into new styles directory along with Mean Menu.
Issue #1967000 by Triskelion, nrambeck: Fixed Detect and allow system paths and remove field formatting.
Issue #1971944 by nrambeck: Fixed Fatal error if node field does not exist.
Fixed Webform block on othe node functionality.