Changeset 2095260
- Timestamp:
- 05/26/2019 11:52:28 AM (7 years ago)
- Location:
- chartsbeds/trunk
- Files:
-
- 2 edited
-
chartsbeds-plugin-circle.php (modified) (1 diff)
-
styles/style.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
chartsbeds/trunk/chartsbeds-plugin-circle.php
r2095244 r2095260 69 69 duration: 900, 70 70 text: function(currentValue) { 71 return currentValue + '%' + '<span class=\"circleTitle\">' + questions[index] +71 return currentValue.toFixed + '%' + '<span class=\"circleTitle\">' + questions[index] + 72 72 '</span>'; 73 73 } -
chartsbeds/trunk/styles/style.css
r2095244 r2095260 217 217 text-align: center; 218 218 float: left; 219 margin-left: 1em;220 /*margin-top: 40px;*/219 margin-left: 40px; 220 margin-top: 40px; 221 221 margin-bottom: 20px; 222 222 }
Note: See TracChangeset
for help on using the changeset viewer.