1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-05 06:07:32 +02:00

NewsGrid media-object fix.

This commit is contained in:
Cameron
2017-02-07 16:26:25 -08:00
parent d19cd19f06
commit 4ab47ef67a
2 changed files with 2 additions and 1 deletions

View File

@@ -58,7 +58,7 @@
<li class="media"> <li class="media">
<div class="media-left media-top"> <div class="media-left media-top">
<a href="#"> <a href="#">
{NEWS_IMAGE: class=media_object img-rounded} {NEWS_IMAGE: class=media-object img-rounded}
</a> </a>
</div> </div>
<div class="media-body"> <div class="media-body">

View File

@@ -23,6 +23,7 @@ a:hover { color: #000000; }
img { max-width:100%} img { max-width:100%}
img.media-object { max-width: inherit}
table label.checkbox { table label.checkbox {
margin-left: 20px; margin-left: 20px;