Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 10813 | Rev 10815 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 10813 Rev 10814
Línea 713... Línea 713...
713
		setTimeout(function(){
713
		setTimeout(function(){
714
			anchoFondoOscuro = $(".articulo_noticia").width();
714
			anchoFondoOscuro = $(".articulo_noticia").width();
715
			altoFondoOscuro = $(".editor_imagenes").height();
715
			altoFondoOscuro = $(".editor_imagenes").height();
716
			$(".fondo_oscuro").css("width",""+anchoFondoOscuro+"px");
716
			$(".fondo_oscuro").css("width",""+anchoFondoOscuro+"px");
717
			$(".fondo_oscuro").css("height",""+altoFondoOscuro+"px");
717
			$(".fondo_oscuro").css("height",""+altoFondoOscuro+"px");
718
		},200)
718
		},300)
Línea 719... Línea 719...
719
		
719
		
Línea 720... Línea 720...
720
	});
720
	});
721
 
721