diff options
| author | yo momma <shutup@oops.wtf> | 2026-01-29 23:36:35 +0000 |
|---|---|---|
| committer | yo momma <shutup@oops.wtf> | 2026-01-29 23:36:35 +0000 |
| commit | b2d1b69fd6d9b1f0473ea70bc473df6f370891da (patch) | |
| tree | 9f28a4ffe0a144518a413341eb0aed2a5d7fe9d3 /template/rooms/butt.st | |
| parent | e620f19487c5dd8bf2c072c0dc18e04ed601d08e (diff) | |
Refactor: extract inline CSS into static/css
Diffstat (limited to 'template/rooms/butt.st')
| -rwxr-xr-x | template/rooms/butt.st | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/template/rooms/butt.st b/template/rooms/butt.st index dcb9baf..1094ef4 100755 --- a/template/rooms/butt.st +++ b/template/rooms/butt.st @@ -26,6 +26,7 @@ $if(!user_avatar)$ <link rel="stylesheet" type="text/css" href="/static/css/dumpnewuser.css"> $endif$ <link rel="stylesheet" type="text/css" href="/static/css/dump.css"> + <link rel="stylesheet" type="text/css" href="/static/css/rooms_butt.css?v=20260129"> <script type="text/javascript" src="/static/webcam/webcam.js"></script> <script type="text/javascript" src="/static/js/tooltip.js"></script> <script type="text/javascript" src="/static/js/away.js"></script> @@ -54,7 +55,7 @@ $endif$ } </script> -<style type="text/css"> +<!--<style type="text/css"> html { overflow: hidden; } @@ -99,7 +100,7 @@ $endif$ filter: alpha(opacity=90); opacity: 0.9; } -</style> +</style>--> <script type="text/javascript"> // ================================================== // script realized by G�rard Ferrandez - June 2006 |
