summaryrefslogtreecommitdiff
path: root/templates/project/widgets/comments
diff options
context:
space:
mode:
Diffstat (limited to 'templates/project/widgets/comments')
-rw-r--r--templates/project/widgets/comments/comments.coffee2
-rw-r--r--templates/project/widgets/comments/comments.html4
-rw-r--r--templates/project/widgets/comments/comments.scss10
3 files changed, 8 insertions, 8 deletions
diff --git a/templates/project/widgets/comments/comments.coffee b/templates/project/widgets/comments/comments.coffee
index 1e81b56..ff659ec 100644
--- a/templates/project/widgets/comments/comments.coffee
+++ b/templates/project/widgets/comments/comments.coffee
@@ -21,4 +21,4 @@ class Dashing.Comments extends Dashing.Widget
@commentElem.fadeOut =>
@currentIndex = (@currentIndex + 1) % comments.length
@set 'current_comment', comments[@currentIndex]
- @commentElem.fadeIn() \ No newline at end of file
+ @commentElem.fadeIn()
diff --git a/templates/project/widgets/comments/comments.html b/templates/project/widgets/comments/comments.html
index 844800f..898d2f6 100644
--- a/templates/project/widgets/comments/comments.html
+++ b/templates/project/widgets/comments/comments.html
@@ -1,7 +1,7 @@
<h1 class="title" data-bind="title"></h1>
<div class="comment-container">
- <h3><img data-bind-src='current_comment.avatar'/><span data-bind='current_comment.name' class="name"></span></h3>
+ <h3><img data-bind-src='current_comment.avatar'/><span data-bind='current_comment.name' class="name"></span></h3>
<p class="comment" data-bind='quote'></p>
</div>
-<p class="more-info" data-bind="moreinfo | raw"></p> \ No newline at end of file
+<p class="more-info" data-bind="moreinfo | raw"></p>
diff --git a/templates/project/widgets/comments/comments.scss b/templates/project/widgets/comments/comments.scss
index 40e2a6b..2ace30e 100644
--- a/templates/project/widgets/comments/comments.scss
+++ b/templates/project/widgets/comments/comments.scss
@@ -9,11 +9,11 @@ $moreinfo-color: rgba(255, 255, 255, 0.7);
// ----------------------------------------------------------------------------
// Widget-comment styles
// ----------------------------------------------------------------------------
-.widget-comments {
+.widget-comments {
background-color: $background-color;
-
- .title {
+
+ .title {
color: $title-color;
margin-bottom: 15px;
}
@@ -29,5 +29,5 @@ $moreinfo-color: rgba(255, 255, 255, 0.7);
.more-info {
color: $moreinfo-color;
}
-
-} \ No newline at end of file
+
+}