Making WordPress.org

Changeset 1698


Ignore:
Timestamp:
07/02/2015 11:26:14 PM (10 years ago)
Author:
iandunn
Message:

WordCamp Organizer Nags: Replace custom CSS rules with core class.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-organizer-nags/wordcamp-organizer-nags.php

    r1697 r1698  
    1515     */
    1616    public function __construct() {
    17         add_action( 'admin_print_styles-index.php', array( $this, 'print_styles' ) );
    1817        add_action( 'wp_dashboard_setup',           array( $this, 'create_dashboard_widgets' ) );
    19     }
    20 
    21     /**
    22      * Print wp-admin styles
    23      */
    24     public function print_styles() {
    25         ?>
    26 
    27         <style type="text/css">
    28             #wordcamp_reminders ul {
    29                 margin-left: 12px;
    30                 list-style-type: disc;
    31             }
    32         </style>
    33 
    34         <?php
    3518    }
    3619
     
    186169        ?>
    187170
    188         <ul>
     171        <ul class="ul-disc">
    189172            <?php if ( $this->need_central_about_info ) : ?>
    190173                <li>Please send us <a href="http://plan.wordcamp.org/first-steps/web-presence/your-page-on-central-wordcamp-org/">the "about" text and banner image</a> for your central.wordcamp.org page.</a></li>
Note: See TracChangeset for help on using the changeset viewer.