Skip to content

Commit 138bd9a

Browse files
committed
move border:none from inline style to widget__comments-frame class
1 parent b76be5d commit 138bd9a

File tree

1 file changed

+2
-2
lines changed
  • frontend/apps/remark42/templates

1 file changed

+2
-2
lines changed

frontend/apps/remark42/templates/demo.ejs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
}
4040
4141
.widget__comments-frame {
42-
border: 1px dashed #aaa;
42+
border: none;
4343
width: 35rem;
4444
max-width: 100%;
4545
}
@@ -73,7 +73,7 @@
7373
<div class="widgets">
7474
<div class="widget widgets__widget widgets__comments-widget">
7575
<a class="widget__link" href="<%= htmlWebpackPlugin.options.REMARK_URL %>/web/last-comments.html">Last comments widget page</a><br />
76-
<iframe class="widget__frame widget__comments-frame" src="<%= htmlWebpackPlugin.options.REMARK_URL %>/web/last-comments.html" style="border:none"></iframe>
76+
<iframe class="widget__frame widget__comments-frame" src="<%= htmlWebpackPlugin.options.REMARK_URL %>/web/last-comments.html"></iframe>
7777
</div>
7878
<div class="widget widgets__widget widgets__counter-widget">
7979
<a class="widget__link" href="<%= htmlWebpackPlugin.options.REMARK_URL %>/web/counter.html">Counter widget page</a><br />

0 commit comments

Comments
 (0)