diff options
Diffstat (limited to 'template/rooms/vortex.st')
| -rwxr-xr-x | template/rooms/vortex.st | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/template/rooms/vortex.st b/template/rooms/vortex.st index 64474b8..6f3a4ca 100755 --- a/template/rooms/vortex.st +++ b/template/rooms/vortex.st @@ -2,6 +2,7 @@ <html> <head> <title>dump.fm image vortex</title> +<link rel="stylesheet" type="text/css" href="/static/css/rooms_vortex.css?v=20260129"> @@ -15,7 +16,7 @@ </script> -<style type="text/css"> +<!--<style type="text/css"> @@ -86,7 +87,7 @@ text-decoration:none; color:blue; } -</style> +</style>--> <script type="text/javascript"> id = function(o) { return document.getElementById(o); } px = function (x) { return ''.concat(Math.round(x), 'px'); } |
