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 /static/css/admin_tables.css | |
| parent | e38f326875752a27a2819b6b7914ffe65e848aba (diff) | |
Refactor: remove legacy inline CSS comments
Diffstat (limited to 'static/css/admin_tables.css')
| -rw-r--r-- | static/css/admin_tables.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/css/admin_tables.css b/static/css/admin_tables.css index 976ac65..4cceef7 100644 --- a/static/css/admin_tables.css +++ b/static/css/admin_tables.css @@ -1,4 +1,4 @@ -body { font-family: Monaco, \"Courier New\", Courier, monospace; } +body { font-family: Monaco, "Courier New", Courier, monospace; } input[type=button] { font-size: 100%; } .reason { width: 25%; } .cancel-reason { width: 15%; } |
