Let OUYAs fetch firmware info only once a day, remove the redirect for gamers/me
[stouyapi.git] / www / ouya-game.css
index ce23fdd2695aeeb12f067a7342115331b5b55208..22560e0822e1aff97c4a4fb34ad39d32eff02cd2 100644 (file)
@@ -1,7 +1,12 @@
+html {
+    height: 100%;
+}
 body {
+    min-height: 100%;
     background-color: #333;
     background-image: url("bg_details.jpg");
     background-size: cover;
+    background-attachment: fixed;
     color: #CCC;
     font-family: sans;
     margin: 0;
@@ -170,8 +175,8 @@ nav a {
 
 .popup {
     position: fixed;
-    top: 2rem;
-    right: 2rem;
+    top: 1.5rem;
+    right: 1.5rem;
     width: 20rem;
     padding: 1rem;
     background-color: black;