Skip to content

Commit ee426fd

Browse files
committed
The frameborder attribute on the iframe element is obsolete
1 parent ddc5b19 commit ee426fd

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

en/news/_posts/2013-01-23-confoo-with-ruby-in-montreal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ quite impressive.
1919
They also have hands-on training and a hackaton in the two days before
2020
the main event.
2121

22-
<iframe width="420" height="236" src="http://www.youtube.com/embed/86VcHcaurRQ" frameborder="0" allowfullscreen=""></iframe>
22+
<iframe width="420" height="236" src="//www.youtube.com/embed/86VcHcaurRQ" allowfullscreen></iframe>
2323

2424
The event is at the Hilton Bonaventure Montreal, from February 27th to
2525
March 1st. [Tickets are sold online][2].

id/news/_posts/2013-01-23-confoo-with-ruby-in-montreal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ mengesankan.
1818

1919
Mereka juga mengadakan pelatihan dan hackathon dua hari sebelum acara utamanya.
2020

21-
<iframe width="420" height="236" src="http://www.youtube.com/embed/86VcHcaurRQ" frameborder="0" allowfullscreen=""></iframe>
21+
<iframe width="420" height="236" src="//www.youtube.com/embed/86VcHcaurRQ" allowfullscreen></iframe>
2222

2323
Acaranya diselenggarakan di Hilton Bonaventure Montreal, 27 Februari -
2424
1 Maret. [Tiket dijual online][2].

it/news/_posts/2013-01-27-confoo-with-ruby-in-montreal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ argomenti. Il [programma][1] è impressionante.
1919
Ci saranno anche corsi interattivi e una hackaton nei due giorni prima
2020
dell\'evento.
2121

22-
<iframe width="420" height="236" src="http://www.youtube.com/embed/86VcHcaurRQ" frameborder="0" allowfullscreen=""></iframe>
22+
<iframe width="420" height="236" src="//www.youtube.com/embed/86VcHcaurRQ" allowfullscreen></iframe>
2323

2424
Questo evento è all\'Hilton Bonaventure Montreal, dal 27 febbraio al 1
2525
marzo. [I biglietti sono disponibili online][2].

ru/news/_posts/2013-01-23-confoo-with-ruby-in-montreal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ e-Commerce, Security, Mobile, UX и другие топики. [Расписан
1919

2020
Также там будут тренинги и хакатон за два дня перед главным событием.
2121

22-
<iframe width="420" height="236" src="http://www.youtube.com/embed/86VcHcaurRQ" frameborder="0" allowfullscreen=""></iframe>
22+
<iframe width="420" height="236" src="//www.youtube.com/embed/86VcHcaurRQ" allowfullscreen></iframe>
2323

2424
Событие пройдет в отеле Hilton Bonaventure Montreal, с 27-го февраля по
2525
1-е марта. [Билеты продаются онлайн][2].

stylesheets/main.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,10 @@ pre code {
166166
border-radius: 0;
167167
}
168168

169+
iframe {
170+
border: none;
171+
}
172+
169173
/* Layout */
170174

171175
.container {

0 commit comments

Comments
 (0)