summaryrefslogtreecommitdiff
path: root/static/css/debug.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/debug.css')
-rw-r--r--static/css/debug.css8
1 files changed, 8 insertions, 0 deletions
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; }