Changeset 394
- Timestamp:
- 02/11/2014 08:28:04 PM (11 years ago)
- 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 82 82 ?> 83 83 84 <!-- BEGIN wordcamp-coming-soon-page --> 84 85 <style type="text/css"> 85 86 html, body { … … 87 88 color: <?php echo esc_html( $settings['text_color'] ); ?>; 88 89 } 89 90 #wccsp-container { 90 91 #wccsp-container, 92 .widget { 91 93 background-color: <?php echo esc_html( $settings['container_background_color'] ); ?>; 92 94 } 93 95 </style> 96 <!-- END wordcamp-coming-soon-page --> 94 97 95 98 <?php -
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-coming-soon-page/css/template-coming-soon.css
r383 r394 37 37 margin-right: 0; 38 38 } 39 40 .wccsp-box .widget { 41 margin: 0; 42 padding: 0; 43 } 39 44 40 45 .wccsp-box h2 { … … 67 72 height: 8em; 68 73 } 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.