aboutsummaryrefslogtreecommitdiffstats
path: root/static/comments.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/comments.css')
-rw-r--r--static/comments.css16
1 files changed, 16 insertions, 0 deletions
diff --git a/static/comments.css b/static/comments.css
new file mode 100644
index 0000000..b136c15
--- /dev/null
+++ b/static/comments.css
@@ -0,0 +1,16 @@
+#comments, form {
+ background-color: #808080;
+ padding: 5px;
+ border: 1px #505050 solid;
+ margin-bottom: 15px;
+ color: #000000;
+}
+
+#comments dd {
+ margin-left: 40px;
+ margin-bottom: 15px;
+}
+
+form label {
+ display: block;
+}