]> code.delx.au - countdown-timer/blobdiff - timer.css
README
[countdown-timer] / timer.css
index 84a19ac8baa175b875bb509bdc8bffb352db01f6..6bfdcf593e220227d8358db767829c5b1ce58a0f 100644 (file)
--- a/timer.css
+++ b/timer.css
@@ -27,11 +27,12 @@ html, body {
 }
 
 #display, #alarm-text {
-       font-family: Verdana, Arial, Lucida, Helvetica, sans-serif;
+       font-family: Arial, sans-serif;
        text-shadow: 0.03em 0.03em #cccccc;
        border: 0.02em #cccccc solid;
        border-radius: 0.5em;
        margin: 0.2em;
+       padding: 0.1em;
 }
 
 @media only screen and (min-width: 200px) {