]> git.decadent.org.uk Git - videolink.git/blobdiff - videolink.css
Release versions 1.2.11 and 1.2.11-1
[videolink.git] / videolink.css
index b44149939e3c07d02643828b88c5fef76c428ead..e3ae32229bdb64ae4912c30ab8af6799a49cce17 100644 (file)
@@ -1,8 +1,6 @@
 body {
   /* Sans-serif fonts will be much more readable than serif on a TV. */
   font-family: sans-serif;
-  /* Let the background overscan, but not the content. */
-  padding: 60px;
   /* No scroll bars. */
   overflow: hidden;
 }
@@ -14,11 +12,11 @@ a:link, a:visited {
   white-space: nowrap;
 }
 /* The hover state must be made obvious since DVD players have no pointer. */
-a:hover {
+a:link:hover, a:visited:hover {
   color: red;
 }
 /* The active state should provide visual feedback, but is not so critical. */
-a:active {
+a:link:active, a:visited:active {
   color: purple;
 }
 /* Don't show focus rectangles. */