Closed Dudy closed 10 years ago
At the bottom of a digit one can see the faint rectangular border of .flip-clock-wrapper ul li a div.down. I got rid of it using border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; on it.
.flip-clock-wrapper ul li a div.down
border-bottom-left-radius: 6px; border-bottom-right-radius: 6px;
I merged this into the core.
At the bottom of a digit one can see the faint rectangular border of
.flip-clock-wrapper ul li a div.down
. I got rid of it usingborder-bottom-left-radius: 6px; border-bottom-right-radius: 6px;
on it.