Tarea #961 -> La sección Top 10 muestra los 10 videos y no sólo 1

git-svn-id: https://192.168.0.254/svn/Proyectos.ASong2U_Web/trunk@56 cd1a4ea2-8c7f-e448-aada-19d1fee9e1d6
This commit is contained in:
David Arranz 2012-07-31 11:07:40 +00:00
parent 64caa1fe5a
commit 5790228679
2 changed files with 2 additions and 2 deletions

View File

@ -99,7 +99,7 @@ class SidebarPosts extends WP_Widget {
<?php
if ($post_artist_song == "Yes") {
$gp_settings['artist_song_span_short'] = cutstr($gp_settings['artist_song_span'], 22, '');
$gp_settings['artist_song_span_short'] = cutstr($gp_settings['artist_song_span'], 18, '');
if ($gp_settings['artist_song_span_short'] != $gp_settings['artist_song_span']) {
$gp_settings['artist_song_span_short'] .= '...';
}

View File

@ -682,7 +682,7 @@ ul.navmenu li a.logout:hover {
#sidebar .widget.sidebarposts .post-loop .post-text {
float: right;
width: 58%;
overflow: hidden;
overflow: visible;
}
.widget.sidebarposts .post-loop .post-thumbnail {