Changeset 3168580
- Timestamp:
- 10/14/2024 12:49:53 PM (18 months ago)
- Location:
- panorom/trunk
- Files:
-
- 2 edited
-
panorom.php (modified) (2 diffs)
-
public/css/editor.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
panorom/trunk/panorom.php
r3168566 r3168580 6 6 * Plugin URI: https://wordpress.org/plugins/panorom/ 7 7 * Description: Panorom - 360° panorama and virtual tour builder with interactive and easy-to-use interface. 8 * Version: 7.1. 18 * Version: 7.1.2 9 9 * Author: Panorom 10 10 * Author URI: https://panorom.com/ … … 18 18 19 19 20 define('PNRM_VERSION', '7.1. 1');20 define('PNRM_VERSION', '7.1.2'); 21 21 define("PNRM_DIR_URL", plugin_dir_url(__FILE__)); 22 22 define("PNRM_DIR_PATH", plugin_dir_path(__FILE__)); -
panorom/trunk/public/css/editor.css
r3168566 r3168580 2412 2412 position: relative; 2413 2413 margin: 0 auto; 2414 background-color: # fff;2414 background-color: #eee; 2415 2415 background-image: url('../img/background.svg'); 2416 2416 background-repeat: repeat; 2417 2417 background-size: cover; 2418 background-position: center; 2418 2419 border: 1px solid #ccc; 2419 2420 border-radius: 50%; 2420 background-color: #eee;2421 2421 width: 120px; 2422 2422 height: 120px;
Note: See TracChangeset
for help on using the changeset viewer.