Eggtimer/basic.css
changeset 4 6c91568e58fd
parent 3 b43377c07b0c
--- a/Eggtimer/basic.css	Thu Nov 04 13:43:25 2010 -0700
+++ b/Eggtimer/basic.css	Thu Nov 04 17:08:17 2010 -0700
@@ -10,11 +10,11 @@
 }
  
 #remaining-time {
-	width: 170px;
-	height: 40px;
-	position: absolute;
-	left: 95px;
 	font-size: xx-large;
+	text-align: center;
+	margin-left: auto;
+	margin-right: auto;
+	font-weight: bold;
 }
 
 .digits {
@@ -22,13 +22,6 @@
 	text-align: center;
 }
 
-#time {
-	font-weight: bold;
-	text-align: center;
-	width: 138px;
-	color: white;
-}
-
 #sand {
 	background-color: rgb(255, 208, 52);
 	position: absolute;