Clean Up the Contributing Documentation and Process: Part VII.LXVI.III

* Fix the errors that popped up out of the blue from Stylelint.
This commit is contained in:
Nicholas Hubbard 2016-09-08 15:57:25 -04:00 committed by GitHub
parent 0ca903a146
commit 5ab4b57411

View File

@ -1,9 +1,3 @@
#analog {
}
#digital {
}
.clockCircle { .clockCircle {
margin: 0 auto; margin: 0 auto;
position: relative; position: relative;
@ -16,7 +10,7 @@
height: 100%; height: 100%;
} }
.clockFace:after { .clockFace::after {
position: absolute; position: absolute;
top: 50%; top: 50%;
left: 50%; left: 50%;
@ -31,6 +25,7 @@
.clockHour { .clockHour {
width: 0; width: 0;
height: 0; height: 0;
position: absolute; position: absolute;
top: 50%; top: 50%;
@ -67,7 +62,7 @@
left: 50%; left: 50%;
margin: -38% -1px 0 0; /* numbers must match negative length & thickness */ margin: -38% -1px 0 0; /* numbers must match negative length & thickness */
padding: 38% 1px 0 0; /* indicator length & thickness */ padding: 38% 1px 0 0; /* indicator length & thickness */
background: #888888; background: #888;
-webkit-transform-origin: 50% 100%; -webkit-transform-origin: 50% 100%;
-ms-transform-origin: 50% 100%; -ms-transform-origin: 50% 100%;
transform-origin: 50% 100%; transform-origin: 50% 100%;