css/startscreen.css
changeset 18 cd85b780f4a5
parent 13 3ba18138e37e
child 23 933b388521f6
--- a/css/startscreen.css	Thu Apr 04 17:44:59 2013 +0200
+++ b/css/startscreen.css	Wed Apr 10 15:39:28 2013 +0200
@@ -20,8 +20,12 @@
 }
 
 .play-button {
-    float: left; margin: 8px; font-size: 44px;
-    line-height: 50px; color: #FFFFFF; text-decoration: none;
+    float: left; margin: 15px 8px; width: 36px; height: 36px;
+    background: url(../img/sprites.png) 0 -18px;
+}
+
+.play-button:hover {
+	opacity: .5;
 }
 
 .duration {