Changeset 679907
- Timestamp:
- 03/11/2013 05:57:10 PM (13 years ago)
- Location:
- wp-soononline-page
- Files:
-
- 2 edited
- 5 copied
-
tags/1.02 (copied) (copied from wp-soononline-page/trunk)
-
tags/1.02/readme.txt (copied) (copied from wp-soononline-page/trunk/readme.txt) (2 diffs)
-
tags/1.02/soononlinepage-home.php (copied) (copied from wp-soononline-page/trunk/soononlinepage-home.php) (1 diff)
-
tags/1.02/soononlinepage-options.php (copied) (copied from wp-soononline-page/trunk/soononlinepage-options.php)
-
tags/1.02/soononlinepage.php (copied) (copied from wp-soononline-page/trunk/soononlinepage.php)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/soononlinepage-home.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-soononline-page/tags/1.02/readme.txt
r673729 r679907 4 4 Requires at least: 3.3 5 5 Tested up to: 3.5.1 6 Stable tag: 1.0 16 Stable tag: 1.02 7 7 8 8 Creates a Soon Online Page (cooning soon) that is visible by all not logged in wordpress users. … … 36 36 **1.01** 37 37 Added : Upload background image, Option to stretch background image, Option to repeat background image 38 39 **1.02** 40 Fix strech image problem -
wp-soononline-page/tags/1.02/soononlinepage-home.php
r673474 r679907 79 79 background-position: center center; 80 80 <?php if (get_option('soonOnlineRepeatBGimage')==1) { echo " background-repeat: repeat;"; } else { echo " background-repeat: no-repeat;"; } ?> 81 <?php if (get_option('soonOnlineStretchBGimage')==1) { echo " background-size: 100%;"; }?> 81 <?php if (get_option('soonOnlineStretchBGimage')==1) { echo " -webkit-background-size: cover; 82 -moz-background-size: cover; 83 -o-background-size: cover; 84 background-size: cover;"; }?> 82 85 color: #FFF; 83 86 font-family: Arial, Helvetica, sans-serif; -
wp-soononline-page/trunk/readme.txt
r673729 r679907 4 4 Requires at least: 3.3 5 5 Tested up to: 3.5.1 6 Stable tag: 1.0 16 Stable tag: 1.02 7 7 8 8 Creates a Soon Online Page (cooning soon) that is visible by all not logged in wordpress users. … … 36 36 **1.01** 37 37 Added : Upload background image, Option to stretch background image, Option to repeat background image 38 39 **1.02** 40 Fix strech image problem -
wp-soononline-page/trunk/soononlinepage-home.php
r673474 r679907 79 79 background-position: center center; 80 80 <?php if (get_option('soonOnlineRepeatBGimage')==1) { echo " background-repeat: repeat;"; } else { echo " background-repeat: no-repeat;"; } ?> 81 <?php if (get_option('soonOnlineStretchBGimage')==1) { echo " background-size: 100%;"; }?> 81 <?php if (get_option('soonOnlineStretchBGimage')==1) { echo " -webkit-background-size: cover; 82 -moz-background-size: cover; 83 -o-background-size: cover; 84 background-size: cover;"; }?> 82 85 color: #FFF; 83 86 font-family: Arial, Helvetica, sans-serif;
Note: See TracChangeset
for help on using the changeset viewer.