mason/pastebin/, static/odin.css: Cope if client doesn't send cookies.
[odin-cgi] / static / odin.css
index 80e23fc..6408dd6 100644 (file)
@@ -38,3 +38,9 @@ input#title { min-width: 24em; }
 
 div.pastebin { float: left; }
 div.paste-widgets { text-align: center; margin: 1ex; }
+
+div.note {
+       border: solid red;
+       padding: 1ex;
+       margin: 2ex;
+}