fix(*): remove old media highlight styles
This commit is contained in:
parent
9e181363dd
commit
864b777dba
6 changed files with 20 additions and 32 deletions
|
@ -29,14 +29,14 @@ if (! function_exists('renderMediaGrid')) {
|
|||
echo '<div class="media-grid-item">';
|
||||
|
||||
if ($title || $subtext) {
|
||||
echo '<div class="meta-text media-highlight">';
|
||||
echo '<mark class="meta-text">';
|
||||
if ($title) {
|
||||
echo '<div class="header">'.$title.'</div>';
|
||||
}
|
||||
if ($subtext) {
|
||||
echo '<div class="subheader">'.$subtext.'</div>';
|
||||
}
|
||||
echo '</div>';
|
||||
echo '</mark>';
|
||||
}
|
||||
|
||||
echo '<img
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue