diff options
| author | Mark Otto <[email protected]> | 2012-09-07 22:34:51 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-09-07 22:34:51 -0700 |
| commit | 7e2958121028b4fdfcd40f7d03dd3c37ceba6a51 (patch) | |
| tree | a357929a7f065cfd2ad2498412e224eb2d0df458 /less/tests | |
| parent | cb46ddee72eb45f835504a625947c821c8f60635 (diff) | |
| parent | f29f98501c11678e2ecfe8fd5c842adcd5a40091 (diff) | |
| download | bootstrap-7e2958121028b4fdfcd40f7d03dd3c37ceba6a51.tar.xz bootstrap-7e2958121028b4fdfcd40f7d03dd3c37ceba6a51.zip | |
Merge branch '2.1.2-wip' into box-sizing-exercise
Conflicts:
docs/scaffolding.html
docs/templates/pages/scaffolding.mustache
Diffstat (limited to 'less/tests')
| -rw-r--r-- | less/tests/css-tests.html | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/less/tests/css-tests.html b/less/tests/css-tests.html index 471514339..c0cb1485e 100644 --- a/less/tests/css-tests.html +++ b/less/tests/css-tests.html @@ -98,6 +98,44 @@ +<!-- Responsive images +================================================== --> + +<div class="page-header"> + <h1>Responsive images</h1> +</div> + +<div class="row"> + <div class="span4"> + <img src="http://placehold.it/600x600" height="200"> + </div> + <div class="span4"> + <img src="http://placehold.it/600x600"> + </div> + <div class="span4"> + <img src="http://placehold.it/600x600"> + </div> +</div> + +<br> + +<div class="row"> + <div class="span4"> + <img src="http://placehold.it/600x900" style="width: 200px;"> + </div> + <div class="span4"> + <img src="http://placehold.it/200x300"> + </div> + <div class="span4"> + <img src="http://placehold.it/600x600"> + </div> +</div> + +<br><br> + + + + <!-- Fluid grid ================================================== --> |
