- 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:
David Arranz 2013-07-04 14:57:41 +00:00
parent d555836371
commit 34fc409824
3 changed files with 3 additions and 3 deletions

View File

@ -1005,7 +1005,7 @@ ul.ser-socio-amigo li {
margin-top: 55px; margin-top: 55px;
} }
#suscripcion input { #suscripcion input {
color: #666666; color: #fff;
font-size: 13px; font-size: 13px;
font-style: italic; font-style: italic;
height: 25px; height: 25px;

View File

@ -9,7 +9,7 @@ $pp_theme_version = '1.0';
<html <?php language_attributes(); ?>> <html <?php language_attributes(); ?>>
<head> <head>
<meta charset="<?php bloginfo('charset'); ?>" /> <meta charset="<?php bloginfo('charset'); ?>" />
<title><?php wp_title('&lsaquo;', 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="profile" href="http://gmpg.org/xfn/11" />
<link rel="stylesheet" type="text/css" media="all" href="<?php bloginfo('stylesheet_url'); ?>" /> <link rel="stylesheet" type="text/css" media="all" href="<?php bloginfo('stylesheet_url'); ?>" />
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" /> <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />

View File

@ -583,7 +583,7 @@ $j(document).ready(function(){
} }
}); });
$j(document).setVideoJS(); //$j(document).setVideoJS();
$j('.home_portfolio img.frame').each(function() $j('.home_portfolio img.frame').each(function()
{ {