From 551619e7724b1d7dce0a17b9035d7d7ea29cfcaf Mon Sep 17 00:00:00 2001 From: Unknown Date: Sat, 8 Jul 2017 21:31:05 +0200 Subject: [PATCH] Fix issue #933 This is a fix for issue 933 which restores the original alligment of the analog clock; the analog clock still does not properly align to the left of the left sidebar when content of other left sidebar modules is too wide. --- CHANGELOG.md | 2 ++ modules/default/clock/clock_styles.css | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d25af7db..6b95e14d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Updated ### Fixed +- Fixed issue with incorrect allignment of analog clock when displayed in the center column of the MM + ## [2.1.2] - 2017-07-01 ### Changed diff --git a/modules/default/clock/clock_styles.css b/modules/default/clock/clock_styles.css index dd9eb0f8..1df9bf83 100644 --- a/modules/default/clock/clock_styles.css +++ b/modules/default/clock/clock_styles.css @@ -1,5 +1,5 @@ .clockCircle { - margin: 0; + margin: 0 auto; position: relative; border-radius: 50%; background-size: 100%;