Tycker Administration Interface
+ + + +The content may be written in wikicreole syntax. Here are some examples:
+ +diff --git a/example-output-style/admin.css b/example-output-style/admin.css
new file mode 100644
index 0000000..c2a4464
--- /dev/null
+++ b/example-output-style/admin.css
@@ -0,0 +1,18 @@
+div#help {
+ font-family: monospace;
+ border: 1px solid #8cacbb;
+ color: black;
+ background-color: white;
+ padding: 3px;
+ margin: 2em 0 2em 0;
+ font-size: small;
+ background-color: #EEEEFF;
+}
+
+div#help dt {
+ padding-top: 1em;
+}
+
+div#timestamp {
+ padding-bottom: 1em;
+}
diff --git a/templates/admin_show_entries.html b/templates/admin_show_entries.html
index 253699f..e2a0f1e 100644
--- a/templates/admin_show_entries.html
+++ b/templates/admin_show_entries.html
@@ -4,34 +4,50 @@
The content may be written in wikicreole syntax. Here are some examples:
+ +