Changeset 7173 for sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-coming-soon-page/css/template-coming-soon-dynamic.php
- Timestamp:
- 04/26/2018 10:18:32 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-coming-soon-page/css/template-coming-soon-dynamic.php
r3784 r7173 16 16 background: url('<?php echo esc_url( $background_url ); ?>') no-repeat center; 17 17 background-size: cover; 18 <?php else : ?>18 <?php else : ?> 19 19 background: <?php echo esc_attr( $colors['main'] ); ?>; 20 20 background: linear-gradient(
Note: See TracChangeset
for help on using the changeset viewer.