Merge branch 'develop' into calendar-timeformat-pr

This commit is contained in:
Michael Teeuw
2017-06-29 09:26:18 +02:00
committed by GitHub
5 changed files with 36 additions and 2 deletions

View File

@@ -180,7 +180,6 @@ Module.register("clock",{
wrapper.appendChild(weekWrapper);
} else if (this.config.displayType === "analog") {
// Display only an analog clock
dateWrapper.style.textAlign = "center";
if (this.config.showWeek) {
weekWrapper.style.paddingBottom = "15px";

View File

@@ -1,5 +1,5 @@
.clockCircle {
margin: 0 auto;
margin: 0;
position: relative;
border-radius: 50%;
background-size: 100%;