From 5ab4b5741150675f124a1114c50a187432b6cf24 Mon Sep 17 00:00:00 2001 From: Nicholas Hubbard Date: Thu, 8 Sep 2016 15:57:25 -0400 Subject: [PATCH] Clean Up the Contributing Documentation and Process: Part VII.LXVI.III * Fix the errors that popped up out of the blue from Stylelint. --- modules/default/clock/clock_styles.css | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/modules/default/clock/clock_styles.css b/modules/default/clock/clock_styles.css index b6eba047..7dc2d2a8 100644 --- a/modules/default/clock/clock_styles.css +++ b/modules/default/clock/clock_styles.css @@ -1,9 +1,3 @@ -#analog { -} - -#digital { -} - .clockCircle { margin: 0 auto; position: relative; @@ -16,7 +10,7 @@ height: 100%; } -.clockFace:after { +.clockFace::after { position: absolute; top: 50%; left: 50%; @@ -31,6 +25,7 @@ .clockHour { width: 0; + height: 0; position: absolute; top: 50%; @@ -67,7 +62,7 @@ left: 50%; margin: -38% -1px 0 0; /* numbers must match negative length & thickness */ padding: 38% 1px 0 0; /* indicator length & thickness */ - background: #888888; + background: #888; -webkit-transform-origin: 50% 100%; -ms-transform-origin: 50% 100%; transform-origin: 50% 100%;