Eggtimer/basic.css
changeset 1 8452783e7980
parent 0 0b6daedcf7e1
child 2 2da62bb63910
--- a/Eggtimer/basic.css	Thu Oct 28 11:00:31 2010 -0700
+++ b/Eggtimer/basic.css	Mon Nov 01 14:47:36 2010 -0700
@@ -2,7 +2,6 @@
  * Add your Stylesheet contents here
  */
 #remaining-time {
-	background-color: olive;
 	width: 170px;
 	height: 40px;
 	position: absolute;
@@ -17,6 +16,7 @@
 	right: -138px;
 	top: -32px;
 	background-image: url('images/button.png');
+	background-position: 0px 32px
 }
 
 .digits {
@@ -31,7 +31,7 @@
 }
 
 #sand {
-	background-color: yellow;
+	background-color: rgb(255, 208, 52);
 	position: absolute;
 	top: 0;
 	bottom: 50%;
@@ -40,7 +40,7 @@
 }
 
 #sand-bottom {
-	background-color: yellow;
+	background-color: rgb(255, 208, 52);
 	position: absolute;
 	top: 100%;
 	bottom: 0;