Refactored nested comments. Now using partial to load them

This commit is contained in:
Shayon Mukherjee 2015-02-27 11:11:14 -06:00
parent cc66027220
commit 54bcc89204
4 changed files with 28 additions and 26 deletions

View file

@ -56,3 +56,15 @@ fieldset {
}
.bootstrap-switch { height: 1.7em }
.comment-reply{
padding-top: 40px;
}
p.comment-body {
padding-top: 20px;
}
.well.comment-section {
padding-bottom: 40px;
}