summaryrefslogtreecommitdiff
path: root/templates/project/widgets/list
diff options
context:
space:
mode:
Diffstat (limited to 'templates/project/widgets/list')
-rw-r--r--templates/project/widgets/list/list.coffee2
-rw-r--r--templates/project/widgets/list/list.html2
-rw-r--r--templates/project/widgets/list/list.scss8
3 files changed, 6 insertions, 6 deletions
diff --git a/templates/project/widgets/list/list.coffee b/templates/project/widgets/list/list.coffee
index 3cbf7a1..0028073 100644
--- a/templates/project/widgets/list/list.coffee
+++ b/templates/project/widgets/list/list.coffee
@@ -3,4 +3,4 @@ class Dashing.List extends Dashing.Widget
if @get('unordered')
$(@node).find('ol').remove()
else
- $(@node).find('ul').remove() \ No newline at end of file
+ $(@node).find('ul').remove()
diff --git a/templates/project/widgets/list/list.html b/templates/project/widgets/list/list.html
index 86752bf..07e0471 100644
--- a/templates/project/widgets/list/list.html
+++ b/templates/project/widgets/list/list.html
@@ -15,4 +15,4 @@
</ul>
<p class="more-info" data-bind="moreinfo"></p>
-<p class="updated-at" data-bind="updatedAtMessage"></p> \ No newline at end of file
+<p class="updated-at" data-bind="updatedAtMessage"></p>
diff --git a/templates/project/widgets/list/list.scss b/templates/project/widgets/list/list.scss
index 90b6c84..bce7010 100644
--- a/templates/project/widgets/list/list.scss
+++ b/templates/project/widgets/list/list.scss
@@ -11,12 +11,12 @@ $moreinfo-color: rgba(255, 255, 255, 0.7);
// ----------------------------------------------------------------------------
// Widget-list styles
// ----------------------------------------------------------------------------
-.widget-list {
+.widget-list {
background-color: $background-color;
vertical-align: top;
- .title {
+ .title {
color: $title-color;
}
@@ -39,7 +39,7 @@ $moreinfo-color: rgba(255, 255, 255, 0.7);
}
.label {
- color: $label-color;
+ color: $label-color;
}
.value {
@@ -57,4 +57,4 @@ $moreinfo-color: rgba(255, 255, 255, 0.7);
color: $moreinfo-color;
}
-} \ No newline at end of file
+}