Browse Source

css update

master
filesite 4 weeks ago
parent
commit
4885471a48
  1. 2
      themes/tajian/views/my/favs.php
  2. 2
      themes/tajian/views/site/myindex.php

2
themes/tajian/views/my/favs.php

@ -111,7 +111,7 @@ eof;
</div> </div>
<div class="video_title_vl"> <div class="video_title_vl">
<a href="{$file['shortcut']['url']}" target="_blank"> <a href="{$file['shortcut']['url']}" target="_blank">
<span class="duration">{$platform}</span> <span class="platform">{$platform}</span>
<strong>{$pubDate},{$title}</strong> <strong>{$pubDate},{$title}</strong>
</a> </a>
</div> </div>

2
themes/tajian/views/site/myindex.php

@ -91,7 +91,7 @@ eof;
</div> </div>
<div class="video_title_vl"> <div class="video_title_vl">
<a href="{$file['shortcut']['url']}" target="_blank"> <a href="{$file['shortcut']['url']}" target="_blank">
<span class="duration">{$platform}</span> <span class="platform">{$platform}</span>
<strong>{$pubDate},{$title}</strong> <strong>{$pubDate},{$title}</strong>
</a> </a>
</div> </div>

Loading…
Cancel
Save