about summary refs log tree commit diff
path: root/blog.node5.net/static/comment_section.css
diff options
context:
space:
mode:
Diffstat (limited to 'blog.node5.net/static/comment_section.css')
-rw-r--r--blog.node5.net/static/comment_section.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/blog.node5.net/static/comment_section.css b/blog.node5.net/static/comment_section.css
index 5e74ab8..7aa1727 100644
--- a/blog.node5.net/static/comment_section.css
+++ b/blog.node5.net/static/comment_section.css
@@ -1,9 +1,11 @@
 input, textarea, select {
     background: transparent;
-    border: 0.2em solid #eee;
+    border: 1px solid #3e3e3e;
     border-radius: 0.3em;
     color:white;
     padding: 0.5em;
+    margin: 0.3em;
+    width: 29%;
 }
 
 textarea:focus, input:focus, select:focus {