Skip to:
Content

bbPress.org


Ignore:
Timestamp:
05/24/2011 05:23:32 AM (15 years ago)
Author:
johnjamesjacoby
Message:

Add bbp-form class to bbp-twentyten fieldsets, and simplify CSS for fieldsets and their elements. For theme compat.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/plugin/bbp-themes/bbp-twentyten/bbpress/form-user-lost-pass.php

    r3126 r3207  
    1111
    1212        <form method="post" action="<?php bbp_wp_login_action( array( 'action' => 'lostpassword', 'context' => 'login_post' ) ); ?>" class="bbp-user-register">
    13                 <fieldset>
     13                <fieldset class="bbp-form">
    1414                        <legend><?php _e( 'Lost Password', 'bbpress' ); ?></legend>
    1515
Note: See TracChangeset for help on using the changeset viewer.