diff options
Diffstat (limited to 'static/media/css/comments.css')
| -rw-r--r-- | static/media/css/comments.css | 7 |
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; } |
