diff --git a/functions.php b/functions.php index ffd9e90..e61585b 100755 --- a/functions.php +++ b/functions.php @@ -110,7 +110,7 @@ livre-d-or.php:39: } } -add_action( 'wp_enqueue_scripts', 'register_photoSwipe' ); +//add_action( 'wp_enqueue_scripts', 'register_photoSwipe' ); function getRandomFile($start_dir) { diff --git a/style.css b/style.css index 4026b5d..1f72662 100755 --- a/style.css +++ b/style.css @@ -164,8 +164,12 @@ input.search-field { border: 1px solid #ccc; } -. titrePhoto { - } +.titrePhoto { + font-size: 36px; + font-weight: 200; + line-height: 1.2em; + font-variant: small-caps; +} .legendePhoto { }