Fixing attempt for timer position
[westcastle.git] / css / index.css
index 727e212..341c7b8 100644 (file)
@@ -270,20 +270,16 @@ td.score {
        padding-bottom: 10px;
 }
 
-/* Timer */
+/* Timer (dimensions given in javascript) */
 
 #timer {
        position: absolute;
        z-index: 100;
        left: 0;
        top: 0;
-       min-height: 100%;
-       width: 100%;
        background-color: white;
        cursor: pointer;
-       line-height: 100%;
        text-align: center;
-       vertical-align: middle;
 }
 
 .timeout {