- Títulos mejorados
- Arreglo JS - Arreglos en CSS git-svn-id: https://192.168.0.254/svn/Proyectos.FundacionLQDVI_Web/trunk@60 77ab8c26-3d69-2c4d-86f2-786f4ba54905
This commit is contained in:
parent
d555836371
commit
34fc409824
@ -1005,7 +1005,7 @@ ul.ser-socio-amigo li {
|
||||
margin-top: 55px;
|
||||
}
|
||||
#suscripcion input {
|
||||
color: #666666;
|
||||
color: #fff;
|
||||
font-size: 13px;
|
||||
font-style: italic;
|
||||
height: 25px;
|
||||
|
||||
@ -9,7 +9,7 @@ $pp_theme_version = '1.0';
|
||||
<html <?php language_attributes(); ?>>
|
||||
<head>
|
||||
<meta charset="<?php bloginfo('charset'); ?>" />
|
||||
<title><?php wp_title('‹', true, 'right'); ?><?php bloginfo('name'); ?></title>
|
||||
<title><?php echo qtrans_use($q_config['language'], $post->post_title, true);?> | <?php bloginfo('name'); ?></title>
|
||||
<link rel="profile" href="http://gmpg.org/xfn/11" />
|
||||
<link rel="stylesheet" type="text/css" media="all" href="<?php bloginfo('stylesheet_url'); ?>" />
|
||||
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
|
||||
|
||||
@ -583,7 +583,7 @@ $j(document).ready(function(){
|
||||
}
|
||||
});
|
||||
|
||||
$j(document).setVideoJS();
|
||||
//$j(document).setVideoJS();
|
||||
|
||||
$j('.home_portfolio img.frame').each(function()
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user