diff options
| author | yo momma <shutup@oops.wtf> | 2026-01-30 08:13:51 +0000 |
|---|---|---|
| committer | yo momma <shutup@oops.wtf> | 2026-01-30 08:13:51 +0000 |
| commit | 2e71933790cb3223f7690335eeb66c0c187dbec0 (patch) | |
| tree | e6193a64858af2e5cc519f98955eb269cec86ccc /template/debug.st | |
| parent | e38f326875752a27a2819b6b7914ffe65e848aba (diff) | |
Refactor: remove legacy inline CSS comments
Diffstat (limited to 'template/debug.st')
| -rwxr-xr-x | template/debug.st | 19 |
1 files changed, 1 insertions, 18 deletions
diff --git a/template/debug.st b/template/debug.st index 97d4562..eb656e9 100755 --- a/template/debug.st +++ b/template/debug.st @@ -2,24 +2,7 @@ <title>dump.fm DEBUG</title> $head()$ <link rel="stylesheet" type="text/css" href="/static/css/debug.css?v=20260129"> - <!-- - <style> - #main { - padding: 100px 2em 0px 2em; - } - #flash { - border: 2px solid red; - margin: 0 auto; - padding: 1em; - width: 75% - } - label { - float: left; - width: 100px; - } - </style> - --> - <body> + <body> $banner()$ <div id="main"> |
