=== Red Button ===
Contributors: jensnilsson
Tags: admin, css, button
Requires at least: 3.5
Tested up to: 3.5.1
Stable tag: trunk
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Adds css for a red button that matches the default blue button of WordPress 3.5.

== Installation ==

1. Upload `red-button` to the `/wp-content/plugins/` directory
1. Activate the plugin through the 'Plugins' menu in WordPress

== Frequently Asked Questions ==

= What do I need to do to show a red button? =
Give you button element the following classes: button & button-red
Example: <input type="submit" class="button button-red" value="Submit" />

== Changelog ==

= 1.0 =
* Release