diff options
| author | Mark Otto <[email protected]> | 2013-08-10 15:39:28 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-10 15:39:28 -0700 |
| commit | 5eac5dab5dcca2e9b46e8053fdad72c8f2a29a99 (patch) | |
| tree | 4d5503244b9abf49d8cb2bec96ecbb4e5bc739ab | |
| parent | 1b04535f69452156e07e9ef12f691238241ce38c (diff) | |
| parent | 64888ce0b098402b77e198dca24b27861b3fde32 (diff) | |
| download | bootstrap-5eac5dab5dcca2e9b46e8053fdad72c8f2a29a99.tar.xz bootstrap-5eac5dab5dcca2e9b46e8053fdad72c8f2a29a99.zip | |
Merge pull request #9245 from jlaswell/patch-1
Update components.html
| -rw-r--r-- | components.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components.html b/components.html index aa93651cb..250fd47a4 100644 --- a/components.html +++ b/components.html @@ -1853,7 +1853,7 @@ body { padding-bottom: 70px; } </div><!-- /.bs-example --> {% highlight html %} <div class="row"> - <div class="col-lg-3"> + <div class="col-lg-4"> <div class="thumbnail"> <img data-src="holder.js/300x200" alt=""> <div class="caption"> |
