summaryrefslogtreecommitdiff
path: root/templates/project/widgets/iframe
diff options
context:
space:
mode:
Diffstat (limited to 'templates/project/widgets/iframe')
-rw-r--r--templates/project/widgets/iframe/iframe.coffee2
-rw-r--r--templates/project/widgets/iframe/iframe.html2
-rw-r--r--templates/project/widgets/iframe/iframe.scss4
3 files changed, 4 insertions, 4 deletions
diff --git a/templates/project/widgets/iframe/iframe.coffee b/templates/project/widgets/iframe/iframe.coffee
index 4d4ca9a..e3ee947 100644
--- a/templates/project/widgets/iframe/iframe.coffee
+++ b/templates/project/widgets/iframe/iframe.coffee
@@ -6,4 +6,4 @@ class Dashing.Iframe extends Dashing.Widget
onData: (data) ->
# Handle incoming data
# You can access the html node of this widget with `@node`
- # Example: $(@node).fadeOut().fadeIn() will make the node flash each time data comes in. \ No newline at end of file
+ # Example: $(@node).fadeOut().fadeIn() will make the node flash each time data comes in.
diff --git a/templates/project/widgets/iframe/iframe.html b/templates/project/widgets/iframe/iframe.html
index bfccba4..385f6da 100644
--- a/templates/project/widgets/iframe/iframe.html
+++ b/templates/project/widgets/iframe/iframe.html
@@ -1 +1 @@
-<iframe data-bind-src="url" frameborder=0></iframe> \ No newline at end of file
+<iframe data-bind-src="url" frameborder=0></iframe>
diff --git a/templates/project/widgets/iframe/iframe.scss b/templates/project/widgets/iframe/iframe.scss
index 7c757bf..6827a1b 100644
--- a/templates/project/widgets/iframe/iframe.scss
+++ b/templates/project/widgets/iframe/iframe.scss
@@ -1,8 +1,8 @@
-.widget-iframe {
+.widget-iframe {
padding: 3px 0px 0px 0px !important;
iframe {
width: 100%;
height: 100%;
}
-} \ No newline at end of file
+}