Changeset 2069056
- Timestamp:
- 04/15/2019 09:24:38 PM (7 years ago)
- Location:
- child-height-predictor
- Files:
-
- 3 edited
- 4 copied
-
tags/1.2.1 (copied) (copied from child-height-predictor/trunk)
-
tags/1.2.1/childheight-style.css (copied) (copied from child-height-predictor/trunk/childheight-style.css) (2 diffs)
-
tags/1.2.1/childheight.php (copied) (copied from child-height-predictor/trunk/childheight.php) (1 diff)
-
tags/1.2.1/readme.txt (copied) (copied from child-height-predictor/trunk/readme.txt) (2 diffs)
-
trunk/childheight-style.css (modified) (2 diffs)
-
trunk/childheight.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
child-height-predictor/tags/1.2.1/childheight-style.css
r2069055 r2069056 30 30 } 31 31 32 #fathersheight { font-weight: bold; font-size: 12px; background: url('images/schritt-zwei.png') no-repeat 0 -3px; padding: 3px 15px 15px 60px; height: 60px; color: #666; width: 100%; }32 #fathersheight { font-weight: bold; font-size: 12px; background: url('images/schritt-zwei.png') no-repeat 0 -3px; padding: 3px 15px 0px 60px; height: 100%; color: #666; width: 100%; } 33 33 34 34 #fathersheight label { … … 44 44 #shortcode_father-height { width: 50px; border: 1px solid #999999; } 45 45 46 #mothersheight { font-weight: bold; font-size: 12px; background: url('images/schritt-drei.png') no-repeat 0 -3px; padding: 3px 15px 15px 60px; height: 60px; color: #666; width: 100%;}46 #mothersheight { font-weight: bold; font-size: 12px; background: url('images/schritt-drei.png') no-repeat 0 -3px; padding: 3px 15px 0px 60px; height: 100%; color: #666; width: 100%;} 47 47 48 48 #mothersheight label { -
child-height-predictor/tags/1.2.1/childheight.php
r2069055 r2069056 5 5 Description: This plugin predicts the possible height of a baby. 6 6 Author: Andreas Ostheimer 7 Version: 1.2 7 Version: 1.2.1 8 8 Author URI: http://www.ostheimer.at 9 9 */ -
child-height-predictor/tags/1.2.1/readme.txt
r2069055 r2069056 5 5 Requires at least: 3.3.2 6 6 Tested up to: 5.1 7 Stable tag: 1.2 7 Stable tag: 1.2.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 50 50 == Changelog == 51 51 52 = 1.2.1 = 53 * CSS Fix 54 52 55 = 1.2 = 53 56 * CSS Fix -
child-height-predictor/trunk/childheight-style.css
r2069055 r2069056 30 30 } 31 31 32 #fathersheight { font-weight: bold; font-size: 12px; background: url('images/schritt-zwei.png') no-repeat 0 -3px; padding: 3px 15px 15px 60px; height: 60px; color: #666; width: 100%; }32 #fathersheight { font-weight: bold; font-size: 12px; background: url('images/schritt-zwei.png') no-repeat 0 -3px; padding: 3px 15px 0px 60px; height: 100%; color: #666; width: 100%; } 33 33 34 34 #fathersheight label { … … 44 44 #shortcode_father-height { width: 50px; border: 1px solid #999999; } 45 45 46 #mothersheight { font-weight: bold; font-size: 12px; background: url('images/schritt-drei.png') no-repeat 0 -3px; padding: 3px 15px 15px 60px; height: 60px; color: #666; width: 100%;}46 #mothersheight { font-weight: bold; font-size: 12px; background: url('images/schritt-drei.png') no-repeat 0 -3px; padding: 3px 15px 0px 60px; height: 100%; color: #666; width: 100%;} 47 47 48 48 #mothersheight label { -
child-height-predictor/trunk/childheight.php
r2069055 r2069056 5 5 Description: This plugin predicts the possible height of a baby. 6 6 Author: Andreas Ostheimer 7 Version: 1.2 7 Version: 1.2.1 8 8 Author URI: http://www.ostheimer.at 9 9 */ -
child-height-predictor/trunk/readme.txt
r2069055 r2069056 5 5 Requires at least: 3.3.2 6 6 Tested up to: 5.1 7 Stable tag: 1.2 7 Stable tag: 1.2.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 50 50 == Changelog == 51 51 52 = 1.2.1 = 53 * CSS Fix 54 52 55 = 1.2 = 53 56 * CSS Fix
Note: See TracChangeset
for help on using the changeset viewer.