diff options
Diffstat (limited to 'template/fullscreen.st')
| -rw-r--r-- | template/fullscreen.st | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/template/fullscreen.st b/template/fullscreen.st index 0ae2952..0c64b4f 100644 --- a/template/fullscreen.st +++ b/template/fullscreen.st @@ -76,6 +76,9 @@ margin-right:0; height:35px; } +img { image-rendering: -moz-crisp-edges; } + + </style> </head> <body> @@ -102,4 +105,4 @@ Timestamp = $timestamp$; initFullscreen() </script> </body> -</html>
\ No newline at end of file +</html> |
