Making WordPress.org

Changeset 394


Ignore:
Timestamp:
02/11/2014 08:28:04 PM (11 years ago)
Author:
iandunn
Message:

Coming Soon Page: Remove Jetpack-specific CSS rules.

r393 removed all plugin/theme styles to ensure a consistent base, so these overrides are no longer needed.

Location:
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-coming-soon-page
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-coming-soon-page/classes/wordcamp-coming-soon-page.php

    r393 r394  
    8282        ?>
    8383       
     84        <!-- BEGIN wordcamp-coming-soon-page -->
    8485        <style type="text/css">
    8586            html, body {
     
    8788                color: <?php echo esc_html( $settings['text_color'] ); ?>;
    8889            }
    89 
    90             #wccsp-container {
     90           
     91            #wccsp-container,
     92            .widget  {
    9193                background-color: <?php echo esc_html( $settings['container_background_color'] ); ?>;
    9294            }
    9395        </style>
     96        <!-- END wordcamp-coming-soon-page -->
    9497
    9598        <?php
  • sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-coming-soon-page/css/template-coming-soon.css

    r383 r394  
    3737            margin-right: 0;
    3838        }
     39       
     40        .wccsp-box .widget {
     41            margin: 0;
     42            padding: 0;
     43        }
    3944   
    4045        .wccsp-box h2 {
     
    6772            height: 8em;
    6873        }
    69    
    70         .jetpack_subscription_widget {
    71             background-color: inherit;  /* todo some of this unnecessary if leave jetpack dequeued */
    72             margin-bottom: 0;
    73             padding: 0;
    74         }
    75        
    76         .grunion-field-label span {
    77             padding-left: 5px;          /* todo some of this unnecessary if leave jetpack dequeued */
    78         }
    79        
    80         p.contact-submit {
    81             margin-top: 1em;            /* todo some of this unnecessary if leave jetpack dequeued */
    82         }
Note: See TracChangeset for help on using the changeset viewer.