diff options
| author | Chris Rebert <[email protected]> | 2013-10-24 12:01:09 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-10-24 12:01:09 -0700 |
| commit | 9d2cf56177cf3f8674aa327b4b30c56bde1a9381 (patch) | |
| tree | 114ed0510a6452008144e60ce98789e4e83698be /components.html | |
| parent | 54cd0f8c2f1aaadefd8447f9ff4cd9bb04fe4e72 (diff) | |
| download | bootstrap-9d2cf56177cf3f8674aa327b4b30c56bde1a9381.tar.xz bootstrap-9d2cf56177cf3f8674aa327b4b30c56bde1a9381.zip | |
goofed on 1 dummy <img> src attribute; thanks @extesy
Diffstat (limited to 'components.html')
| -rw-r--r-- | components.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components.html b/components.html index f2c5663d9..a4319cbc5 100644 --- a/components.html +++ b/components.html @@ -2783,7 +2783,7 @@ body { padding-bottom: 70px; } </div> <div class="col-sm-6 col-md-3"> <a href="#" class="thumbnail"> - <img data-src="holder.js/100%x180" alt="Generic placeholder thumbnail" src="image/png;base64,"> + <img data-src="holder.js/100%x180" alt="Generic placeholder thumbnail"> </a> </div> <div class="col-sm-6 col-md-3"> |
