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, 0 insertions, 16 deletions
diff --git a/static/comments.css b/static/comments.css
deleted file mode 100644
index b136c15..0000000
--- a/static/comments.css
+++ /dev/null
@@ -1,16 +0,0 @@
-#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;
-}