aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2015-12-08 18:51:36 -0800
committerChris Rebert <[email protected]>2015-12-08 18:51:36 -0800
commit2f257445c3d297077ce6dc06ff1b8559d36b6495 (patch)
treeccfd2a249794a65d918fd2c2a7989508dc926970 /docs
parent771cb5a0a114634c898385d0cb5439cd9b8fed0a (diff)
parentfd2a3825aa43d7fc77c07b9aebda8f49df487530 (diff)
downloadbootstrap-2f257445c3d297077ce6dc06ff1b8559d36b6495.tar.xz
bootstrap-2f257445c3d297077ce6dc06ff1b8559d36b6495.zip
Merge pull request #18486 from vsn4ik/v4-unnecessary-style-aliging-images
Remove unnecessary style attribyte on docs (aligning-images)
Diffstat (limited to 'docs')
-rw-r--r--docs/content/images.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/content/images.md b/docs/content/images.md
index 38a855a09..dad6dfdcf 100644
--- a/docs/content/images.md
+++ b/docs/content/images.md
@@ -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">