aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes/css/images.html
AgeCommit message (Collapse)AuthorFilesLines
2017-07-04update links, new version to v3.4.0, add new baseurl for easy v3.4 buildingMark Otto1-1/+1
2015-02-09Fixes #15653 — Add comment which explains that how a responsive image ↵Kevin Kirsche1-4/+1
should be centered Fixes #15653 — Add comment which explains that how a responsive image should be centered Redo of #15657 which I couldn't get to rebase properly after all the merges were done last night.
2015-01-23Add a warning in images.html about text-align Nikita Rushmanov1-1/+5
People normally center images using text-align. However, the `.img-responsive` class changes the display type to block. As a result you can no longer align the image with text-align. You must instead do it with margin: auto. There was no note about this on the web page, and no mention about setting the display to block. Users were left on a frustrating journey to figure out why they can't center images anymore!
2014-11-24Give all embedded live docs examples data-example-id attrsChris Rebert1-1/+1
Refs #11410
2014-11-13give all docs callouts IDsChris Rebert1-2/+2
[skip sauce]
2014-07-08derpMark Otto1-1/+1
2014-07-07Part 2 for fixing #13996: Add a docs callout to help folks using SVG images ↵Mark Otto1-0/+4
in IE8-10
2014-03-16Break up docs into includesMark Otto1-0/+26