Skip to content

Commit

Permalink
Replace the unicode ellipsis symbol with 3 dots.
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
XhmikosR committed Oct 22, 2014
1 parent fc0eee7 commit 908190a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/_includes/components/responsive-embed.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ <h1 id="responsive-embed" class="page-header">Responsive embed</h1>
{% highlight html %}
<!-- 16:9 aspect ratio -->
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" src=""></iframe>
<iframe class="embed-responsive-item" src="..."></iframe>
</div>

<!-- 4:3 aspect ratio -->
<div class="embed-responsive embed-responsive-4by3">
<iframe class="embed-responsive-item" src=""></iframe>
<iframe class="embed-responsive-item" src="..."></iframe>
</div>
{% endhighlight %}
</div>

3 comments on commit 908190a

@hnrch02
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you elaborate on why this was necessary?

@XhmikosR
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It wasn't needed to keep the unicode symbol either. And everywhere else, we use three dots.

@hnrch02
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see, thanks for clarifying.

Please sign in to comment.