Commit 2f257445 authored by Chris Rebert's avatar Chris Rebert
Browse files

Merge pull request #18486 from vsn4ik/v4-unnecessary-style-aliging-images

Remove unnecessary style attribyte on docs (aligning-images)
parents 771cb5a0 fd2a3825
Showing with 2 additions and 2 deletions
+2 -2
......@@ -60,11 +60,11 @@ Align images with the [helper float classes]({{ site.baseurl }}/components/utili
{% endhighlight %}
<div class="bd-example bd-example-images">
<img data-src="holder.js/200x200" class="img-rounded center-block" style="display: block;" alt="A generic square placeholder image with rounded corners">
<img data-src="holder.js/200x200" class="img-rounded center-block" alt="A generic square placeholder image with rounded corners">
</div>
{% highlight html %}
<img src="..." class="img-rounded center-block" style="display: block;" alt="...">
<img src="..." class="img-rounded center-block" alt="...">
{% endhighlight %}
<div class="bd-example bd-example-images">
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment