tell people that the file name is optional
[phorkie.git] / www / phorkie.css
index 67c92978f1f80210216ac9e26272d8f9f37e1034..f9f3ad0e0b735b92ee9e7cca5b3f4772eca29b7d 100644 (file)
@@ -49,6 +49,7 @@ ul.pager {
 form textarea.content {
     width: 100%;
     box-sizing: border-box;
+    font-family: monospace;
 }
 form .allwidth {
     box-sizing: border-box;
@@ -61,4 +62,8 @@ form input#description {
     box-sizing: border-box;
     height: 2em;
     width: 100%;
+}
+
+form label.inline {
+    display: inline;
 }
\ No newline at end of file