diff options
author | Luke Bacon <luke@equivalentideas.com> | 2015-04-13 16:56:06 +1000 |
---|---|---|
committer | Luke Bacon <luke@equivalentideas.com> | 2015-04-13 17:16:01 +1000 |
commit | 807bcc5f2e415243832e0f8b03f1ac1d36b9c522 (patch) | |
tree | 494d85337ccecdd6182d9732da08d3e5a436661a | |
parent | a8c6254b0a7565f4536a2fa3c1cc588b066d9e77 (diff) |
remove indentation of comment text
-rw-r--r-- | app/assets/stylesheets/responsive/_request_style.scss | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/app/assets/stylesheets/responsive/_request_style.scss b/app/assets/stylesheets/responsive/_request_style.scss index ebd0c0056..839c11352 100644 --- a/app/assets/stylesheets/responsive/_request_style.scss +++ b/app/assets/stylesheets/responsive/_request_style.scss @@ -42,10 +42,6 @@ div.comment_in_request { line-height: 1em; } -.comment_in_request_text { - margin:0 1.2em 0 0.9em; -} - .user_photo_on_request img { width:48px; height:48px; |