updated styles for the media grids
This commit is contained in:
parent
d0f7637a7d
commit
0c656e29fc
4 changed files with 32 additions and 32 deletions
|
|
@ -717,59 +717,59 @@
|
|||
<h4>Large</h4>
|
||||
<ul class="media-grid">
|
||||
<li>
|
||||
<a class="thumbnail" href="#">
|
||||
<img src="http://placehold.it/330x230" alt="">
|
||||
<a href="#">
|
||||
<img class="thumbnail" src="http://placehold.it/330x230" alt="">
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a class="thumbnail" href="#">
|
||||
<img src="http://placehold.it/330x230" alt="">
|
||||
<a href="#">
|
||||
<img class="thumbnail" src="http://placehold.it/330x230" alt="">
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
<h4>Medium</h4>
|
||||
<ul class="media-grid">
|
||||
<li>
|
||||
<a class="thumbnail" href="#">
|
||||
<img src="http://placehold.it/210x150" alt="">
|
||||
<a href="#">
|
||||
<img class="thumbnail" src="http://placehold.it/210x150" alt="">
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a class="thumbnail" href="#">
|
||||
<img src="http://placehold.it/210x150" alt="">
|
||||
<a href="#">
|
||||
<img class="thumbnail" src="http://placehold.it/210x150" alt="">
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a class="thumbnail" href="#">
|
||||
<img src="http://placehold.it/210x150" alt="">
|
||||
<a href="#">
|
||||
<img class="thumbnail" src="http://placehold.it/210x150" alt="">
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a class="thumbnail" href="#">
|
||||
<img src="http://placehold.it/210x150" alt="">
|
||||
<a href="#">
|
||||
<img class="thumbnail" src="http://placehold.it/210x150" alt="">
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a class="thumbnail" href="#">
|
||||
<img src="http://placehold.it/210x150" alt="">
|
||||
<a href="#">
|
||||
<img class="thumbnail" src="http://placehold.it/210x150" alt="">
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
<h4>Small</h4>
|
||||
<ul class="media-grid">
|
||||
<li>
|
||||
<a class="thumbnail" href="#">
|
||||
<img src="http://placehold.it/90x90" alt="">
|
||||
<a href="#">
|
||||
<img class="thumbnail" src="http://placehold.it/90x90" alt="">
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a class="thumbnail" href="#">
|
||||
<img src="http://placehold.it/90x90" alt="">
|
||||
<a href="#">
|
||||
<img class="thumbnail" src="http://placehold.it/90x90" alt="">
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a class="thumbnail" href="#">
|
||||
<img src="http://placehold.it/90x90" alt="">
|
||||
<a href="#">
|
||||
<img class="thumbnail" src="http://placehold.it/90x90" alt="">
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue