diff options
| author | Scott Ostler <scottbot9000@gmail.com> | 2010-08-30 17:58:10 -0400 |
|---|---|---|
| committer | Scott Ostler <scottbot9000@gmail.com> | 2010-08-30 17:58:10 -0400 |
| commit | b8d5625e0fae0a61a3b14941c6fcb7cb2d7ca724 (patch) | |
| tree | 2054cbf4eef54d71f4a48f6c2a7f007d9d7de297 /template/fullscreen.st | |
| parent | b492c944c67f7c1245926fe7f1096c0589f642ce (diff) | |
| parent | af47c4c5f5b99a4ab3f5a18a734f11f82530d778 (diff) | |
Merge branch 'master' of ssh://dump.fm/pichat/repo
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> |
