=== bbPress Custom CSS File === Contributors: jaredatch Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=AD8KTWTTDX9JL Tags: bbpress Requires at least: 3.3 Tested up to: 3.5 Stable tag: trunk When activated bbPress will use bbpress.css in your theme directory instead of the one included in bbPress core. == Description == #### This plugin has been deprecated **As of bbPress 2.2 this plugin is NOT needed.** bbPress will __auto-detect__ the CSS file if it exists in the right location. #### Directions to use custom CSS file without a plugin Copy: `wp-content/plugins/bbpress/templates/default/css/bbpress.css` to: `wp-content/themes/[YOUR-THEME]/css/bbpress.css` And that's all it takes. == Installation == * This plugin has been deprecated and shouldn't be used. * Instead, copy `wp-content/plugins/bbpress/templates/default/css/bbpress.css` to `wp-content/themes/[YOUR-THEME]/css/bbpress.css`. * bbPress will use this new CSS file instead of it's own, so it can be easily customized. * Enjoy bbPress! == Frequently Asked Questions == = Will this plugin make me a cup of tea? = Sorry, it does not. == Changelog == = 1.0 = * Initial launch