summaryrefslogtreecommitdiff
path: root/static/media/css/comments.css
diff options
context:
space:
mode:
authorOwen Jacobson <owen.jacobson@grimoire.ca>2013-01-03 14:30:02 -0500
committerOwen Jacobson <owen.jacobson@grimoire.ca>2013-01-03 14:30:02 -0500
commit6c2f461aa8f20587afbc2ebc533b6d0b8c2bfee2 (patch)
tree82f9916abca51ea43eeed8dabd777b63ce5a0921 /static/media/css/comments.css
parent2568eb78eac1b2fa16cb769637b76fefbf828a53 (diff)
Style fixups.
Diffstat (limited to 'static/media/css/comments.css')
-rw-r--r--static/media/css/comments.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/static/media/css/comments.css b/static/media/css/comments.css
new file mode 100644
index 0000000..39aa538
--- /dev/null
+++ b/static/media/css/comments.css
@@ -0,0 +1,7 @@
+body #comments {
+ background-color: white;
+ clear: both;
+ float: left;
+ overflow: hidden;
+ padding: 15px 20px;
+ width: 610px; }