mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-01 13:24:25 +01:00
Replace the unicode ellipsis symbol with 3 dots.
[ci skip]
This commit is contained in:
parent
fc0eee7d47
commit
908190a6c5
@ -12,12 +12,12 @@
|
|||||||
{% highlight html %}
|
{% highlight html %}
|
||||||
<!-- 16:9 aspect ratio -->
|
<!-- 16:9 aspect ratio -->
|
||||||
<div class="embed-responsive embed-responsive-16by9">
|
<div class="embed-responsive embed-responsive-16by9">
|
||||||
<iframe class="embed-responsive-item" src="…"></iframe>
|
<iframe class="embed-responsive-item" src="..."></iframe>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- 4:3 aspect ratio -->
|
<!-- 4:3 aspect ratio -->
|
||||||
<div class="embed-responsive embed-responsive-4by3">
|
<div class="embed-responsive embed-responsive-4by3">
|
||||||
<iframe class="embed-responsive-item" src="…"></iframe>
|
<iframe class="embed-responsive-item" src="..."></iframe>
|
||||||
</div>
|
</div>
|
||||||
{% endhighlight %}
|
{% endhighlight %}
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user