From b2d1b69fd6d9b1f0473ea70bc473df6f370891da Mon Sep 17 00:00:00 2001 From: yo momma Date: Thu, 29 Jan 2026 23:36:35 +0000 Subject: Refactor: extract inline CSS into static/css --- static/css/debug.css | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 static/css/debug.css (limited to 'static/css/debug.css') diff --git a/static/css/debug.css b/static/css/debug.css new file mode 100644 index 0000000..9e2700c --- /dev/null +++ b/static/css/debug.css @@ -0,0 +1,8 @@ +#main { padding: 100px 2em 0px 2em; } +#flash { + border: 2px solid red; + margin: 0 auto; + padding: 1em; + width: 75%; +} +label { float: left; width: 100px; } -- cgit v1.2.3-70-g09d2